| Age | Commit message (Expand) | Author | Lines |
| 2021-09-28 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -908/+1979 |
| 2021-09-28 | Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe... | bors | -1/+52 |
| 2021-09-28 | rustc_session: Remove lint store from `Session` | Vadim Petrochenkov | -37/+4 |
| 2021-09-28 | Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez | bors | -19/+60 |
| 2021-09-28 | Auto merge of #7608 - andrewpollack:7594/while_let_some_result, r=Manishearth | bors | -87/+186 |
| 2021-09-27 | fmt | Manish Goregaokar | -7/+8 |
| 2021-09-27 | Add renamed lint | Manish Goregaokar | -0/+1 |
| 2021-09-27 | Use a single if_chain | Manish Goregaokar | -31/+9 |
| 2021-09-27 | Adjusting changelog | Andrew Pollack | -1/+1 |
| 2021-09-27 | Removed value from changelog to get pass | Andrew Pollack | -1/+1 |
| 2021-09-27 | Adding new linting | Andrew Pollack | -142/+261 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+4062 |
| 2021-09-28 | Clarify that `CString::from_vec_unchecked` appends 0 byte. | et342 | -0/+2 |
| 2021-09-27 | Fix/count trailing zeroes (#95) | antoyo | -162/+216 |
| 2021-09-28 | print-type-sizes: skip field printing for primitives | Tomasz Miąsko | -3/+7 |
| 2021-09-28 | Add unit assignment to MIR for `asm!()` | Fabian Wolff | -3/+35 |
| 2021-09-27 | Fix/mismatch types (#94) | antoyo | -74/+132 |
| 2021-09-27 | PassWrapper: handle function rename from upstream D36850 | Augie Fackler | -0/+4 |
| 2021-09-27 | Apply suggestions from code review | Jane Lusby | -2/+2 |
| 2021-09-27 | Auto merge of #89249 - Aaron1011:higher-ranked-cause, r=estebank | bors | -86/+209 |
| 2021-09-27 | Auto merge of #89214 - smoelius:register_tool, r=petrochenkov | bors | -6/+43 |
| 2021-09-27 | thread: implements available_concurrency on haiku | David Carlier | -1/+10 |
| 2021-09-27 | #[feature] not required for lint result | Gus Wynn | -5/+4 |
| 2021-09-27 | Remove `DefId` from `ConstraintCategory::Predicate` | Aaron Hill | -9/+20 |
| 2021-09-27 | lock types | Gus Wynn | -0/+58 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -85/+197 |
| 2021-09-27 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -8/+8 |
| 2021-09-27 | Cleanup fix for global initialization (#93) | antoyo | -15/+5 |
| 2021-09-27 | Update issue-89193.rs | George O'Hara | -4/+2 |
| 2021-09-27 | Issue 89193 | George O'Hara | -8/+78 |
| 2021-09-27 | Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple... | bors | -92/+211 |
| 2021-09-27 | Update changelog to 1.56 | flip1995 | -3/+71 |
| 2021-09-27 | Auto merge of #7664 - matthiaskrgr:bump_to_2021, r=flip1995 | bors | -6/+6 |
| 2021-09-27 | Auto merge of #7692 - workingjubilee:float-cmp-not-wrong, r=giraffate | bors | -3/+2 |
| 2021-09-27 | Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelid | bors | -42/+40 |
| 2021-09-27 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -1/+52 |
| 2021-09-27 | Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul... | bors | -17/+30 |
| 2021-09-26 | Link stage1 build to toolchain automatically | Timothy Maloney | -0/+80 |
| 2021-09-27 | Auto merge of #89145 - rusticstuff:bump_stdarch, r=kennytm | bors | -0/+0 |
| 2021-09-26 | Fix test | Roxane | -9/+5 |
| 2021-09-27 | Auto merge of #7722 - dtolnay-contrib:float, r=giraffate | bors | -37/+7 |
| 2021-09-26 | Auto merge of #89092 - bjorn3:sync_cg_clif-2021-09-19, r=bjorn3 | bors | -293/+332 |
| 2021-09-26 | Pass real crate-level attributes to `pre_expansion_lint` | Samuel Moelius | -6/+29 |
| 2021-09-26 | Don't normalize opaque types with escaping late-bound regions. | jackh726 | -8/+8 |
| 2021-09-26 | 2229: Consume IfLet expr | Roxane | -0/+42 |
| 2021-09-26 | Add regression test for issue #83564 | Noah Lev | -0/+26 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -545/+306 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -56/+164 |
| 2021-09-26 | Detect when negative literal indices are used and suggest appropriate code | Esteban Kuber | -2/+132 |