| Age | Commit message (Expand) | Author | Lines |
| 2025-05-15 | Update Cargo.lock | Philipp Krones | -6/+6 |
| 2025-05-15 | Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u... | Philipp Krones | -4453/+5273 |
| 2025-05-15 | Rustup (#14815) | Philipp Krones | -52/+91 |
| 2025-05-15 | Bump Clippy version -> 0.1.89 | Philipp Krones | -4/+4 |
| 2025-05-15 | Bump nightly version -> 2025-05-14 | Philipp Krones | -2/+2 |
| 2025-05-15 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4467/+5322 |
| 2025-05-15 | Auto merge of #141011 - matthiaskrgr:rollup-4uwllo2, r=matthiaskrgr | bors | -46/+194 |
| 2025-05-15 | Auto merge of #141023 - jieyouxu:temp-windows-server-2022, r=marcoieni | bors | -2/+8 |
| 2025-05-15 | Temporarily use Windows Server 2022 instead of Windows Server 2025 images | Jieyou Xu | -2/+8 |
| 2025-05-14 | `clippy_dev` refactor (#14616) | dswij | -1102/+1340 |
| 2025-05-14 | Rollup merge of #140989 - xizheyin:issue-139631, r=compiler-errors | Matthias Krüger | -0/+79 |
| 2025-05-14 | Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-05-14 | Rollup merge of #140976 - samueltardieu:diag-ipaddr-v4v6, r=Urgau | Matthias Krüger | -0/+4 |
| 2025-05-14 | Rollup merge of #140973 - Berrysoft:update-bootstrap-lock, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-05-14 | Rollup merge of #140953 - jieyouxu:compiletest-bless-msg, r=compiler-errors | Matthias Krüger | -8/+12 |
| 2025-05-14 | Rollup merge of #140904 - ehuss:future-incompat-template, r=Mark-Simulacrum | Matthias Krüger | -33/+57 |
| 2025-05-14 | Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obk | Matthias Krüger | -2/+39 |
| 2025-05-14 | Add the `allow_exact_repetitions` option to the `module_name_repetititions` l... | llogiq | -5/+59 |
| 2025-05-14 | Add the `allow_exact_repetitions` option to the `module_name_repetitions` lint. | SLUCHABLUB | -5/+59 |
| 2025-05-14 | Add `Ipv4Addr` and `Ipv6Addr` diagnostic items | Samuel Tardieu | -0/+4 |
| 2025-05-14 | Suggest replace `f` with `f: Box<f>` when expr field is short hand | xizheyin | -2/+23 |
| 2025-05-14 | Add ui test suggest-box-for-expr-field-issue-139631 | xizheyin | -0/+58 |
| 2025-05-14 | MaybeUninit::write: fix doc | Mathis Bottinelli | -1/+1 |
| 2025-05-14 | Post `non_std_lazy_statics` type warnings onto the right node (#14740) | Jason Newcomb | -3/+21 |
| 2025-05-14 | Update rustix to 1.0.7 for bootstrap | 王宇逸 | -2/+2 |
| 2025-05-13 | Add internal lint `derive_deserialize_allowing_unknown` (#14360) | llogiq | -1/+270 |
| 2025-05-13 | Add internal lint `derive_deserialize_allowing_unknown` | Samuel Moelius | -1/+270 |
| 2025-05-13 | Auto merge of #140921 - Berrysoft:update-rustc-lock, r=jieyouxu | bors | -7/+7 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1016/+780 |
| 2025-05-13 | Format and skip formatting for pin | Michael Goulet | -2/+3 |
| 2025-05-13 | bump compiler_builtins | Pietro Albini | -4/+4 |
| 2025-05-13 | Auto merge of #140951 - compiler-errors:super-fmt, r=ytmimi | bors | -0/+5 |
| 2025-05-13 | Add new lint: `cloned_ref_to_slice_refs` (#14284) | llogiq | -2/+257 |
| 2025-05-13 | Auto merge of #140935 - omahs:patch-5, r=jieyouxu | bors | -23/+23 |
| 2025-05-12 | add lint `cloned_ref_to_slice_refs` | asdfish | -2/+257 |
| 2025-05-13 | Auto merge of #140927 - mejrs:test5, r=jieyouxu | bors | -36/+36 |
| 2025-05-12 | clippy_dev: Remove print option from `update_lints` | Jason Newcomb | -98/+20 |
| 2025-05-12 | clippy_dev: Refactor token parsing to avoid macros. | Jason Newcomb | -263/+345 |
| 2025-05-12 | clippy_dev: Split gathering lint decls from parsing deprecated lints. | Jason Newcomb | -116/+172 |
| 2025-05-12 | clippy_dev: Only build `AhoCorasick` searcher once for multiple files. | Jason Newcomb | -32/+42 |
| 2025-05-12 | clippy_dev: Reuse buffers when updating files and don't write unchanged files... | Jason Newcomb | -239/+252 |
| 2025-05-12 | clippy_dev: Split `rename` and `deprecate` out of `update_lints` | Jason Newcomb | -442/+460 |
| 2025-05-12 | clippy_dev: Set the current directory to clippy's root path. | Jason Newcomb | -127/+264 |
| 2025-05-12 | Auto merge of #140909 - fmease:modern-notif-backport-rustdoc, r=apiraino | bors | -4/+4 |
| 2025-05-12 | Do not use `clippy_utils` from UI tests (#14788) | Philipp Krones | -12/+10 |
| 2025-05-12 | Update "Changelog update walkthrough" section (#14785) | Philipp Krones | -9/+18 |
| 2025-05-12 | Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors | bors | -109/+89 |
| 2025-05-12 | Fix typos | omahs | -23/+23 |
| 2025-05-12 | Update Changelog update walkthrough docs section | Alexey Semenyuk | -9/+18 |
| 2025-05-12 | compiletest: fix "blessing" message | Jieyou Xu | -8/+12 |