rust/src
2023-08-25 21:40:18 -07:00
..
bootstrap Rollup merge of #115117 - pnkfelix:detect-and-report-nix-shell, r=albertlarsan68 2023-08-24 22:53:58 +01:00
ci Auto merge of #114297 - Kobzol:llvm-17-host, r=nikic 2023-08-24 06:00:35 +00:00
doc Fixup sparc-unknown-none-elf table spacing 2023-08-25 21:40:18 -07:00
etc Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini 2023-08-10 13:07:18 +00:00
librustdoc Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez 2023-08-24 04:13:28 +00:00
llvm-project@50eecd007f Update LLVM submodule to 17.0.0-rc3 2023-08-22 17:59:58 -07:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJung 2023-08-25 17:03:33 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -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.