about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
2022-05-13update comments about visitor strategyMiguel Guarniz-2/+35
2022-05-13remove ItemLikeVisitor and DeepVisitorMiguel Guarniz-92/+1
2022-05-13Cache more queries on disk.Camille GILLOT-4/+4
2022-05-12Replace DefPathData::Misc by two appropriately-named variants.Camille GILLOT-6/+8
2022-05-09reviewlcnr-0/+37
2022-05-09use hir::Let in hir::GuardSparrowLii-5/+3
2022-05-08Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillotbors-2/+10
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-2/+10
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-10/+11
2022-05-06Use matches! for YieldSource::is_awaitWei Liu-4/+1
2022-05-06Fix comment for async closure variantWei Liu-1/+1
2022-05-05generalize "incoherent impls" impl for custom typeslcnr-2/+0
2022-05-03Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakisbors-0/+5
2022-05-02fix most compiler/ doctestsElliot Roberts-10/+11
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+1
2022-04-30Update intravisit docsCameron Steffen-35/+35
2022-04-30Correct comment.Camille GILLOT-2/+1
2022-04-30Save colon span to suggest bounds.Camille GILLOT-35/+2
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-28/+159
2022-04-30Inline WhereClause into Generics.Camille GILLOT-22/+10
2022-04-30Box HIR Generics and Impl.Camille GILLOT-21/+26
2022-04-27Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkovbors-5/+1
2022-04-27Use LifetimeRes during lowering.Camille GILLOT-3/+1
2022-04-27Update comment.Camille GILLOT-2/+0
2022-04-26Add new diagnosticGeorge-0/+6
2022-04-23Drop vis in Item.Camille GILLOT-26/+3
2022-04-23Drop vis in ImplItem.Camille GILLOT-3/+3
2022-04-23Drop vis from ForeignItem.Camille GILLOT-2/+2
2022-04-23Drop vis in FieldDef.Camille GILLOT-1/+1
2022-04-23Stop visiting visibility.Camille GILLOT-27/+11
2022-04-20Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com...bors-1/+2
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-15/+5
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-1/+2
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-4/+4
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-15/+5
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-4/+4
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-0/+25
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-11/+20
2022-04-15Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelixDylan DPC-4/+10
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+2
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-11/+20
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-114/+14
2022-04-12Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errorsDylan DPC-1/+35
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-114/+14
2022-04-12Fix wrong suggestions for `T:`Maybe Waffle-1/+35
2022-04-10Avoid accessing HIR from MIR queries.Camille GILLOT-0/+8
2022-04-09add comment about restriction of Target::from_def_kindMiguel Guarniz-0/+1
2022-04-09Use def_key in `tcx.item_name` when possible.Camille GILLOT-0/+5
2022-04-08add mapping from DefKind to Target and remove more ItemLikeVisitor implsMiguel Guarniz-0/+24
2022-04-06Fix unit struct/enum variant in destructuring assignmentMichael Goulet-0/+5