| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -1/+2 |
| 2022-03-31 | remove find_use_placement | Fausto | -4/+10 |
| 2022-03-31 | Store next_disambiguator in Definitions. | Camille GILLOT | -2/+9 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -4/+4 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -30/+0 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -30/+0 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -2/+2 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -4/+4 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -1/+1 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+1 |
| 2022-03-19 | Give more details in `Display` for `hir::Target` | Scott McMurray | -1/+5 |
| 2022-03-12 | Identify anonymous lifetimes by their DefId in HIR. | Camille GILLOT | -2/+2 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -0/+2 |
| 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 |