rust/src
Nikita Popov d598bb630f Update to LLVM 17.0.3
(cherry picked from commit ab22470eb3)
2023-10-20 17:45:16 -07:00
..
bootstrap Auto merge of #116108 - onur-ozkan:support-make-jobs-flag, r=Mark-Simulacrum 2023-10-01 00:25:26 +00:00
ci Override wasm32 release channel to nightly 2023-10-03 09:21:52 -04: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@febc39711a Update to LLVM 17.0.3 2023-10-20 17:45:16 -07:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools [beta-1.74] Update cargo 2023-10-11 22:40:59 -04: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 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.