Files
rust/src
Manish Goregaokar 58df0a0473 Rollup merge of #74995 - sunfishcode:update-llvm, r=alexcrichton
Update the WASI libc build to LLVM 10.

Among other things, this brings in [the `__main_argc_argv`] patch,
which simplifies the interaction between the compiler and WASI libc's
startup code, which will help work on reactor support.

[the `__main_argc_argv` patch]: https://github.com/llvm/llvm-project/commit/00072c08c75050ae2c835b7bb0e505475dbcd7b9

r? @alexcrichton
2020-08-01 09:30:16 -07:00
..
2020-07-23 08:14:39 +02:00
2020-07-27 21:08:19 +02:00
2020-07-27 21:07:37 +02:00
2020-07-27 21:07:37 +02:00
2020-07-31 22:15:12 +00:00
2020-07-27 22:05:34 -05:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.