| Age | Commit message (Expand) | Author | Lines |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -114/+14 |
| 2022-04-12 | Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errors | Dylan DPC | -1/+35 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -114/+14 |
| 2022-04-12 | Fix wrong suggestions for `T:` | Maybe Waffle | -1/+35 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -0/+8 |
| 2022-04-09 | add comment about restriction of Target::from_def_kind | Miguel Guarniz | -0/+1 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -0/+5 |
| 2022-04-08 | add mapping from DefKind to Target and remove more ItemLikeVisitor impls | Miguel Guarniz | -0/+24 |
| 2022-04-06 | Fix unit struct/enum variant in destructuring assignment | Michael Goulet | -0/+5 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -1/+3 |
| 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 |