| Age | Commit message (Expand) | Author | Lines |
| 2025-05-16 | Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errors | Matthias Krüger | -89/+0 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -8/+8 |
| 2025-05-09 | move (and remove) impl Trait tests | lcnr | -89/+0 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -12/+12 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -4/+5 |
| 2025-05-03 | Rollup merge of #140568 - moxian:reg-140545, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-05-02 | Add a regression test | moxian | -0/+29 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -49/+55 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -12/+12 |
| 2025-04-28 | Do not compute type_of for impl item if impl where clauses are unsatisfied | Michael Goulet | -0/+32 |
| 2025-04-25 | Don't use item name to look up associated item from trait item | Michael Goulet | -0/+49 |
| 2025-04-20 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -0/+62 |
| 2025-04-17 | Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwco | Matthias Krüger | -6/+8 |
| 2025-04-15 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -0/+21 |
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -6/+8 |
| 2025-04-14 | add RPITIT tests: method compat auto trait leakage | lcnr | -0/+224 |
| 2025-04-14 | move tests | lcnr | -0/+0 |
| 2025-04-14 | do not leak auto traits in item bounds | lcnr | -0/+36 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -6/+6 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -1/+1 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -6/+6 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -6/+6 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+1 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -35/+35 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -35/+35 |
| 2025-04-08 | Rollup merge of #139501 - compiler-errors:suppress-stack-overflow, r=lcnr | Matthias Krüger | -0/+189 |
| 2025-04-07 | Fix stack overflow in exhaustiveness due to recursive HIR opaque type values | Michael Goulet | -0/+189 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -4/+4 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -141/+153 |
| 2025-03-28 | Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obk | Matthias Krüger | -1/+39 |
| 2025-03-28 | Fix TAIT & ATPIT feature gating in the presence of anon consts | León Orell Valerian Liehr | -1/+39 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -0/+42 |
| 2025-03-25 | Test define opaques in extern items | Michael Goulet | -0/+30 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -0/+12 |
| 2025-03-23 | Stabilize precise_capturing_in_traits | Michael Goulet | -37/+20 |
| 2025-03-19 | merge opaque types of nested bodies | lcnr | -39/+6 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -254/+360 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -15/+0 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -48/+11 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -15/+0 |
| 2025-02-27 | Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdev | Matthias Krüger | -1/+2 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -51/+19 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -51/+19 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -18/+12 |
| 2025-02-19 | add `IntoBounds::intersect` and `RangeBounds::is_empty` | Peter Jaszkowiak | -1/+2 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -0/+6 |
| 2025-02-14 | Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkin | Jubilee | -0/+37 |
| 2025-02-14 | Add new ui test for returning an Fn trait that returns impl Trait | Xelph | -0/+37 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -6/+6 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -18/+12 |