| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -8/+0 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -8/+0 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+1 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -17/+44 |
| 2024-11-17 | Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -1/+1 |
| 2024-11-14 | Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac... | surechen | -43/+174 |
| 2024-11-12 | For expr `return (_ = 42);` unused_paren lint should not be triggered | surechen | -0/+9 |
| 2024-11-11 | Update dangling pointer tests | gavincrawford | -17/+44 |
| 2024-11-10 | Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkov | Matthias Krüger | -15/+287 |
| 2024-11-04 | Prefer `pub(super)` in `unreachable_pub` lint suggestion | Urgau | -15/+287 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -138/+138 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -0/+3 |
| 2024-11-02 | Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxu | Matthias Krüger | -0/+64 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -0/+3 |
| 2024-11-02 | Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu | Guillaume Gomez | -29/+295 |
| 2024-11-01 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -0/+64 |
| 2024-10-31 | Add `f16` and `f128` to `invalid_nan_comparison` | Trevor Gross | -29/+295 |
| 2024-10-31 | Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errors | Jubilee | -6/+3 |
| 2024-10-31 | Update tests. | Mara Bos | -6/+3 |
| 2024-10-30 | Auto merge of #130860 - tmandry:fix-directives, r=jieyouxu | bors | -16/+23 |