| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -127/+138 |
| 2023-02-16 | be nice and don't slice | Matthias Krüger | -2/+2 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -3/+2 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -54/+54 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -200/+143 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -58/+49 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -5/+7 |
| 2023-02-14 | Move query out of path. | Camille GILLOT | -2/+7 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -33/+28 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -111/+72 |
| 2023-02-14 | Do not fetch HIR for inherent impls. | Camille GILLOT | -56/+36 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -16/+18 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -5/+7 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-13 | Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=... | Matthias Krüger | -16/+17 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -3/+2 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -16/+17 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -7/+7 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -4/+4 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -8/+8 |
| 2023-02-13 | Workaround issue #107747 | Alan Egerton | -1/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -12/+12 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -6/+5 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+3 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+3 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -5/+5 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -14/+6 |
| 2023-02-09 | review comments | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -11/+9 |
| 2023-02-09 | Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obk | bors | -1/+1 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -2/+2 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+1 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -59/+32 |
| 2023-02-03 | Autotrait bounds on dyn-safe trait methods | David Tolnay | -0/+22 |
| 2023-02-03 | Disallow impl autotrait for trait object | David Tolnay | -40/+161 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -52/+58 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -0/+1 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -1/+1 |
| 2023-01-30 | review comments | Esteban Küber | -4/+2 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+4 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -22/+18 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -52/+58 |
| 2023-01-30 | Use `expect_{use,fn}` in a couple of places | Maybe Waffle | -2/+2 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -2/+2 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -38/+50 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -2/+2 |
| 2023-01-28 | Replace `object_safety_violations().is_empty()` calls with `is_object_safe` | Gary Guo | -1/+1 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -37/+49 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -1/+1 |