| Age | Commit message (Expand) | Author | Lines |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -5/+1 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -3/+1 |
| 2022-04-27 | Update comment. | Camille GILLOT | -2/+0 |
| 2022-04-26 | Add new diagnostic | George | -0/+6 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -26/+3 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -3/+3 |
| 2022-04-23 | Drop vis from ForeignItem. | Camille GILLOT | -2/+2 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -27/+11 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -1/+2 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -15/+5 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -1/+2 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -4/+4 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -15/+5 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -4/+4 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -0/+25 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -11/+20 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -4/+10 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+2 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -11/+20 |
| 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 |