rust/src
2024-07-21 09:04:14 -04:00
..
bootstrap ensure the self-contained linker is only enabled on nightly/dev 2024-06-11 17:08:12 +00:00
ci Cherry-pick release notes 2024-07-21 09:04:14 -04:00
doc Improve docs for using custom paths with --emit 2024-06-07 23:05:15 +10:00
etc Remove path choice from x fmt and add --all option. 2024-05-29 16:24:48 +10:00
librustdoc Auto merge of #126134 - matthiaskrgr:rollup-vzlegsc, r=matthiaskrgr 2024-06-07 20:12:49 +00:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-11 10:19:38 -07:00
rustdoc-json-types Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
tools Auto merge of #127904 - flip1995:clippy-beta-backport, r=Mark-Simulacrum 2024-07-20 15:49:23 +00:00
README.md
stage0 Bump stage0 to 1.79.0 2024-06-13 18:13:44 -07: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.