| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+68 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -18/+216 |
| 2021-09-30 | Rollup merge of #89202 - estebank:infer-call-type, r=oli-obk | Manish Goregaokar | -0/+15 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -3/+4 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -15/+35 |
| 2021-10-01 | Auto merge of #89183 - cjgillot:noenc, r=oli-obk | bors | -56/+57 |
| 2021-09-30 | [aarch64] add target feature outline-atomics | Sebastian Pop | -0/+21 |
| 2021-09-30 | add regression test for issue 89119 | Rémy Rakic | -0/+71 |
| 2021-09-30 | Avoid intermediate `collect()` | Noah Lev | -1/+1 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -93/+63 |
| 2021-09-30 | Remove unused `Clean` impl | Noah Lev | -7/+0 |
| 2021-09-30 | Remove unnecessary `Box` in `Type::QPath` | Noah Lev | -13/+12 |
| 2021-09-30 | Avoid unnecessary matches by changing `Clean` impl | Noah Lev | -16/+7 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -306/+208 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -25/+73 |
| 2021-09-30 | Remove `Path.global` | Noah Lev | -12/+3 |
| 2021-09-30 | Fix standard library for min_specialization changes | Matthew Jasper | -83/+71 |
| 2021-09-30 | Elaborate predicates in min_specialization checks | Matthew Jasper | -18/+76 |
| 2021-09-30 | Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakis | bors | -0/+38 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -19/+93 |
| 2021-09-30 | fix issues pointed out in review | The8472 | -18/+41 |
| 2021-09-30 | from review: code style | the8472 | -3/+3 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -3/+376 |
| 2021-09-30 | Auto merge of #7338 - camsteffen:shadow, r=llogic | bors | -572/+471 |
| 2021-09-30 | Remove shadow allows | Cameron Steffen | -141/+95 |
| 2021-09-30 | Rewrite shadow lint | Cameron Steffen | -407/+379 |
| 2021-09-30 | Remove initialization note from shadow lint | Cameron Steffen | -27/+0 |
| 2021-09-30 | Move shadow_unrelated to restriction | Cameron Steffen | -2/+2 |
| 2021-09-30 | Avoid nondeterminism in trimmed_def_paths | Mark Rousskov | -2/+23 |
| 2021-09-30 | Rebase fallout. | Camille GILLOT | -3/+3 |
| 2021-09-30 | Recommend running `cargo clean` in E0514 output | pierwill | -1/+2 |
| 2021-09-30 | Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rs | Camille Gillot | -1/+1 |
| 2021-09-30 | Update run-make-fulldeps. | Camille GILLOT | -3/+4 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -32/+39 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -21/+14 |
| 2021-09-30 | Add private arg to fmt::UnsafeArg | Cameron Steffen | -3/+4 |
| 2021-09-30 | Check `allow_unstable` before checking environment variables | Samuel E. Moelius III | -2/+2 |
| 2021-09-30 | bootstrap: Update comment (again) in config.library.toml | Ben Reeves | -1/+0 |
| 2021-09-30 | Add truncate note to Vec::resize | Owen Gage | -0/+1 |
| 2021-09-30 | Apply suggestions from code review | Camille Gillot | -2/+2 |
| 2021-09-30 | Bless tests. | Camille GILLOT | -15/+25 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -25/+26 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -33/+32 |
| 2021-09-30 | Improve wording of `map_or_else` docs | Tyler Hart | -4/+4 |
| 2021-09-30 | Update `llvm` submodule to fix function name mangling on x86 Windows | Wesley Wiser | -0/+0 |
| 2021-09-30 | Auto merge of #87998 - nneonneo:master, r=oli-obk | bors | -28/+212 |
| 2021-09-30 | Remove an unnecessary use of unwrap_unchecked | Frank Steffahn | -4/+7 |
| 2021-09-30 | Auto merge of #7677 - surechen:edit_large_enum_variant, r=camsteffen | bors | -71/+171 |
| 2021-09-30 | Merge pull request #2 from steffahn/collect_into_array_fix_ub | Caio | -6/+5 |
| 2021-09-30 | Improve previous commit | Frank Steffahn | -6/+5 |