| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Directly access the module for use suggestions. | Camille GILLOT | -62/+34 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -33/+42 |
| 2021-09-01 | Auto merge of #88556 - m-ou-se:rollup-q636wyd, r=m-ou-se | bors | -10/+147 |
| 2021-09-01 | Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr... | Mara Bos | -0/+42 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -10/+71 |
| 2021-09-01 | Rollup merge of #88053 - bjorn3:fix_flock_fallback_impl, r=cjgillot | Mara Bos | -0/+4 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+30 |
| 2021-09-01 | Auto merge of #88272 - willcrichton:mutable-sparse-matrix, r=ecstatic-morse | bors | -129/+386 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -7/+114 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -180/+479 |
| 2021-08-31 | Auto merge of #88533 - oli-obk:tait_🧊, r=spastorino | bors | -9/+1 |
| 2021-08-31 | Auto merge of #88506 - Mark-Simulacrum:fix-rlibs, r=ehuss | bors | -1/+1 |
| 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 | Change wording to less jaron-y "non-auto trait" | Michael Howell | -1/+1 |
| 2021-08-31 | Concrete regions can show up in mir borrowck if the originated from there. | Oli Scherer | -9/+1 |
| 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-30 | Update E0785.md | Michael Howell | -1/+1 |
| 2021-08-30 | fix(rustc_typeck): produce better errors for dyn auto trait | Michael Howell | -0/+42 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -1/+21 |
| 2021-08-30 | Handle irrufutable or unreachable let-else | Cameron Steffen | -1/+20 |
| 2021-08-30 | Calculate LetSource later | Cameron Steffen | -40/+42 |
| 2021-08-30 | Handle let-else initializer edge case errors | Cameron Steffen | -15/+101 |
| 2021-08-30 | Enforce diverging let...else | Cameron Steffen | -5/+33 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+14 |
| 2021-08-30 | Lower let-else to HIR | Cameron Steffen | -16/+83 |
| 2021-08-30 | Refactor lower_stmts | Cameron Steffen | -55/+56 |
| 2021-08-30 | Move some methods to block module | Cameron Steffen | -95/+111 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -26/+92 |
| 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 | Fix loading large rlibs | Mark Rousskov | -1/+1 |
| 2021-08-30 | Keep turbofish in prelude collision lint. | Mara Bos | -2/+16 |