| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -2/+2 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -38/+38 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -3/+3 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -3/+3 |
| 2025-08-05 | comments | Kivooeo | -0/+11 |
| 2025-08-05 | moved 35 tests to organized locations | Kivooeo | -0/+3 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -62/+62 |
| 2025-06-25 | Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu | Jana Dönszelmann | -0/+22 |
| 2025-06-23 | cleaned up some tests | Kivooeo | -0/+22 |
| 2025-06-15 | Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis... | León Orell Valerian Liehr | -0/+540 |
| 2025-06-04 | Don't refer to 'this tail expression' in expansion. | Mara Bos | -4/+2 |
| 2025-06-03 | report never type lints in deps | Waffle Lapkin | -0/+540 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -4/+4 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -1/+0 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2/+6 |
| 2025-02-28 | Unconditionally lower match arm even if it's unneeded for never pattern in match | Mu001999 | -0/+48 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -6/+9 |
| 2025-02-05 | Walk into nested bodies when suggesting unit for unit fallback | Michael Goulet | -0/+4 |
| 2025-02-05 | Only suggest unit for unit fallback when spans dont come from macro expansion | Michael Goulet | -8/+42 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -2/+2 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -2/+2 |
| 2025-01-30 | std::range | Peter Jaszkowiak | -2/+2 |
| 2025-01-30 | Add closure labels | Esteban Küber | -1/+1 |
| 2025-01-30 | When encountering unexpected closure return type, point at return type/expres... | Esteban Küber | -8/+7 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-15 | Use links to edition guide for edition migrations | Eric Huss | -30/+30 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -2/+1 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -2/+1 |
| 2024-12-12 | Properly consider APITs for never type fallback ascription fix | Michael Goulet | -2/+2 |
| 2024-12-10 | Don't ICE when encountering never in pattern | Michael Goulet | -0/+27 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -19/+7 |
| 2024-12-01 | Check let source before suggesting annotation | Michael Goulet | -0/+60 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -22/+21 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -19/+7 |
| 2024-11-14 | Mark `never_type_fallback_flowing_into_unsafe` as a semantic change | Maybe Lapkin | -30/+30 |
| 2024-11-14 | Mention both release *and* edition breakage for never type lints | Maybe Lapkin | -48/+48 |
| 2024-11-03 | Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-11-02 | Use opt functions to not ICE in fallback suggestion | Michael Goulet | -0/+13 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -0/+12 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -2/+4 |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+68 |
| 2024-11-01 | And locals too | Michael Goulet | -4/+12 |
| 2024-11-01 | Suggest adding self type to method | Michael Goulet | -0/+8 |
| 2024-11-01 | Suggest annotations for never type fallback | Michael Goulet | -0/+12 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -8/+0 |
| 2024-10-05 | Be far more strict about what we consider to be a read of never | Michael Goulet | -1/+87 |
| 2024-10-05 | Fix up tests | Michael Goulet | -7/+104 |