| Age | Commit message (Expand) | Author | Lines |
| 2025-06-24 | Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease | Matthias Krüger | -0/+127 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-06-22 | Address review comments | Urgau | -2/+12 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -13/+13 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -8/+99 |
| 2025-06-20 | cold | Jana Dönszelmann | -12/+12 |
| 2025-06-18 | Emit the usages suggestions as tool-only suggestions | Urgau | -25/+0 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -13/+13 |
| 2025-06-18 | Also emit suggestions for usages in the `non_upper_case_globals` lint | Urgau | -0/+142 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -18/+18 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -18/+18 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -1/+1 |
| 2025-06-17 | Add test suggest-remove-semi-in-macro-expansion-issue-142143.rs | xizheyin | -0/+29 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -171/+0 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -8/+99 |
| 2025-06-13 | Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -65/+35 |
| 2025-06-12 | Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross | Matthias Krüger | -24/+88 |
| 2025-06-12 | Make `missing_fragment_specifier` an unconditional error | Trevor Gross | -65/+35 |
| 2025-06-12 | Report the `unpredictable_function_pointer_comparisons` lint in macro | Urgau | -24/+88 |
| 2025-06-12 | Rollup merge of #142219 - Kivooeo:tf11, r=wesleywiser | Matthias Krüger | -0/+64 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -0/+64 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -0/+15 |
| 2025-06-07 | Rollup merge of #142148 - workingjubilee:dont-ice-on-force-warn, r=Urgau | Guillaume Gomez | -0/+41 |
| 2025-06-07 | Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscross | Guillaume Gomez | -92/+98 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -10/+70 |
| 2025-06-07 | compiler: Treat ForceWarning as a Warning for diagnostic level | Jubilee Young | -0/+41 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -246/+0 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -29/+29 |
| 2025-06-04 | Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errors | Matthias Krüger | -29/+29 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -246/+0 |
| 2025-06-04 | Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e... | Matthias Krüger | -19/+24 |
| 2025-06-04 | Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis... | Matthias Krüger | -208/+59 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -29/+29 |
| 2025-06-03 | Add missing 2015 edition directives | Lukas Wirth | -19/+24 |
| 2025-05-31 | Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -0/+19 |
| 2025-05-31 | cleaned up some tests | Kivooeo | -0/+19 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -0/+54 |
| 2025-05-30 | Rollup merge of #133823 - estebank:issue-56328, r=petrochenkov | Matthias Krüger | -8/+48 |
| 2025-05-29 | Remove `i128` and `u128` from `improper_ctypes_definitions` | Trevor Gross | -208/+59 |
| 2025-05-29 | Add test for issue 127911 and 128839 | Mu001999 | -0/+50 |
| 2025-05-29 | Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics | Esteban Küber | -8/+48 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -36/+34 |
| 2025-05-27 | Make the `dangerous_implicit_autorefs` lint deny-by-default | Urgau | -92/+98 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -0/+4 |
| 2025-05-27 | Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-dead | Michael Goulet | -25/+125 |
| 2025-05-27 | Rollup merge of #141550 - Urgau:unused_braces-attrs, r=chenyukang | 许杰友 Jieyou Xu (Joe) | -0/+49 |
| 2025-05-25 | Fix `unused_braces` lint suggestion when encountering attributes | Urgau | -0/+49 |
| 2025-05-25 | Improve `ambiguous_wide_pointer_comparisons` lint compare diagnostics | Urgau | -25/+125 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -10/+70 |
| 2025-05-22 | Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors | Matthias Krüger | -1/+7 |