| Age | Commit message (Expand) | Author | Lines |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -5/+0 |
| 2023-05-17 | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead | Dylan DPC | -4/+3 |
| 2023-05-17 | Emits E0599 when meeting MyTrait::missing_method | mu001999 | -4/+3 |
| 2023-05-17 | Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkin | Dylan DPC | -3/+1 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -3/+1 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -8/+8 |
| 2023-05-15 | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot | Matthias Krüger | -11/+12 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -11/+12 |
| 2023-05-15 | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwU | bors | -4/+4 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -4/+4 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -1/+1 |
| 2023-05-12 | Add a convenience function | Oli Scherer | -8/+1 |
| 2023-05-12 | Invert `IgnoreRegions` to `CheckRegions` | Oli Scherer | -4/+4 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -11/+23 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -3/+14 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -14/+17 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -4/+42 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -29/+54 |
| 2023-05-08 | Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8Ki | Yuki Okushi | -5/+6 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -18/+30 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -39/+106 |
| 2023-05-07 | use implied bounds when checking opaque types | Ali MJ Al-Nasrawy | -3/+14 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -18/+30 |
| 2023-05-06 | Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnr | Matthias Krüger | -233/+91 |
| 2023-05-05 | Report nicer lifetime errors for specialization | Matthew Jasper | -3/+16 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -14/+17 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -1/+26 |
| 2023-05-05 | remove unnecessary attribute from a diagnostic | Takayuki Maeda | -1/+0 |
| 2023-05-04 | Use fulfillment to check Drop impl compatibility | Michael Goulet | -233/+91 |
| 2023-05-04 | Don't compute trait super bounds unless they're positive | Michael Goulet | -5/+6 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -29/+54 |
| 2023-05-04 | Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr | bors | -1/+34 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -1/+34 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -10/+15 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -3/+27 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -11/+11 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -28/+71 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -6/+37 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -115/+112 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -0/+10 |
| 2023-05-02 | Disallow associated type constraints on negative bounds | Michael Goulet | -2/+0 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -6/+29 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -73/+111 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -107/+160 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -6/+11 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -16/+68 |
| 2023-05-01 | Simplify type_parameter_bounds_in_generics | Michael Goulet | -53/+34 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -0/+1 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -1/+1 |