rust/src
bors 027c8507b4 Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk
use `LocalDefId` instead of `HirId` in trait resolution to simplify the obligation clause resolution

This commit introduces a refactoring suggested by `@lcnr` to simplify the obligation clause resolution.

This is just the first PR that introduces a type of refactoring, but others PRs will follow this to introduce name changing to change from the variable name from `body_id` to something else.

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

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>

`@rustbot` r? `@lcnr`
2023-01-25 16:39:29 +00:00
..
bootstrap Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-Simulacrum 2023-01-23 19:29:59 +09:00
ci Auto merge of #107044 - cuviper:more-llvm-ci, r=Mark-Simulacrum 2023-01-23 04:36:34 +00: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 rustdoc: remove dead settings JS for obsolete select-wrapper 2023-01-23 15:08:33 -07:00
llvm-project@477e7285b1 Pull in more LLVM commits 2023-01-20 07:48:59 -08:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk 2023-01-25 16:39:29 +00: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 Bump to 1.69.0 2023-01-20 18:06:54 -05: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.