| Age | Commit message (Expand) | Author | Lines |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -16/+13 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -1/+1 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -3/+3 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -1/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -10/+12 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -3/+3 |
| 2023-02-21 | Auto merge of #108138 - compiler-errors:malformed-fn-trait, r=TaKO8Ki | bors | -51/+1 |
| 2023-02-18 | Assume we can normalize trait default method RPITITs in param-env instead | Michael Goulet | -1/+1 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -22/+10 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -46/+46 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -9/+5 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -12/+4 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -39/+30 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -27/+40 |
| 2023-02-16 | Move call trait lang item malformed check to typeck | Michael Goulet | -51/+1 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -40/+30 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -46/+46 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -120/+77 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -40/+30 |
| 2023-02-14 | Even less HIR. | Camille GILLOT | -14/+8 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -111/+72 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -13/+15 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -2/+2 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -5/+5 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -2/+2 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -4/+4 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -6/+6 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -4/+3 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -7/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+1 |
| 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-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 | -48/+55 |
| 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 | -13/+13 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -48/+55 |
| 2023-01-30 | Use `expect_{use,fn}` in a couple of places | Maybe Waffle | -1/+1 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -1/+1 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -1/+1 |
| 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 | -10/+16 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -3/+36 |