| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | compiler: fix some typos | cuishuang | -1/+1 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -5/+0 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -2/+3 |
| 2022-02-24 | Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obk | bors | -0/+13 |
| 2022-02-23 | Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpider | Matthias Krüger | -0/+4 |
| 2022-02-20 | Make node_id_to_hir_id owner-local. | Camille GILLOT | -0/+13 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+3 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -0/+4 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -36/+43 |
| 2022-02-12 | trailing whitespace | Ellen | -6/+6 |
| 2022-02-12 | change docs on `Res::SelfTy` | Ellen | -27/+35 |
| 2022-02-12 | change to a struct variant | Ellen | -12/+11 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -2/+3 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -5/+6 |
| 2022-02-11 | Rollup merge of #93910 - rosehuds:master, r=cjgillot | Matthias Krüger | -4/+4 |
| 2022-02-11 | fix mention of moved function in `rustc_hir` docs | Rose Hudson | -4/+4 |
| 2022-02-11 | Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser | Matthias Krüger | -6/+6 |
| 2022-02-11 | Rollup merge of #93443 - spastorino:add-stable-hash-impl-doc, r=cjgillot | Matthias Krüger | -0/+3 |
| 2022-02-10 | Make all hir::Map methods consistently by-value | Frank Steffahn | -6/+6 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -8/+3 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -1/+0 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -8/+3 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -0/+6 |
| 2022-02-01 | Fix w/ comments | kadmin | -0/+6 |
| 2022-01-31 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -1/+0 |
| 2022-01-28 | Add comment on stable_hash_impl for OwnerNodes | Santiago Pastorino | -0/+3 |
| 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 |