| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-30 | Use reference instead of raw pointer | Caio | -7/+7 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -47/+78 |
| 2021-09-30 | fix issue #7731 | surechen | -6/+96 |
| 2021-09-30 | Add 'core::array::from_fn' and 'core::array::try_from_fn' | Caio | -9/+171 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -8/+58 |
| 2021-09-30 | Auto merge of #7684 - surechen:solve_derivable_impls, r=flip1995 | bors | -2/+44 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -22/+48 |
| 2021-09-30 | bootstrap: Update comment in config.library.toml. | Ben Reeves | -1/+1 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -78/+272 |
| 2021-09-30 | Auto merge of #7673 - mikerite:include-generated-code, r=giraffate | bors | -2213/+2299 |
| 2021-09-30 | Fix comment in `update_lints` | mikerite | -1/+1 |
| 2021-09-30 | Arrays of sizes from 0 to 32 (inclusive) implement [Default] trait, edit meth... | surechen | -2/+44 |
| 2021-09-29 | Rollup merge of #89378 - ehuss:update-books, r=ehuss | Eric Huss | -0/+0 |
| 2021-09-29 | Rollup merge of #89377 - ehuss:update-cargo, r=ehuss | Eric Huss | -0/+0 |
| 2021-09-29 | Rollup merge of #89366 - GuillaumeGomez:remove-lazy-static, r=jyn514 | Eric Huss | -5/+3 |
| 2021-09-29 | Rollup merge of #89335 - mbrubeck:range-is-sorted, r=cuviper | Eric Huss | -0/+10 |
| 2021-09-29 | Rollup merge of #89315 - et342:cstr_from_vec_unchecked_doc, r=yaahc | Eric Huss | -0/+2 |