rust/src
bors 29abb90bbf Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan
Remove usage of deprecated `missing-tools` bootstrap flag

This PR removes the usage of `--enable-missing-tools` in CI, as this config option is no longer used. It also removes `dist.missing-tools` config completely.

Let me know which commits should I remove (if any).

Fixes: https://github.com/rust-lang/rust/issues/79249

r? `@onur-ozkan`
2023-12-29 16:35:36 +00:00
..
bootstrap Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan 2023-12-29 16:35:36 +00:00
ci Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan 2023-12-29 16:35:36 +00:00
doc Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank 2023-12-26 12:27:29 +00:00
etc Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm 2023-12-20 02:19:10 +00:00
librustdoc Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=GuillaumeGomez 2023-12-28 18:48:00 +01:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgr 2023-12-29 12:39:43 +00:00
README.md
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +01: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.