rust/src
2022-07-14 23:36:46 +00:00
..
bootstrap Rollup merge of #99236 - psumbera:Issue99208, r=Mark-Simulacrum 2022-07-14 19:24:08 +05:30
ci Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum 2022-07-11 20:32:06 +00:00
doc Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
etc
librustdoc Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot 2022-07-14 13:42:09 +00:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types rustdoc-json-types: Clean up derives. 2022-07-02 00:11:29 +01:00
test Point out custom Fn-family trait impl 2022-07-14 23:36:46 +00:00
tools Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot 2022-07-14 13:42:09 +00:00
README.md
stage0.json configure nightly branch name in stage0.json 2022-07-11 10:15:13 +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.