rust/src
bors a84bb95a1f Auto merge of #121036 - matthiaskrgr:rollup-ul05q8e, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #114877 (unstable-book: add quick-edit link)
 - #120548 (rustdoc: Fix handling of doc_auto_cfg feature for cfg attributes on glob reexport)
 - #120549 (modify alias-relate to also normalize ambiguous opaques)
 - #120959 (Remove good path delayed bugs)
 - #120978 (match lowering: simplify block creation)
 - #121019 (coverage: Simplify some parts of the coverage span refiner)
 - #121021 (Extend intra-doc link chapter in the rustdoc book)
 - #121031 (RustWrapper: adapt for coverage mapping API changes)

Failed merges:

 - #121014 (Remove `force_print_diagnostic`)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-13 17:27:25 +00:00
..
bootstrap Use CMAKE_MSVC_RUNTIME_LIBRARY instead of LLVM_USE_CRT_* 2024-02-13 10:33:40 +01:00
ci Use system clang for wasm32_unknown_unknown on x86-gnu-integration 2024-02-13 10:33:40 +01:00
doc Rollup merge of #121021 - GuillaumeGomez:extend-intra-doc-link-chapter, r=notriddle 2024-02-13 17:38:12 +01:00
etc
librustdoc Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=GuillaumeGomez 2024-02-13 17:38:09 +01:00
llvm-project@9ea7f739f2 Update to LLVM 18 2024-02-13 10:33:40 +01:00
rustdoc-json-types
tools Auto merge of #120867 - weihanglo:update-cargo, r=weihanglo 2024-02-13 09:46:34 +00:00
README.md
stage0.json
version

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.