| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Add test checking that fallthrough branches are correctly identified as dead | Jakob Degen | -17/+128 |
| 2022-02-18 | New lint `cast_enum_truncation` | Jason Newcomb | -52/+183 |
| 2022-02-18 | Extend uninhabited match branch optimization to also work on fallthrough. | Jakob Degen | -3/+39 |
| 2022-02-18 | Lint enum-to-int casts with `cast_possible_truncation` | Jason Newcomb | -39/+258 |
| 2022-02-18 | Put crate metadata first in the rlib when possible | bjorn3 | -40/+68 |
| 2022-02-18 | Auto merge of #8419 - flip1995:await_parking_alot, r=llogiq | bors | -128/+454 |
| 2022-02-18 | Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomez | bors | -8/+55 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -8/+55 |
| 2022-02-18 | fix some typos | Mizobrook-kan | -2/+2 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -10/+2 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -227/+281 |
| 2022-02-17 | fix | Mario Carneiro | -2/+0 |
| 2022-02-18 | document rustc_middle::mir::Field | Mizobrook-kan | -0/+9 |
| 2022-02-17 | Optimize char_try_from_u32 | Mario Carneiro | -1/+14 |
| 2022-02-18 | Auto merge of #94095 - Amanieu:update_stdarch, r=dtolnay | bors | -0/+0 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -256/+129 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -210/+487 |
| 2022-02-17 | Remove SimpleDefKind | Mark Rousskov | -62/+14 |
| 2022-02-17 | Auto merge of #8442 - rsmantini:issue-8120-fix, r=Manishearth | bors | -9/+60 |
| 2022-02-17 | Auto merge of #94103 - matthiaskrgr:rollup-cd70ofn, r=matthiaskrgr | bors | -416/+499 |
| 2022-02-17 | Destabilise entry_insert | 5225225 | -2/+4 |
| 2022-02-17 | Rollup merge of #94085 - flip1995:clippy_needless_borrow_temp_fix, r=Manishearth | Matthias Krüger | -26/+8 |
| 2022-02-17 | Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -1/+9 |
| 2022-02-17 | Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcm | Matthias Krüger | -0/+129 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -104/+50 |
| 2022-02-17 | Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahc | Matthias Krüger | -0/+6 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -186/+168 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -16/+16 |
| 2022-02-17 | core: Implement trim functions on byte slices | Danilo Bargen | -0/+78 |
| 2022-02-17 | Remove hack testing for `cfg` attribute in `match_single_binding` | Jason Newcomb | -25/+16 |
| 2022-02-17 | trigger ptr_as_ptr inside macros | Rodrigo Mantini | -9/+60 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -28/+163 |
| 2022-02-17 | Add module-level docs for `rustc_middle::query` | pierwill | -0/+6 |
| 2022-02-17 | Check for `cfg` attrubutes before linting `match` expressions | Jason Newcomb | -24/+171 |
| 2022-02-17 | Fix documentation for is_X_feature_detected! | Amanieu d'Antras | -0/+0 |
| 2022-02-17 | Move await_holding_* lints to suspicious and improve doc | flip1995 | -30/+64 |
| 2022-02-17 | Add test for drop-before-await FP | flip1995 | -33/+64 |
| 2022-02-17 | Actually lint parking_lot in await_holding_lock | flip1995 | -103/+287 |
| 2022-02-17 | Improve lint message of await_holding_* | flip1995 | -37/+114 |
| 2022-02-17 | Auto merge of #8218 - Jarcho:redundant_slicing_deref, r=camsteffen | bors | -48/+295 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -10/+2 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -227/+281 |
| 2022-02-17 | Auto merge of #8441 - Jarcho:needless_borrow_temp, r=flip1995 | bors | -26/+8 |
| 2022-02-17 | Remove unused `unsound_ignore_borrow_on_drop` | Tomasz Miąsko | -38/+13 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -22/+52 |
| 2022-02-17 | Remove some redundant checks in various matches lints | Jason Newcomb | -129/+128 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -26/+8 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -26/+8 |