| Age | Commit message (Expand) | Author | Lines |
| 2023-12-28 | Don't elaborate `!Sized` to `!Sized + Sized` | León Orell Valerian Liehr | -22/+30 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -2/+8 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -46/+46 |
| 2023-12-23 | Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errors | bors | -8/+9 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -1/+1 |
| 2023-12-19 | effects: fix comment | León Orell Valerian Liehr | -1/+1 |
| 2023-12-19 | fix ICE when `~const` used on non-const trait | Deadbeef | -8/+9 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -4/+1 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -121/+35 |
| 2023-12-15 | Simplify instantiate_poly_trait_ref | Michael Goulet | -75/+35 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -47/+1 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -4/+1 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -5/+19 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -2/+2 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -295/+264 |
| 2023-12-06 | Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ... | bors | -4/+58 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -4/+58 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -4/+2 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -4/+2 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -0/+25 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -6/+7 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -115/+92 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -3/+3 |
| 2023-11-25 | Get rid of infer vars in inherent assoc types selection by using probe | Santiago Pastorino | -47/+34 |
| 2023-11-25 | Extract select_inherent_assoc_type_candidates | Santiago Pastorino | -79/+95 |
| 2023-11-25 | Do not erase late bound regions, replace them with placeholders | Santiago Pastorino | -114/+88 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -1/+1 |
| 2023-11-24 | We should call eq instead of sup as we're relating Ty directly and not Binder... | Santiago Pastorino | -4/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -5/+5 |
| 2023-11-19 | Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkov | Michael Goulet | -10/+6 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -1/+5 |
| 2023-11-19 | Avoid iterating over hashmaps in astconv | Nilstrieb | -10/+6 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -17/+13 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |
| 2023-11-13 | Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki | bors | -2/+1 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -3/+5 |
| 2023-11-12 | Small improvements in object lifetime default code | Nilstrieb | -2/+1 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -9/+40 |
| 2023-10-30 | Sort errors | Esteban Küber | -4/+6 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -10/+39 |
| 2023-10-30 | Improve some diagnostics around `?Trait` bounds | Oli Scherer | -26/+31 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -3/+13 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -4/+4 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -2/+2 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -1/+33 |
| 2023-10-16 | Rollup merge of #116257 - estebank:issue-101351, r=b-naber | Matthias Krüger | -15/+63 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -1/+33 |
| 2023-10-13 | Tweak wording | Esteban Küber | -1/+2 |
| 2023-10-13 | Suggest trait bounds for used associated type on type param | Esteban Küber | -15/+62 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -22/+41 |