rust/src
2022-04-18 20:59:09 +02:00
..
bootstrap Auto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum 2022-04-18 09:58:22 +00:00
ci update: actions/checkout@v2 to actions/checkout@v3 2022-04-14 13:20:39 -07:00
doc Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez 2022-04-16 14:26:00 +02:00
etc Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko 2022-04-17 05:26:08 +00:00
librustdoc Update the eBNF to allow generics bracket to not be closed if it's EOF 2022-04-18 20:59:09 +02:00
llvm-project@9168e236c5
rustdoc-json-types
test Add tests for paths 2022-04-18 20:59:09 +02:00
tools Handle separators in their own functions and fix missing handling of tabs 2022-04-18 20:59:09 +02:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version

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

  • The test suite
  • 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.