about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-28Merge remote-tracking branch 'upstream/master' into rustupflip1995-908/+1979
2021-09-28Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe...bors-1/+52
2021-09-28rustc_session: Remove lint store from `Session`Vadim Petrochenkov-37/+4
2021-09-28Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-19/+60
2021-09-28Auto merge of #7608 - andrewpollack:7594/while_let_some_result, r=Manishearthbors-87/+186
2021-09-27fmtManish Goregaokar-7/+8
2021-09-27Add renamed lintManish Goregaokar-0/+1
2021-09-27Use a single if_chainManish Goregaokar-31/+9
2021-09-27Adjusting changelogAndrew Pollack-1/+1
2021-09-27Removed value from changelog to get passAndrew Pollack-1/+1
2021-09-27Adding new lintingAndrew Pollack-142/+261
2021-09-28Add SOLID targetsTomoaki Kawada-0/+4062
2021-09-28Clarify that `CString::from_vec_unchecked` appends 0 byte.et342-0/+2
2021-09-27Fix/count trailing zeroes (#95)antoyo-162/+216
2021-09-28print-type-sizes: skip field printing for primitivesTomasz Miąsko-3/+7
2021-09-28Add unit assignment to MIR for `asm!()`Fabian Wolff-3/+35
2021-09-27Fix/mismatch types (#94)antoyo-74/+132
2021-09-27PassWrapper: handle function rename from upstream D36850Augie Fackler-0/+4
2021-09-27Apply suggestions from code reviewJane Lusby-2/+2
2021-09-27Auto merge of #89249 - Aaron1011:higher-ranked-cause, r=estebankbors-86/+209
2021-09-27Auto merge of #89214 - smoelius:register_tool, r=petrochenkovbors-6/+43
2021-09-27thread: implements available_concurrency on haikuDavid Carlier-1/+10
2021-09-27#[feature] not required for lint resultGus Wynn-5/+4
2021-09-27Remove `DefId` from `ConstraintCategory::Predicate`Aaron Hill-9/+20
2021-09-27lock typesGus Wynn-0/+58
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-85/+197
2021-09-27Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakisbors-8/+8
2021-09-27Cleanup fix for global initialization (#93)antoyo-15/+5
2021-09-27Update issue-89193.rsGeorge O'Hara-4/+2
2021-09-27Issue 89193George O'Hara-8/+78
2021-09-27Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple...bors-92/+211
2021-09-27Update changelog to 1.56flip1995-3/+71
2021-09-27Auto merge of #7664 - matthiaskrgr:bump_to_2021, r=flip1995bors-6/+6
2021-09-27Auto merge of #7692 - workingjubilee:float-cmp-not-wrong, r=giraffatebors-3/+2
2021-09-27Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelidbors-42/+40
2021-09-27:arrow_up: rust-analyzerLaurențiu Nicola-16/+17
2021-09-27suggest path for tuple structTakayuki Maeda-1/+52
2021-09-27Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul...bors-17/+30
2021-09-26Link stage1 build to toolchain automaticallyTimothy Maloney-0/+80
2021-09-27Auto merge of #89145 - rusticstuff:bump_stdarch, r=kennytmbors-0/+0
2021-09-26Fix testRoxane-9/+5
2021-09-27Auto merge of #7722 - dtolnay-contrib:float, r=giraffatebors-37/+7
2021-09-26Auto merge of #89092 - bjorn3:sync_cg_clif-2021-09-19, r=bjorn3bors-293/+332
2021-09-26Pass real crate-level attributes to `pre_expansion_lint`Samuel Moelius-6/+29
2021-09-26Don't normalize opaque types with escaping late-bound regions.jackh726-8/+8
2021-09-262229: Consume IfLet exprRoxane-0/+42
2021-09-26Add regression test for issue #83564Noah Lev-0/+26
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-545/+306
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-56/+164
2021-09-26Detect when negative literal indices are used and suggest appropriate codeEsteban Kuber-2/+132