rust/src
bors 739b1fdb15 Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #127279 (use old ctx if has same expand environment during decode span)
 - #127945 (Implement `debug_more_non_exhaustive`)
 - #128941 ( Improve diagnostic-related lints: `untranslatable_diagnostic` & `diagnostic_outside_of_impl`)
 - #129070 (Point at explicit `'static` obligations on a trait)
 - #129187 (bootstrap: fix clean's remove_dir_all implementation)
 - #129231 (improve submodule updates)
 - #129264 (Update `library/Cargo.toml` in weekly job)
 - #129284 (rustdoc: animate the `:target` highlight)
 - #129302 (compiletest: use `std::fs::remove_dir_all` now that it is available)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-08-22 05:17:27 +00:00
..
bootstrap Rollup merge of #129231 - onur-ozkan:improve-submodule-updates, r=Mark-Simulacrum 2024-08-21 19:35:13 +02:00
ci Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum 2024-08-19 09:50:33 +00:00
doc Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum 2024-08-18 15:52:58 +00:00
etc Generate completions after version updates 2024-08-18 22:52:54 -05:00
librustdoc Rollup merge of #129284 - notriddle:notriddle/animate-target=light, r=GuillaumeGomez 2024-08-21 19:35:14 +02:00
llvm-project@ccf4c38bdd Re-update to LLVM 19 rc2 2024-08-13 16:43:52 -07:00
rustdoc-json-types rustdoc-json: Use FxHashMap from rustdoc_json_types 2024-08-15 13:12:11 +00:00
tools Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr 2024-08-22 05:17:27 +00:00
README.md
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -04:00

README.md

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.