| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -19/+20 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -15/+13 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -1/+2 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -62/+52 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -14/+0 |
| 2024-02-13 | remove questionable calls to `commit_if_ok` | lcnr | -62/+52 |
| 2024-02-13 | also try to normalize opaque types in alias-relate | lcnr | -0/+6 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -83/+88 |
| 2024-02-13 | Remove `TypeErrCtxt::drop`. | Nicholas Nethercote | -14/+0 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -3/+3 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -83/+88 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -22/+21 |
| 2024-02-09 | Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obk | Matthias Krüger | -19/+25 |
| 2024-02-09 | Fix `ErrorGuaranteed` unsoundness with stash/steal. | Nicholas Nethercote | -19/+25 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -7/+5 |
| 2024-02-08 | Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnr | bors | -74/+106 |
| 2024-02-08 | reviews + rebase | Boxy | -57/+49 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -7/+24 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -34/+57 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -2/+2 |
| 2024-02-06 | Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnr | Matthias Krüger | -38/+64 |
| 2024-02-06 | Rollup merge of #120670 - lcnr:effect-var-storage, r=fee1-dead | Matthias Krüger | -52/+29 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -8/+41 |
| 2024-02-05 | cleanup effect var handling | lcnr | -52/+29 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -7/+5 |
| 2024-02-03 | `Diagnostic` cleanups | Nicholas Nethercote | -2/+2 |
| 2024-02-02 | Normalize the whole PolyTypeOutlivesPredicate, more simplifications | Michael Goulet | -23/+37 |
| 2024-02-02 | Don't hang when there's an infinite loop of outlives obligations | Michael Goulet | -1/+7 |
| 2024-02-02 | Do process_registered_region_obligations in a loop | Michael Goulet | -16/+22 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -2/+2 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -35/+69 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -1/+2 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -2/+2 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -3/+3 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -36/+22 |
| 2024-01-30 | Normalize caller bounds | Michael Goulet | -9/+29 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -8/+36 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -12/+12 |
| 2024-01-25 | Track ErrorGuaranteed instead of conjuring it from thin air | Oli Scherer | -1/+2 |
| 2024-01-24 | Account for expected `dyn Trait` found `impl Trait` | Esteban Küber | -0/+20 |
| 2024-01-24 | On E0308 involving `dyn Trait`, mention trait objects | Esteban Küber | -0/+49 |
| 2024-01-23 | Rollup merge of #120261 - estebank:issue-102629, r=wesleywiser | León Orell Valerian Liehr | -16/+102 |
| 2024-01-23 | Suggest boxing both arms of if expr if that solves divergent arms involving `... | Esteban Küber | -16/+70 |
| 2024-01-22 | Suggest boxing if then expr if that solves divergent arms | Esteban Küber | -0/+32 |
| 2024-01-22 | Make generic const type mismatches not hide trait impls from the trait solver | Oli Scherer | -24/+10 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -5/+6 |
| 2024-01-20 | Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr | Matthias Krüger | -1/+16 |
| 2024-01-19 | Add trait obligation tracking to FulfillCtxt and expose FnCtxt in rustc_infer... | Gavin Gray | -1/+16 |