| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -13/+1 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -79/+6 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -48/+15 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -4/+0 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -13/+0 |
| 2021-09-01 | Compute item_generics_num_lifetimes during resolution. | Camille GILLOT | -52/+6 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -10/+0 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -95/+187 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -48/+15 |
| 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 | 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 |