rust/src
2024-06-30 18:33:48 -07:00
..
bootstrap Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol 2024-06-30 22:27:29 +00:00
ci Rename Rust for Linux CI job to make its name clearer 2024-06-29 13:51:50 +02:00
doc Rollup merge of #127053 - xen0n:update-loong-docs, r=Nilstrieb,heiher 2024-06-30 18:25:33 +02:00
etc Implement x perf as a separate tool 2024-06-27 10:22:03 +02:00
librustdoc rustdoc: update to pulldown-cmark 0.11 2024-06-30 18:33:48 -07:00
llvm-project@5a5152f653 Update to LLVM 18.1.7 2024-06-06 08:37:27 +02:00
rustdoc-json-types Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
tools rustdoc: update to pulldown-cmark 0.11 2024-06-30 18:33:48 -07:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version set version number to 1.81.0 2024-06-07 10:37:34 +02: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.