| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |