rust/src
Matthias Krüger 8a225212e6
Rollup merge of #107174 - petrochenkov:defidoc, r=notriddle
rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`

Not all uses are converted, a few cases iterating through maps/sets and requiring nontrivial changes are kept.
cc https://github.com/rust-lang/rust/pull/106977
2023-01-22 11:43:08 +01:00
..
bootstrap Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum 2023-01-22 11:43:07 +01:00
ci Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum 2023-01-22 11:43:07 +01:00
doc Rollup merge of #106942 - rustbot:docs-update, r=ehuss 2023-01-16 20:29:40 +01:00
etc adjust comments about pre-push.sh hook 2023-01-04 18:15:43 +01:00
librustdoc Rollup merge of #107174 - petrochenkov:defidoc, r=notriddle 2023-01-22 11:43:08 +01:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum 2023-01-22 11:43:07 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
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.