about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+68
2021-09-30Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...Manish Goregaokar-18/+216
2021-09-30Rollup merge of #89202 - estebank:infer-call-type, r=oli-obkManish Goregaokar-0/+15
2021-09-30Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillotManish Goregaokar-3/+4
2021-09-30Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillotManish Goregaokar-15/+35
2021-10-01Auto merge of #89183 - cjgillot:noenc, r=oli-obkbors-56/+57
2021-09-30[aarch64] add target feature outline-atomicsSebastian Pop-0/+21
2021-09-30add regression test for issue 89119Rémy Rakic-0/+71
2021-09-30Avoid intermediate `collect()`Noah Lev-1/+1
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-93/+63
2021-09-30Remove unused `Clean` implNoah Lev-7/+0
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-13/+12
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-16/+7
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-306/+208
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-25/+73
2021-09-30Remove `Path.global`Noah Lev-12/+3
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-83/+71
2021-09-30Elaborate predicates in min_specialization checksMatthew Jasper-18/+76
2021-09-30Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakisbors-0/+38
2021-09-30Implemented -Z randomize-layoutChase Wilson-19/+93
2021-09-30fix issues pointed out in reviewThe8472-18/+41
2021-09-30from review: code stylethe8472-3/+3
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-3/+376
2021-09-30Auto merge of #7338 - camsteffen:shadow, r=llogicbors-572/+471
2021-09-30Remove shadow allowsCameron Steffen-141/+95
2021-09-30Rewrite shadow lintCameron Steffen-407/+379
2021-09-30Remove initialization note from shadow lintCameron Steffen-27/+0
2021-09-30Move shadow_unrelated to restrictionCameron Steffen-2/+2
2021-09-30Avoid nondeterminism in trimmed_def_pathsMark Rousskov-2/+23
2021-09-30Rebase fallout.Camille GILLOT-3/+3
2021-09-30Recommend running `cargo clean` in E0514 outputpierwill-1/+2
2021-09-30Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rsCamille Gillot-1/+1
2021-09-30Update run-make-fulldeps.Camille GILLOT-3/+4
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-32/+39
2021-09-30Move encode_metadata out of CrateStore.Camille GILLOT-21/+14
2021-09-30Add private arg to fmt::UnsafeArgCameron Steffen-3/+4
2021-09-30Check `allow_unstable` before checking environment variablesSamuel E. Moelius III-2/+2
2021-09-30bootstrap: Update comment (again) in config.library.tomlBen Reeves-1/+0
2021-09-30Add truncate note to Vec::resizeOwen Gage-0/+1
2021-09-30Apply suggestions from code reviewCamille Gillot-2/+2
2021-09-30Bless tests.Camille GILLOT-15/+25
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-25/+26
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-33/+32
2021-09-30Improve wording of `map_or_else` docsTyler Hart-4/+4
2021-09-30Update `llvm` submodule to fix function name mangling on x86 WindowsWesley Wiser-0/+0
2021-09-30Auto merge of #87998 - nneonneo:master, r=oli-obkbors-28/+212
2021-09-30Remove an unnecessary use of unwrap_uncheckedFrank Steffahn-4/+7
2021-09-30Auto merge of #7677 - surechen:edit_large_enum_variant, r=camsteffenbors-71/+171
2021-09-30Merge pull request #2 from steffahn/collect_into_array_fix_ubCaio-6/+5
2021-09-30Improve previous commitFrank Steffahn-6/+5