| Age | Commit message (Expand) | Author | Lines |
| 2021-08-31 | Rollup merge of #88445 - inquisitivecrystal:ast-lowering, r=cjgillot | Mara Bos | -33/+29 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+10 |
| 2021-08-30 | Lower let-else to HIR | Cameron Steffen | -16/+81 |
| 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 | -1/+1 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -1/+1 |
| 2021-08-29 | Clean up the lowering of AST items | inquisitivecrystal | -33/+29 |
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -169/+330 |
| 2021-08-28 | rustc: use more correct span data in for loop desugaring | Michael Howell | -2/+7 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -34/+6 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+1 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -1/+3 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -1/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -217/+56 |
| 2021-08-15 | Use correct drop scopes for if expressions | Matthew Jasper | -3/+14 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -1/+55 |
| 2021-08-01 | Inline make_if macro | Cameron Steffen | -12/+4 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -15/+18 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -41/+52 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -3/+7 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -31/+50 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -2/+4 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -29/+46 |
| 2021-07-25 | Add generic arg infer | kadmin | -40/+47 |
| 2021-07-21 | Correct fmt | surechen | -10/+7 |
| 2021-07-21 | Simplify the collecting of `? Trait` bounds in where clause | surechen | -33/+20 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+1 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -0/+1 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -1/+1 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -7/+1 |
| 2021-07-18 | Remove origin field from TypeAliasesOpaqueTy | Santiago Pastorino | -10/+4 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -2/+2 |
| 2021-07-18 | Remove impl trait bindings handling on const AST lowering | Santiago Pastorino | -11/+1 |
| 2021-07-17 | Remove impl traits bindings error message handling on AST lowering | Santiago Pastorino | -6/+1 |
| 2021-07-17 | Fix TypeAliasesOpaqueTy origin docs | Santiago Pastorino | -1/+1 |
| 2021-07-17 | Rename OtherOpaqueTy to TypeAliasesOpaqueTy | Santiago Pastorino | -12/+16 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -16/+5 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -26/+48 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -3/+43 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+16 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+16 |
| 2021-07-09 | Update the comment on `lower_expr_try` | Scott McMurray | -7/+8 |
| 2021-06-30 | Arena-allocate Crate during lowering. | Camille GILLOT | -4/+5 |
| 2021-06-15 | Auto merge of #86321 - JohnTitor:rollup-q61c8q4, r=JohnTitor | bors | -1/+1 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -13/+15 |