| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Simplify ImplTraitContext | Michael Goulet | -29/+22 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -109/+60 |
| 2024-03-07 | Auto merge of #122151 - GuillaumeGomez:rollup-hfxr9kv, r=GuillaumeGomez | bors | -310/+374 |
| 2024-03-07 | Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkov | bors | -42/+76 |
| 2024-03-07 | Rollup merge of #122142 - lcnr:rustc_infer-cleanup, r=compiler-errors | Guillaume Gomez | -148/+139 |
| 2024-03-07 | Rollup merge of #122141 - klensy:sync-me, r=lcnr | Guillaume Gomez | -2/+4 |
| 2024-03-07 | Rollup merge of #122137 - Zalathar:if-break-scope, r=matthewjasper | Guillaume Gomez | -38/+19 |
| 2024-03-07 | Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errors | Guillaume Gomez | -27/+30 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -85/+180 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -10/+2 |
| 2024-03-07 | Auto merge of #122139 - GuillaumeGomez:rollup-37vtwsc, r=GuillaumeGomez | bors | -246/+296 |
| 2024-03-07 | cleanup imports | lcnr | -25/+21 |
| 2024-03-07 | move snapshot handling into mod | lcnr | -117/+120 |
| 2024-03-07 | sync (try_)instantiate_mir_and_normalize_erasing_regions implementation | klensy | -2/+4 |
| 2024-03-07 | move mod into folder | lcnr | -0/+0 |
| 2024-03-07 | remove empty folder | lcnr | -8/+0 |
| 2024-03-07 | Rollup merge of #122123 - compiler-errors:object-trait-alias-bounds, r=oli-obk | Guillaume Gomez | -45/+37 |
| 2024-03-07 | Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errors | Guillaume Gomez | -6/+10 |
| 2024-03-07 | Rollup merge of #122114 - saethlin:cant-find-crate-spam, r=WaffleLapkin | Guillaume Gomez | -4/+18 |
| 2024-03-07 | Rollup merge of #122066 - mu001999:clean, r=oli-obk | Guillaume Gomez | -24/+18 |
| 2024-03-07 | Rollup merge of #122043 - Y-Nak:move-early-binder, r=lcnr | Guillaume Gomez | -82/+74 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -85/+139 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -82/+74 |
| 2024-03-07 | Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obk | bors | -33/+29 |
| 2024-03-07 | improve debug logging | Lukas Markeffsky | -15/+4 |
| 2024-03-07 | Don't pass a break scope to `Builder::break_for_else` | Zalathar | -38/+19 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -37/+34 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -169/+196 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -42/+76 |
| 2024-03-07 | Don't require specifying unrelated assoc types when trait alias is in dyn type | Michael Goulet | -45/+37 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -1/+2 |
| 2024-03-07 | Rollup merge of #122062 - workingjubilee:initialize-my-fist, r=cuviper | Matthias Krüger | -52/+53 |
| 2024-03-07 | Rollup merge of #122061 - workingjubilee:prefix-llvm-error, r=cuviper | Matthias Krüger | -2/+12 |
| 2024-03-07 | Rollup merge of #122015 - dev-ardi:master, r=nnethercote | Matthias Krüger | -1/+18 |
| 2024-03-06 | Make not finding core a fatal error | Ben Kimock | -4/+18 |
| 2024-03-06 | Cancel parsing ever made during recovery | clubby789 | -6/+10 |
| 2024-03-06 | Rollup merge of #122082 - fee1-dead-contrib:rm-outdated-note, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-06 | Rollup merge of #122063 - Zalathar:lower-if, r=oli-obk | Matthias Krüger | -36/+45 |
| 2024-03-06 | Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorino | Matthias Krüger | -60/+67 |
| 2024-03-06 | Rollup merge of #122022 - heiher:loongarch-features, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-03-06 | Rollup merge of #121958 - chenyukang:yukang-fix-121915-import, r=petrochenkov | Matthias Krüger | -72/+82 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -1/+2 |
| 2024-03-06 | Rollup merge of #122051 - erikdesjardins:cleanup, r=nikic | Matthias Krüger | -2/+1 |
| 2024-03-06 | Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov | Matthias Krüger | -33/+37 |
| 2024-03-06 | Rollup merge of #121959 - sundeep-kokkonda:patch-2, r=davidtwco | Matthias Krüger | -13/+0 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -77/+258 |
| 2024-03-06 | Rollup merge of #121190 - bvanjoi:fix-114884, r=petrochenkov | Matthias Krüger | -25/+44 |
| 2024-03-06 | Rollup merge of #117199 - Zalathar:instrument-coverage-on, r=oli-obk,Nadrieril | Matthias Krüger | -20/+19 |
| 2024-03-06 | doc: Add better explanation | orion GONZALEZ (contractor) | -1/+18 |
| 2024-03-06 | Add proper cfgs for struct HirIdValidator used only with debug assertions | r0cky | -24/+18 |