rust/src
2024-07-30 11:03:03 -04:00
..
bootstrap step cfg(bootstrap) 2024-07-28 14:46:29 -04:00
ci CI: do not respect custom try jobs for unrolled perf builds 2024-07-26 13:30:52 +02:00
doc Rollup merge of #128215 - ehuss:update-reference, r=Kobzol 2024-07-28 13:42:19 +02:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc rustdoc: use strategic ThinVec/Box to shrink clean::ItemKind 2024-07-27 00:10:52 -07:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types Add rustdoc-json support for use<> 2024-07-12 05:24:51 -04:00
tools Revert "opt-dist: dont overrwite config.toml when verifying" 2024-07-30 11:03:03 -04:00
README.md
stage0 Bump stage0 to 1.81 beta 2024-07-28 14:46:29 -04:00
version Bump to 1.82 2024-07-20 10:30:39 -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.