rust/src
bors 20f23abbec Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr
Uplift most type-system related error reporting from `rustc_infer` to `rustc_trait_selection`

Completes the major part of #127492. The only cleanup that's needed afterwards is to actually use normalization in favor of the callback where needed, and deleting `can_eq_shallow`.

r? lcnr

Sorry for the large diff! Would prefer if comments can be handled in a follow-up (unless they're absolutely dealbreakers) because it seems bitrotty to let this sit.
2024-07-22 15:06:18 +00:00
..
bootstrap Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Simulacrum 2024-07-22 16:44:04 +08:00
ci Rollup merge of #127977 - alexcrichton:update-wasi-sdk, r=Mark-Simulacrum 2024-07-22 16:44:05 +08:00
doc Update extern linking documentation 2024-07-18 12:39:42 +02:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc Rollup merge of #128023 - Kijewski:pr-table-width, r=notriddle 2024-07-21 17:44:29 -07:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types Add rustdoc-json support for use<> 2024-07-12 05:24:51 -04:00
tools Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr 2024-07-22 15:06:18 +00:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version Bump to 1.82 2024-07-20 10:30:39 -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.