| Age | Commit message (Expand) | Author | Lines |
| 2025-03-02 | clippy | Ralf Jung | -2/+1 |
| 2025-03-02 | Normalize some assist names | Lukas Wirth | -288/+299 |
| 2025-03-02 | Merge pull request #19259 from Veykril/push-skmvrmtorqso | Lukas Wirth | -45/+162 |
| 2025-03-02 | Merge pull request #19253 from ShoyuVanilla/migrate-convert-bool-then | Lukas Wirth | -60/+174 |
| 2025-03-02 | Add flip or-pattern assist | Lukas Wirth | -45/+162 |
| 2025-03-02 | Merge from rustc | The Miri Cronjob Bot | -15556/+34772 |
| 2025-03-02 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-02 | Auto merge of #137855 - matthiaskrgr:rollup-uh7f3fi, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-01 | Auto merge of #137752 - flip1995:clippy-subtree-update, r=Manishearth | bors | -15391/+34666 |
| 2025-03-02 | tidy: remove legacy `Makefile` checks | 许杰友 Jieyou Xu (Joe) | -107/+0 |
| 2025-03-02 | run-make-support: remove outdated comments | 许杰友 Jieyou Xu (Joe) | -108/+0 |
| 2025-03-02 | compiletest: remove legacy `Makefile`-based `run-make` support | 许杰友 Jieyou Xu (Joe) | -214/+18 |
| 2025-03-01 | Compile run-make recipes using the stage0 compiler | Jakub Beránek | -119/+69 |
| 2025-03-01 | Merge pull request #19251 from Veykril/push-tkmpqtzxynxk | Lukas Wirth | -87/+50 |
| 2025-03-01 | Remove syntax editing from parenthesis computation | Lukas Wirth | -87/+50 |
| 2025-03-01 | Fix `test_keyword_highlighting` test | Lukas Wirth | -38/+107 |
| 2025-03-01 | Cleanup string handling in syntax highlighting | Lukas Wirth | -58/+27 |
| 2025-03-01 | More precise macro modifiers for syntax highlighting | Lukas Wirth | -231/+231 |
| 2025-03-01 | Cleanup highlighting macro-def handling | Lukas Wirth | -340/+197 |
| 2025-03-01 | Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -20/+165 |
| 2025-03-01 | Rollup merge of #137769 - compiler-errors:empty-unsafe-fmt, r=ytmimi | Matthias Krüger | -1/+10 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -1/+1 |
| 2025-03-01 | jsondocck: catch and error on deprecated syntax | Yotam Ofek | -0/+18 |
| 2025-03-01 | jsondocck: minor cleanups | Yotam Ofek | -15/+10 |
| 2025-03-01 | Migrate `convert_bool_then` to `SyntaxEditor` | Shoyu Vanilla | -60/+174 |
| 2025-02-28 | Fix link to ty::Ty in clippy_utils | Philipp Krones | -1/+1 |
| 2025-02-28 | Clippy: skip check_host_compiler check in rustc testsuite | Philipp Krones | -0/+5 |
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-u... | Philipp Krones | -15391/+34661 |
| 2025-02-28 | Auto merge of #137791 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -1/+1 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -1/+1 |
| 2025-02-28 | use fixed-width integer types in C code | Ralf Jung | -36/+38 |
| 2025-02-28 | miri native-call support: all previously exposed provenance is accessible to ... | Ralf Jung | -23/+87 |
| 2025-02-28 | Rollup merge of #137778 - EnzymeAD:update-enzyme-range, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-02-28 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-28 | Have inline_local_variable use precedence calculation for parentheses | Lukas Wirth | -67/+44 |
| 2025-02-28 | Merge pull request #19249 from Veykril/push-noosrywrsuvn | Lukas Wirth | -11/+22 |
| 2025-02-28 | Fix prefix adjustment hints unnecessarily introducing parens | Lukas Wirth | -11/+22 |
| 2025-02-28 | update enzyme to handle range metadata | Manuel Drehwald | -0/+0 |
| 2025-02-28 | Add `dist:Gcc` build step | Jakub Beránek | -0/+1 |
| 2025-02-28 | Merge pull request #19246 from ncrothers/add-anchor-for-associated-items | Lukas Wirth | -7/+99 |
| 2025-02-28 | add test | bit-aloo | -0/+24 |
| 2025-02-28 | Avoid suggesting redundant borrowing in completion results | bit-aloo | -3/+1 |
| 2025-02-28 | Do not yeet unsafe<> from type | Michael Goulet | -1/+10 |
| 2025-02-27 | Add anchor for intra-doc links to associated items | Nicholas Crothers | -7/+99 |
| 2025-02-27 | Update Node.js, vscode, and ts deps | BenjaminBrienen | -1740/+2598 |
| 2025-02-27 | Warn when the used toolchain looks too old for rust-analyzer | Lukas Wirth | -114/+140 |
| 2025-02-27 | Allow unsetting default cfgs | Lukas Wirth | -64/+96 |