| Age | Commit message (Expand) | Author | Lines |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -35/+49 |
| 2022-01-25 | Store hir_id_to_def_id in OwnerInfo. | Camille GILLOT | -16/+9 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -0/+1 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -6/+6 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -2/+6 |
| 2022-01-19 | Show a more informative panic message when `DefPathHash` does not exist | Aaron Hill | -2/+6 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -1/+14 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -10/+27 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -11/+27 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -3/+4 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -80/+55 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -42/+2 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -0/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -80/+55 |
| 2022-01-15 | Add inline. | Camille GILLOT | -0/+2 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -1/+4 |
| 2022-01-14 | reviews ish | Ellen | -0/+7 |
| 2022-01-14 | fix bug | Ellen | -4/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -42/+2 |
| 2022-01-10 | Rollup merge of #92702 - ehuss:clean-lang_items-extract, r=petrochenkov | Matthias Krüger | -18/+6 |
| 2022-01-09 | Clean up lang_items::extract | Eric Huss | -18/+6 |
| 2022-01-09 | Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov | bors | -8/+0 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -1/+4 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -4/+28 |
| 2022-01-03 | Hash `Ident` spans in all HIR structures | Aaron Hill | -8/+0 |
| 2021-12-24 | Remove special-cased stable hashing for HIR module | Aaron Hill | -9/+2 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -4/+28 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -7/+27 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -1/+6 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -6/+29 |
| 2021-12-15 | Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnr | Matthias Krüger | -14/+0 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -7/+7 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -1/+1 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_hir` | Peter Jaszkowiak | -10/+9 |
| 2021-12-14 | awdawdawd | Ellen | -14/+0 |
| 2021-12-13 | Remove invalid doc links. | Amanieu d'Antras | -1/+1 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -7/+7 |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -6/+29 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -25/+0 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+2 |
| 2021-12-12 | Remove function from rebase | Deadbeef | -28/+0 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -21/+24 |
| 2021-12-11 | Rollup merge of #91780 - cjgillot:localize, r=Mark-Simulacrum | Matthias Krüger | -28/+0 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -4/+2 |
| 2021-12-10 | Remove hir::Node::hir_id. | Camille GILLOT | -28/+0 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -4/+5 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -3/+3 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -8/+15 |