| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Bless 32bit MIR opt tests | Matthew Jasper | -93/+68 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -349/+328 |
| 2021-09-01 | Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514 | bors | -0/+32 |
| 2021-09-01 | Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr... | Mara Bos | -0/+29 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -0/+15 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+60 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+72 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -18/+113 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -45/+395 |
| 2021-08-31 | Move test to run-make-fulldeps to avoid compiler flag bug | Patrick Conrad | -0/+0 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -0/+15 |
| 2021-08-31 | Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obk | Mara Bos | -0/+81 |
| 2021-08-31 | Rollup merge of #88501 - m-ou-se:prelude-collusion-oh-no-macros-help, r=estebank | Mara Bos | -0/+115 |
| 2021-08-31 | Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk | Mara Bos | -6/+178 |
| 2021-08-31 | Rollup merge of #88399 - nagisa:nagisa/aapcs-on-aarch, r=petrochenkov | Mara Bos | -27/+99 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -0/+17 |
| 2021-08-31 | Change wording to less jaron-y "non-auto trait" | Michael Howell | -2/+2 |
| 2021-08-31 | Add macro test for prelude collision suggestions. | Mara Bos | -0/+115 |
| 2021-08-31 | Rollup merge of #88509 - m-ou-se:dyn-no-left-shift-right-shift-just-single-an... | Mara Bos | -0/+71 |
| 2021-08-31 | Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot | Mara Bos | -0/+70 |
| 2021-08-31 | Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakis | Mara Bos | -1/+32 |
| 2021-08-31 | Rollup merge of #88496 - m-ou-se:prelude-collision-lifetime-generics, r=petro... | Mara Bos | -20/+96 |
| 2021-08-31 | Rollup merge of #88450 - notriddle:notriddle/maybe_whole_expr, r=cjgillot | Mara Bos | -0/+62 |
| 2021-08-31 | Rollup merge of #88413 - spastorino:weird-return-types-tait-test, r=oli-obk | Mara Bos | -0/+16 |
| 2021-08-31 | Rollup merge of #88409 - spastorino:autoleakage-tait-test, r=oli-obk | Mara Bos | -0/+100 |
| 2021-08-31 | Rollup merge of #88408 - spastorino:inference-cycle-tait-test, r=oli-obk | Mara Bos | -0/+63 |
| 2021-08-31 | Rollup merge of #88406 - spastorino:tait-nest-infer-test, r=oli-obk | Mara Bos | -0/+56 |
| 2021-08-31 | Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakis | bors | -34/+70 |
| 2021-08-30 | fix(rustc_typeck): produce better errors for dyn auto trait | Michael Howell | -0/+29 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -14/+76 |
| 2021-08-30 | Fix tests | Cameron Steffen | -33/+33 |
| 2021-08-30 | Add let-else tests | Cameron Steffen | -0/+322 |
| 2021-08-30 | Handle irrufutable or unreachable let-else | Cameron Steffen | -12/+21 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+19 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -25/+25 |
| 2021-08-30 | Auto merge of #88369 - lcnr:cec-rename, r=oli-obk | bors | -4434/+850 |
| 2021-08-30 | Add test for extra <> in dyn suggestion. | Mara Bos | -0/+71 |
| 2021-08-30 | Test that turbofish does not swim away in prelude collusion suggestion. | Mara Bos | -0/+81 |
| 2021-08-30 | Add test for 2021 ambiguous [T; N].into_iter(). | Mara Bos | -0/+70 |
| 2021-08-30 | No longer pass -Z unstable-options for edition 2021 in test. | Mara Bos | -1/+1 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -24/+24 |
| 2021-08-30 | Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakis | bors | -0/+19 |
| 2021-08-30 | Add test for glob imported prelude collision trait. | Mara Bos | -1/+32 |
| 2021-08-30 | Add and update tests. | Mara Bos | -20/+96 |
| 2021-08-30 | Disallow the aapcs CC on Aarch64 | Simonas Kazlauskas | -27/+99 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -98/+98 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+0 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -4256/+811 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -108/+7 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -184/+148 |