about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect.rs
AgeCommit message (Expand)AuthorLines
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-14always use anonymize_bound_varsMichael Goulet-1/+1
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-809/+4
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-1/+3
2022-12-09Tweak `rustc_must_implement_one_of` diagnostic outputEsteban Küber-11/+8
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-1/+3
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-1/+6
2022-12-03Mark naked functions as never inline in codegen_fn_attrsTomasz Miąsko-0/+1
2022-12-03Disable coverage instrumentation for naked functionsTomasz Miąsko-0/+4
2022-11-29Make inferred_outlives_crate return ClauseSantiago Pastorino-5/+7
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-1/+1
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-2/+4
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+1
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-2/+2
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-1/+1
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-26/+10
2022-11-18require an `ErrorGuaranteed` to taint infcx with errorsBoxy-1/+1
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-1/+1
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-26/+16
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-3/+2
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-5/+3
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-4/+3
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-1/+9
2022-11-11Visit opaque types during type collection too.Camille GILLOT-21/+20
2022-11-08add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'yukang-2/+1
2022-11-02Simplify astconv item def id handlingOli Scherer-2/+2
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-23/+20
2022-10-31Use adt_def for ADT collection.Camille GILLOT-23/+20
2022-10-29Cleanup weak lang itemsCameron Steffen-6/+9
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-8/+8
2022-10-25Split diagnostic details out into a separate function and fluent filesOli Scherer-22/+26
2022-10-25Move a wf-check into the site where the value is instantiatedOli Scherer-3/+30
2022-10-20update doc linkslcnr-2/+1
2022-10-11add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n...Ralf Jung-7/+0
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-1/+1
2022-10-10Move lifetime resolution module to rustc_hir_analysis.Camille GILLOT-0/+2
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-1/+1
2022-10-01Refactor rustc lint APIMaybe Waffle-5/+2
2022-09-29Split collect.rsOli Scherer-1178/+16
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-1/+1
2022-09-27Do not overwrite binders for another HirId.Camille GILLOT-2/+2
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+3403