| Age | Commit message (Expand) | Author | Lines |
| 2021-08-31 | Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obk | Mara Bos | -2/+16 |
| 2021-08-31 | Rollup merge of #88501 - m-ou-se:prelude-collusion-oh-no-macros-help, r=estebank | Mara Bos | -19/+33 |
| 2021-08-31 | Rollup merge of #88445 - inquisitivecrystal:ast-lowering, r=cjgillot | Mara Bos | -33/+29 |
| 2021-08-31 | Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-31 | Rollup merge of #88399 - nagisa:nagisa/aapcs-on-aarch, r=petrochenkov | Mara Bos | -1/+2 |
| 2021-08-31 | Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726 | Mara Bos | -7/+6 |
| 2021-08-31 | Use and_then instead of unwrap_or_default. | Mara Bos | -9/+8 |
| 2021-08-31 | Use right span in prelude collision suggestions with macros. | Mara Bos | -10/+19 |
| 2021-08-31 | Pull Span::find_ancestor_inside loop into its own function. | Mara Bos | -5/+11 |
| 2021-08-31 | Avoid cloning LocalDecls | Paul Trojahn | -7/+6 |
| 2021-08-31 | Rollup merge of #88509 - m-ou-se:dyn-no-left-shift-right-shift-just-single-an... | Mara Bos | -5/+10 |
| 2021-08-31 | Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot | Mara Bos | -7/+20 |
| 2021-08-31 | Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakis | Mara Bos | -2/+7 |
| 2021-08-31 | Rollup merge of #88496 - m-ou-se:prelude-collision-lifetime-generics, r=petro... | Mara Bos | -27/+38 |
| 2021-08-31 | Rollup merge of #88492 - est31:maybe_uninit_write, r=wesleywiser | Mara Bos | -1/+1 |
| 2021-08-31 | Rollup merge of #88486 - bjorn3:better_arena_macro, r=jackh726 | Mara Bos | -10/+10 |
| 2021-08-31 | Rollup merge of #88450 - notriddle:notriddle/maybe_whole_expr, r=cjgillot | Mara Bos | -2/+2 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -18/+7 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -1/+21 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -2/+2 |
| 2021-08-30 | Auto merge of #88369 - lcnr:cec-rename, r=oli-obk | bors | -60/+55 |
| 2021-08-30 | Turn to ifs into a match. | Mara Bos | -16/+9 |
| 2021-08-30 | Don't suggest extra <> in dyn suggestion. | Mara Bos | -5/+10 |
| 2021-08-30 | Keep turbofish in prelude collision lint. | Mara Bos | -2/+16 |
| 2021-08-30 | Warn when [T; N].into_iter() is ambiguous in the new edition. | Mara Bos | -5/+25 |
| 2021-08-30 | Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakis | bors | -0/+5 |
| 2021-08-30 | Fix prelude collision suggestions for glob imported traits. | Mara Bos | -2/+7 |
| 2021-08-30 | Fix lifetime generics in <T<..> as Trait>::try_from suggestion. | Mara Bos | -17/+21 |
| 2021-08-30 | Fix lifetime generics in <T as Trait<..>>::try_from suggestion. | Mara Bos | -10/+17 |
| 2021-08-30 | Use MaybeUninit::write in functor.rs | est31 | -1/+1 |
| 2021-08-30 | Update LATEST_STABLE_EDITION to 2021. | Mara Bos | -1/+1 |
| 2021-08-30 | make edition 2021 stable | HTG-YT | -1/+1 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -10/+10 |
| 2021-08-30 | Disallow the aapcs CC on Aarch64 | Simonas Kazlauskas | -1/+2 |
| 2021-08-30 | Auto merge of #87680 - mati865:stacker-psm-update, r=Mark-Simulacrum,nagisa | bors | -1/+1 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -10/+10 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -4/+4 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -30/+27 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -6/+3 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -27/+28 |
| 2021-08-29 | Clean up the lowering of AST items | inquisitivecrystal | -33/+29 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -271/+308 |
| 2021-08-30 | rustc_target: remove `LayoutOf` bound from `TyAbiInterface`. | Eduard-Mihai Burtescu | -85/+81 |
| 2021-08-30 | rustc_target: `TyAndLayout::field` should never error. | Eduard-Mihai Burtescu | -77/+77 |
| 2021-08-29 | 2229: Drop any deref in move closure | Aman Arora | -18/+7 |
| 2021-08-29 | Auto merge of #88280 - sexxi-goose:non-exhaustive, r=nikomatsakis | bors | -2/+17 |
| 2021-08-29 | 2229: Handle update to capture kind properly | Aman Arora | -0/+5 |
| 2021-08-29 | Auto merge of #88262 - klensy:pprust-cow, r=nagisa | bors | -51/+53 |
| 2021-08-29 | Auto merge of #88461 - GuillaumeGomez:rollup-khgu0eb, r=GuillaumeGomez | bors | -18/+86 |
| 2021-08-29 | Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank | Guillaume Gomez | -8/+4 |