rust/src
2023-12-14 04:56:27 +00:00
..
bootstrap sort dump files at the end of bootstrap 2023-12-11 14:26:19 +03:00
ci Build Fuchsia in CI 2023-12-07 16:30:36 -08:00
doc Rollup merge of #118827 - Nilstrieb:linker-plugin-lto, r=ehuss 2023-12-11 20:46:51 +01:00
etc update auto completions 2023-12-11 14:26:11 +03:00
librustdoc Rollup merge of #118812 - notriddle:notriddle/assoc-name-intern, r=GuillaumeGomez 2023-12-11 11:40:37 +01:00
llvm-project@7738295178 Update to LLVM 17.0.5 2023-11-14 12:06:30 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Preparing for merge from rustc 2023-12-14 04:56:27 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump stage0 to latest 2023-11-15 19:40:51 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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