| Age | Commit message (Expand) | Author | Lines |
| 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/+39 |
| 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 | -38/+101 |
| 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/+23 |
| 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/+30 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -1/+30 |
| 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/+23 |
| 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 | -27/+70 |
| 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/+156 |
| 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 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -1/+2 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -1/+2 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -1/+30 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -107/+156 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -6/+6 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -4/+4 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -13/+8 |
| 2023-04-26 | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | -23/+56 |