| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -1/+1 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -1/+2 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -13/+12 |
| 2023-05-24 | Split out opaque from type_of | Michael Goulet | -305/+303 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -13/+12 |
| 2023-05-24 | Rollup merge of #111861 - compiler-errors:rtn-in-super, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-05-23 | Rollup merge of #111853 - compiler-errors:opaque-check, r=oli-obk | Dylan DPC | -4/+5 |
| 2023-05-23 | Don't ICE on RPITIT when promoting trait preds to associated type bounds | Michael Goulet | -0/+2 |
| 2023-05-22 | Check opaques for mismatch during writeback | Michael Goulet | -4/+5 |
| 2023-05-22 | Structurally normalize in the new solver | Michael Goulet | -22/+54 |
| 2023-05-18 | Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors | Dylan DPC | -5/+0 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -8/+8 |
| 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/+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 |