about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/intravisit.rs
AgeCommit message (Expand)AuthorLines
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-6/+5
2022-01-17Use Term in ProjectionPredicatekadmin-5/+5
2022-01-17add eq constraints on associated constantskadmin-3/+2
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-80/+54
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-4/+0
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-80/+54
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-4/+0
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-1/+2
2021-12-23implement `generic_arg_infer` for array lengthslcnr-2/+12
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-4/+12
2021-12-13Remove `in_band_lifetimes` from `rustc_hir`Peter Jaszkowiak-1/+1
2021-12-13let-else: add hir::Let and type check it like a hir::LocalCormac Relf-4/+12
2021-11-30Merge Implicit and ImplicitMissing.Camille GILLOT-2/+1
2021-11-30Lint elided lifetimes in path during lifetime resolution.Camille GILLOT-0/+1
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-0/+8
2021-10-09Perform indexing during lowering.Camille GILLOT-0/+22
2021-09-20Do not store visibility in *ItemRef.Camille GILLOT-8/+6
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-1/+0
2021-09-02Drop walk_crate_and_attributes.Camille GILLOT-12/+0
2021-09-02Stop using walk_crate.Camille GILLOT-1/+1
2021-08-28Treat macros as HIR itemsinquisitivecrystal-9/+3
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-0/+4
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+1
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-0/+8
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+2
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-1/+1
2021-07-25Add inferred args to typeckkadmin-6/+1
2021-07-25Add generic arg inferkadmin-0/+13
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-22/+25
2021-04-08Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqdDylan DPC-1/+1
2021-04-07Add Debug implementation for hir::intravisit::FnKindGuillaume Gomez-1/+1
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-1/+3
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
2021-03-23progress, stuff compiles nowlcnr-1/+8
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-8/+8
2021-03-09Use BTreeMap to store attributes.Camille GILLOT-1/+1
2021-03-09Track HirId when visiting attributes.Camille GILLOT-3/+5
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-10/+2
2021-03-09Visit attributes in one go.Camille GILLOT-15/+4
2021-03-09Do not store attrs in FnKind.Camille GILLOT-19/+11
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-4/+4
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-4/+4
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-15/+15
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-3/+3
2021-02-04add generic args to hir::TypeBindingb-naber-0/+1