about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-08-31Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obkMara Bos-2/+16
2021-08-31Rollup merge of #88501 - m-ou-se:prelude-collusion-oh-no-macros-help, r=estebankMara Bos-19/+33
2021-08-31Rollup merge of #88445 - inquisitivecrystal:ast-lowering, r=cjgillotMara Bos-33/+29
2021-08-31Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obkMara Bos-2/+2
2021-08-31Rollup merge of #88399 - nagisa:nagisa/aapcs-on-aarch, r=petrochenkovMara Bos-1/+2
2021-08-31Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726Mara Bos-7/+6
2021-08-31Use and_then instead of unwrap_or_default.Mara Bos-9/+8
2021-08-31Use right span in prelude collision suggestions with macros.Mara Bos-10/+19
2021-08-31Pull Span::find_ancestor_inside loop into its own function.Mara Bos-5/+11
2021-08-31Avoid cloning LocalDeclsPaul Trojahn-7/+6
2021-08-31Rollup merge of #88509 - m-ou-se:dyn-no-left-shift-right-shift-just-single-an...Mara Bos-5/+10
2021-08-31Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillotMara Bos-7/+20
2021-08-31Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakisMara Bos-2/+7
2021-08-31Rollup merge of #88496 - m-ou-se:prelude-collision-lifetime-generics, r=petro...Mara Bos-27/+38
2021-08-31Rollup merge of #88492 - est31:maybe_uninit_write, r=wesleywiserMara Bos-1/+1
2021-08-31Rollup merge of #88486 - bjorn3:better_arena_macro, r=jackh726Mara Bos-10/+10
2021-08-31Rollup merge of #88450 - notriddle:notriddle/maybe_whole_expr, r=cjgillotMara Bos-2/+2
2021-08-31Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakisbors-18/+7
2021-08-31Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebankbors-1/+21
2021-08-31Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-sebors-2/+2
2021-08-30Auto merge of #88369 - lcnr:cec-rename, r=oli-obkbors-60/+55
2021-08-30Turn to ifs into a match.Mara Bos-16/+9
2021-08-30Don't suggest extra <> in dyn suggestion.Mara Bos-5/+10
2021-08-30Keep turbofish in prelude collision lint.Mara Bos-2/+16
2021-08-30Warn when [T; N].into_iter() is ambiguous in the new edition.Mara Bos-5/+25
2021-08-30Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakisbors-0/+5
2021-08-30Fix prelude collision suggestions for glob imported traits.Mara Bos-2/+7
2021-08-30Fix lifetime generics in <T<..> as Trait>::try_from suggestion.Mara Bos-17/+21
2021-08-30Fix lifetime generics in <T as Trait<..>>::try_from suggestion.Mara Bos-10/+17
2021-08-30Use MaybeUninit::write in functor.rsest31-1/+1
2021-08-30Update LATEST_STABLE_EDITION to 2021.Mara Bos-1/+1
2021-08-30make edition 2021 stableHTG-YT-1/+1
2021-08-30Remove unused arena macro argsbjorn3-10/+10
2021-08-30Disallow the aapcs CC on Aarch64Simonas Kazlauskas-1/+2
2021-08-30Auto merge of #87680 - mati865:stacker-psm-update, r=Mark-Simulacrum,nagisabors-1/+1
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-10/+10
2021-08-30allow unordered const/ty params if any cg feature is activelcnr-4/+4
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-30/+27
2021-08-30remove lazy_normalization_constsEllen-6/+3
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-27/+28
2021-08-29Clean up the lowering of AST itemsinquisitivecrystal-33/+29
2021-08-29Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisabors-271/+308
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-85/+81
2021-08-30rustc_target: `TyAndLayout::field` should never error.Eduard-Mihai Burtescu-77/+77
2021-08-292229: Drop any deref in move closureAman Arora-18/+7
2021-08-29Auto merge of #88280 - sexxi-goose:non-exhaustive, r=nikomatsakisbors-2/+17
2021-08-292229: Handle update to capture kind properlyAman Arora-0/+5
2021-08-29Auto merge of #88262 - klensy:pprust-cow, r=nagisabors-51/+53
2021-08-29Auto merge of #88461 - GuillaumeGomez:rollup-khgu0eb, r=GuillaumeGomezbors-18/+86
2021-08-29Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebankGuillaume Gomez-8/+4