| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Don't warn about `v128` in wasm ABI transition | Alex Crichton | -2/+41 |
| 2025-04-24 | Ignore zero-sized types in wasm future-compat warning | Alex Crichton | -0/+6 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -0/+126 |
| 2025-03-25 | Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgr | bors | -0/+103 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+9 |
| 2025-03-25 | add FCW to warn about wasm ABI transition | Ralf Jung | -0/+126 |
| 2025-03-24 | Fix autofix for `self` and `self as …` in `unused_imports` lint | Samuel Tardieu | -0/+103 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-21 | expand: Do not report `cfg_attr` traces on macros as unused attributes | Vadim Petrochenkov | -7/+14 |
| 2025-03-21 | Fix lint name in unused linker_messages warning | bjorn3 | -1/+1 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -3/+0 |
| 2025-03-13 | Visit PatField when collecting lint levels | Michael Goulet | -0/+21 |
| 2025-03-12 | Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiser | Matthias Krüger | -62/+44 |
| 2025-03-11 | Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lint | Urgau | -62/+44 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -13/+24 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -61/+7 |
| 2025-03-07 | Rollup merge of #138141 - tcpdumppy:master, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2025-03-07 | tests: fix some typos in comment | tcpdumppy | -5/+5 |
| 2025-03-06 | Hide the end of ranges in pretty printing if it's also the maximum of the type | Oli Scherer | -1/+1 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -1/+1 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -2/+2 |
| 2025-03-05 | Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har... | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2025-02-28 | fix: fix overflowing hex wrong suggestion | 11happy | -4/+21 |
| 2025-02-22 | Make `ptr_cast_add_auto_to_object` lint into hard error | Travis Cross | -0/+19 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -0/+27 |
| 2025-02-21 | Ignore fake borrows for packed field check | Michael Goulet | -0/+27 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -12/+8 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -61/+7 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -41/+40 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -15/+26 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -41/+40 |
| 2025-02-18 | Lint `#[must_use]` attributes applied to methods in trait impls | Samuel Tardieu | -15/+26 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -40/+250 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -24/+24 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -3/+2 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -72/+48 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -3/+3 |
| 2025-02-11 | Handle pattern types wrapped in `Option` in FFI checks | Oli Scherer | -49/+3 |
| 2025-02-11 | Correctly handle pattern types in FFI redeclaration lints | Oli Scherer | -30/+4 |
| 2025-02-11 | Correctly handle pattern types in FFI safety | Oli Scherer | -39/+9 |
| 2025-02-11 | Add ffi tests for pattern types | Oli Scherer | -22/+185 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -256/+384 |
| 2025-02-09 | Fix unwrap error in overflowing int literal | yukang | -0/+25 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -2/+2 |
| 2025-01-29 | Add regression test showing we don't realize some consts are used | Oli Scherer | -7/+9 |
| 2025-01-26 | implement lint `double_negations` | Kalle Wachsmuth | -5/+71 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -0/+37 |
| 2025-01-23 | Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali... | Matthias Krüger | -11/+12 |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -0/+80 |