| Age | Commit message (Expand) | Author | Lines |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -36/+14 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -23/+2 |
| 2021-09-19 | Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkov | bors | -94/+31 |
| 2021-09-18 | Do not preallocate UseTree HirIds. | Camille GILLOT | -48/+12 |
| 2021-09-18 | Do not preallocate item HirIds. | Camille GILLOT | -47/+20 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -13/+1 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -23/+2 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -5/+19 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -0/+1 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -2/+7 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -3/+9 |
| 2021-09-10 | Add sanity check. | Camille GILLOT | -2/+2 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -0/+7 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -13/+1 |
| 2021-09-07 | Change is_unsized to add_implicitly_sized | jackh726 | -1/+1 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -50/+21 |
| 2021-09-03 | Replace Vec by Option. | Camille GILLOT | -35/+14 |
| 2021-09-03 | Simplify lifetimes_from_impl_trait_bounds. | Camille GILLOT | -200/+181 |
| 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 | 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-02 | Rollup merge of #87687 - camsteffen:inline-macros, r=oli-obk | Cameron Steffen | -12/+4 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 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-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |