rust/src
2024-05-10 22:27:58 -04:00
..
bootstrap Auto merge of #124774 - the8472:subnanosecond-benches, r=jhpratt 2024-05-10 08:59:08 +00:00
ci Auto merge of #124850 - dpaoliello:clang2022, r=Kobzol 2024-05-10 00:04:22 +00:00
doc Fuchsia test runner: fixup script 2024-05-07 17:29:38 +00:00
etc Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) 2024-05-05 17:53:02 -07:00
librustdoc Lift TraitRef into rustc_type_ir 2024-05-10 15:44:03 -04:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Update cargo 2024-05-10 22:27:58 -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 next beta 2024-05-01 21:01:51 -04:00
version Bump version to 1.80 2024-04-27 19:03:50 -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.