| Age | Commit message (Expand) | Author | Lines |
| 2022-02-22 | Move `return_self_not_must_use` to `pedantic` | xFrednet | -6/+6 |
| 2022-02-21 | Soft-disable incremental compilation | Mark Rousskov | -1/+26 |
| 2022-02-12 | Adjust clippy tests to account for unreachable! changes | Mark Rousskov | -6/+3 |
| 2022-02-09 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2022-01-27 | Handle implicit named arguments in `useless_format` | Jason Newcomb | -3/+42 |
| 2022-01-25 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2022-01-20 | fix(rustfmt): resolve generated file formatting issue | Caleb Cartwright | -5/+25 |
| 2022-01-17 | [beta] backport cargo | Weihang Lo | -0/+0 |
| 2022-01-13 | bump rls | Pietro Albini | -0/+0 |
| 2022-01-11 | fix unused warnings in rustfmt | Pietro Albini | -5/+4 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -0/+2 |
| 2022-01-05 | Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgr | bors | -16/+16 |
| 2022-01-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2022-01-05 | update Miri | Ralf Jung | -8/+8 |
| 2022-01-05 | Auto merge of #92567 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-01-04 | Update cargo | Eric Huss | -0/+0 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -20/+50 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -1/+0 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -7/+22 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -5/+5 |
| 2021-12-31 | Auto merge of #92437 - flip1995:clippyup, r=Manishearth | bors | -439/+1493 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -439/+1493 |
| 2021-12-29 | Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub... | Caleb Cartwright | -410/+710 |
| 2021-12-29 | Auto merge of #92309 - ehuss:remove-check_lines, r=Mark-Simulacrum | bors | -11/+0 |
| 2021-12-29 | Rollup merge of #92351 - TmLev:master, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2021-12-28 | Update pulldown-cmark version in clippy | Guillaume Gomez | -5/+5 |
| 2021-12-28 | docs(error-codes): Add long error explanation for E0227 | TmLev | -2/+2 |
| 2021-12-28 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2021-12-26 | compiletest: Remove some vestigial code | Eric Huss | -11/+0 |
| 2021-12-25 | Auto merge of #92247 - lnicola:rust-analyzer-2021-12-24, r=lnicola | bors | -21/+16 |
| 2021-12-24 | update Miri | Ralf Jung | -7/+9 |
| 2021-12-24 | :arrow_up: rust-analyzer | Laurențiu Nicola | -21/+16 |
| 2021-12-23 | fix clippy | lcnr | -20/+50 |
| 2021-12-23 | Auto merge of #92167 - pierwill:chalk-update, r=jackh726 | bors | -2/+1 |
| 2021-12-22 | Upgrade `tracing-subscriber` | pierwill | -1/+1 |
| 2021-12-22 | Bless clippy test. | Mara Bos | -1/+1 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -1/+0 |
| 2021-12-20 | update Miri | Ralf Jung | -8/+6 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -92/+96 |
| 2021-12-18 | Rollup merge of #92030 - rukai:stdlib2021, r=m-ou-se | Matthias Krüger | -2/+4 |
| 2021-12-18 | Rollup merge of #91909 - lnicola:rust-analyzer-2021-12-14, r=lnicola | Matthias Krüger | -17/+21 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -31/+56 |
| 2021-12-17 | Auto merge of #92036 - flip1995:clippyup, r=Manishearth | bors | -4446/+2856 |
| 2021-12-18 | Update stdlib to the 2021 edition | Lucas Kent | -2/+4 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -4446/+2856 |
| 2021-12-16 | Update cargo | Eric Huss | -0/+0 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -0/+66 |
| 2021-12-15 | Rollup merge of #91584 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=jsha | Matthias Krüger | -5/+5 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -13/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -27/+27 |