| Age | Commit message (Expand) | Author | Lines |
| 2021-12-03 | Rollup merge of #91273 - Badel2:ice-index-str, r=estebank | Matthias Krüger | -9/+13 |
| 2021-11-30 | Merge Implicit and ImplicitMissing. | Camille GILLOT | -15/+7 |
| 2021-11-30 | Simplify lowering. | Camille GILLOT | -37/+31 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -23/+16 |
| 2021-11-26 | Fix ICE #91268 by checking that the snippet ends with a `)` | Badel2 | -9/+13 |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -4/+12 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -4/+12 |
| 2021-11-23 | Do not visit attributes in `ItemLowerer`. | Camille GILLOT | -0/+5 |
| 2021-11-22 | Fix comments | Eric Holk | -2/+2 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -5/+23 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -99/+38 |
| 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-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -7/+40 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -23/+23 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -4/+46 |
| 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 | -29/+16 |
| 2021-10-26 | Remove unnecessary check for registers | Yuki Okushi | -3/+1 |
| 2021-10-26 | Fix some typos | Yuki Okushi | -2/+2 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -21/+18 |
| 2021-10-21 | Use SortedMap in HIR. | Camille GILLOT | -29/+16 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -84/+504 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-15 | Use more lowered spans in for loop | Cameron Steffen | -12/+14 |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -10/+5 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 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/+6 |
| 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-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 |