| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -1/+1 |
| 2021-09-29 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -1/+1 |
| 2021-09-22 | rustc_index: Add some map-like APIs to `IndexVec` | Vadim Petrochenkov | -15/+7 |
| 2021-09-20 | Make with_hir_id_owner responsible for registering the item. | Camille GILLOT | -97/+48 |
| 2021-09-20 | Remove lower_node_id_with_owner. | Camille GILLOT | -63/+34 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -17/+2 |
| 2021-09-19 | Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkov | bors | -60/+5 |
| 2021-09-18 | Do not preallocate UseTree HirIds. | Camille GILLOT | -40/+1 |
| 2021-09-18 | Do not preallocate item HirIds. | Camille GILLOT | -21/+5 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -9/+0 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -17/+2 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -2/+7 |
| 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 | -9/+0 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -20/+5 |
| 2021-09-03 | Replace Vec by Option. | Camille GILLOT | -9/+8 |
| 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 | -61/+4 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -24/+2 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -4/+0 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -4/+0 |
| 2021-09-01 | Compute item_generics_num_lifetimes during resolution. | Camille GILLOT | -43/+4 |
| 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/+2 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -24/+2 |
| 2021-08-30 | Move some methods to block module | Cameron Steffen | -95/+2 |
| 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 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -65/+102 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -10/+0 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+1 |
| 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 | -10/+0 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -5/+5 |
| 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 | Introduce OwnerNode::Crate. | Camille GILLOT | -2/+4 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -18/+41 |
| 2021-07-25 | Add generic arg infer | kadmin | -40/+47 |
| 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 | -8/+4 |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -2/+2 |
| 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 | -9/+13 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -16/+5 |