| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -0/+7 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -0/+7 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -0/+18 |
| 2021-10-03 | Move some HashStable impls. | Camille GILLOT | -0/+19 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -48/+1 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -0/+10 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -1/+1 |
| 2021-09-30 | Apply suggestions from code review | Camille Gillot | -1/+1 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -49/+2 |
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's... | Michael Howell | -0/+10 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -1/+1 |
| 2021-09-21 | Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov | bors | -16/+12 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-20 | Update odht crate to 0.3.0 | Michael Woerister | -1/+1 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -16/+12 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -15/+1 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -6/+55 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2021-09-17 | Update odht to 0.2.1 | Michael Woerister | -1/+1 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -7/+1 |
| 2021-09-14 | Fix ICE when `start` lang item has wrong generics | asquared31415 | -1/+1 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -1/+2 |
| 2021-09-14 | Use on-disk-hash-table format for DefPathHashMap in hir::definitions. | Michael Woerister | -5/+53 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -15/+1 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -0/+5 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -0/+5 |
| 2021-09-10 | Add sanity check. | Camille GILLOT | -0/+4 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -1/+19 |
| 2021-09-09 | cleanup hir hack | Deadbeef | -7/+1 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -3/+0 |
| 2021-09-07 | Static assert size of GenericBoun to ensure size doesn't change | jackh726 | -0/+3 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -12/+0 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -0/+1 |
| 2021-09-02 | Drop walk_crate_and_attributes. | Camille GILLOT | -12/+0 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -1/+1 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -0/+1 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -3/+0 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -1/+0 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -6/+0 |
| 2021-08-31 | Rollup merge of #88486 - bjorn3:better_arena_macro, r=jackh726 | Mara Bos | -2/+2 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -2/+2 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -1/+1 |
| 2021-08-28 | Remove obsolete `MacroDef` variant of `OwnerNode` | inquisitivecrystal | -27/+5 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -55/+10 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -2/+33 |
| 2021-08-25 | Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=Amanieu | Léo Lanteri Thauvin | -0/+1 |
| 2021-08-25 | Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot | bors | -151/+163 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -0/+1 |
| 2021-08-23 | Detect incorrect number of lang item generics | asquared31415 | -151/+163 |