| Age | Commit message (Expand) | Author | Lines |
| 2021-10-12 | Use invalid local id for zeroth node parent. | Camille GILLOT | -1/+4 |
| 2021-10-11 | Make naming more explicit. | Camille GILLOT | -6/+10 |
| 2021-10-10 | Compute full HIR hash during lowering. | Camille GILLOT | -1/+22 |
| 2021-10-10 | Directly use AttributeMap inside OwnerInfo. | Camille GILLOT | -0/+7 |
| 2021-10-09 | Perform indexing during lowering. | Camille GILLOT | -2/+369 |
| 2021-10-09 | Hash during lowering. | Camille GILLOT | -1/+26 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -40/+5 |
| 2021-10-09 | Use an IndexVec for bodies. | Camille GILLOT | -3/+4 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -46/+72 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -62/+2 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -62/+2 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -4/+7 |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -26/+39 |
| 2021-09-29 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -26/+39 |
| 2021-09-22 | rustc_index: Add some map-like APIs to `IndexVec` | Vadim Petrochenkov | -18/+11 |
| 2021-09-20 | Make with_hir_id_owner responsible for registering the item. | Camille GILLOT | -140/+91 |
| 2021-09-20 | Remove lower_node_id_with_owner. | Camille GILLOT | -63/+34 |
| 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 |