| Age | Commit message (Expand) | Author | Lines |
| 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-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 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 |
| 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 |