| Age | Commit message (Expand) | Author | Lines |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -1/+22 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -45/+3 |
| 2021-12-15 | Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnr | Matthias Krüger | -2/+1 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | awdawdawd | Ellen | -2/+1 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -5/+6 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -16/+9 |
| 2021-12-07 | Use collect_in_band_defs for async lifetime captures. | Camille GILLOT | -54/+44 |
| 2021-12-07 | Simplify collect_in_band_defs. | Camille GILLOT | -36/+35 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -45/+3 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -4/+3 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -0/+2 |
| 2021-11-30 | Merge Implicit and ImplicitMissing. | Camille GILLOT | -15/+7 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -4/+13 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -0/+2 |
| 2021-11-19 | Rollup merge of #90990 - nnethercote:arenas-cleanup, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -10/+2 |
| 2021-11-17 | Remove unnecessary lifetime argument from arena macros. | Nicholas Nethercote | -1/+1 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-28 | Auto merge of #90145 - cjgillot:sorted-map, r=michaelwoerister | bors | -8/+10 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-21 | Use SortedMap in HIR. | Camille GILLOT | -8/+10 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -73/+123 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 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 | -1/+7 |
| 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 | -2/+2 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -35/+57 |
| 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 |