rust/src
2023-12-21 13:28:24 +01:00
..
bootstrap Cranelift isn't available on non-nightly channels 2023-11-12 15:19:04 -05:00
ci bump channel to stable 2023-12-21 13:28:24 +01:00
doc Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-args, r=GuillaumeGomez 2023-11-08 11:25:54 +01:00
llvm-project@2c4de6c249 Include an additional cherry-pick 2023-12-15 10:44:36 -08:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Don't ask for a specific branch in cargotest 2023-12-12 12:19:58 -08:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump bootstrap to released 1.74.0 2023-11-18 12:48:56 -05:00
version Bump to 1.75.0 2023-09-30 19:09:22 -04: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.