| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-22 | [AIX] Lint on structs that have a different alignment in AIX's C ABI | Amy Kwan | -11/+12 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -1/+1 |
| 2025-01-22 | Update lint tests with new dangling pointers message | Anthony Eid | -0/+80 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -16/+5 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -16/+5 |
| 2025-01-20 | warn on unused linker_messages warning attributes | jyn | -0/+37 |
| 2025-01-16 | Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny... | Matthias Krüger | -8/+71 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -4/+4 |
| 2025-01-12 | Suggest the smallest fitting type instead | spore | -2/+2 |
| 2025-01-12 | Add comment on case to mark the original issue | spore | -2/+2 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -5/+5 |
| 2025-01-08 | Add test cases and test for `HELP` | spore | -7/+70 |
| 2025-01-07 | Update tests. | Mara Bos | -4/+4 |
| 2025-01-06 | Improve find_self_call with reborrowed receiver | Michael Goulet | -1/+6 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -13/+5 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -2/+2 |
| 2024-12-24 | Auto merge of #134513 - fudancoder:master, r=jieyouxu | bors | -2/+2 |
| 2024-12-24 | Fix some typos | fudancoder | -2/+2 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -3/+30 |
| 2024-12-21 | Properly record metavar spans for other expansions other than TT | Michael Goulet | -1/+1 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -0/+30 |
| 2024-12-18 | Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2024-12-18 | Point at lint name instead of whole attr for gated lints | Esteban Küber | -2/+2 |
| 2024-12-15 | Fix trimmed_def_paths ICE in the function ptr comparison lint | Urgau | -0/+16 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -7/+0 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -51/+48 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -1/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -6/+0 |
| 2024-12-09 | Add regression test for #134060 | 许杰友 Jieyou Xu (Joe) | -0/+27 |
| 2024-12-09 | Revert #131669 due to ICEs | 许杰友 Jieyou Xu (Joe) | -123/+114 |
| 2024-12-06 | lint ImproperCTypes: message tweaks and refactoring from code review | niacdoial | -21/+21 |
| 2024-12-06 | lint ImproperCTypes: confirm that Box<FfiSafeType> and Option<Box<FfiSafeType... | niacdoial | -62/+26 |
| 2024-12-06 | lint: fix ImproperCTypes edge case for unsized structs due to foreign types | niacdoial | -30/+54 |
| 2024-12-06 | lint: rework some ImproperCTypes messages (especially around indirections to ... | niacdoial | -44/+65 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+345 |
| 2024-12-02 | Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav... | Guillaume Gomez | -0/+878 |
| 2024-12-02 | Add warn-by-default lint against unpredictable fn pointer comparisons | Urgau | -0/+345 |
| 2024-12-01 | Fixed typos by changing `happend` to `happened` | HomelikeBrick42 | -12/+12 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -25/+24 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -17/+4 |
| 2024-11-28 | Rollup merge of #133534 - RalfJung:cli-lint-flags, r=Nadrieril | Guillaume Gomez | -7/+88 |
| 2024-11-27 | extend group-forbid-always-trumps-cli test | Ralf Jung | -7/+88 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -17/+4 |
| 2024-11-27 | show forbidden_lint_groups in future-compat reports | Ralf Jung | -0/+878 |