rust/src
2023-12-04 10:04:12 -05:00
..
bootstrap improve and fix x install 2023-11-06 13:07:44 -08:00
ci Prepare 1.74.0 release 2023-11-12 11:49:05 -05:00
doc Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbini 2023-09-30 00:33:43 +00:00
etc Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov 2023-09-24 02:35:05 +00:00
librustdoc Add some FIXMEs for remaining issues that we need to fix before using more const trait things in libcore 2023-10-20 17:45:16 -07:00
llvm-project@fef3d7b14e Update to LLVM 17.0.4 2023-11-06 13:07:55 -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-04 10:04:12 -05:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump stage0 to released stable compiler 2023-10-20 17:45:16 -07:00
version Add release notes for 1.74.1 2023-12-04 10:03:38 -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.