about summary refs log tree commit diff
path: root/compiler/rustc_passes/src
AgeCommit message (Expand)AuthorLines
2022-01-21Reject may_unwind option in naked functionsTomasz Miąsko-0/+1
2022-01-21Reject unsupported naked functionsTomasz Miąsko-45/+46
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-2/+9
2022-01-19Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakisMatthias Krüger-6/+54
2022-01-18More comments and small cleanupsEric Holk-0/+1
2022-01-18Track drops across multiple yieldsEric Holk-2/+9
2022-01-18Track drop points in generator_interiorEric Holk-1/+0
2022-01-18Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisabors-7/+10
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-3/+3
2022-01-18Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasperMatthias Krüger-0/+21
2022-01-17add eq constraints on associated constantskadmin-3/+3
2022-01-17Fix review commentbjorn3-1/+6
2022-01-17Use Symbol for target features in asm handlingbjorn3-7/+5
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-136/+53
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-52/+0
2022-01-17Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011bors-11/+0
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-136/+53
2022-01-16Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnrMatthias Krüger-0/+19
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-15/+11
2022-01-15Use LocalDefId in rustc_passes::hir_id_validator.Camille GILLOT-6/+5
2022-01-15Use LocalDefId in rustc_passes::entry.Camille GILLOT-15/+15
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-7/+7
2022-01-15Use span of ignored impls for explanatory noteFabian Wolff-19/+27
2022-01-13Auto merge of #89861 - nbdd0121:closure, r=wesleywiserbors-2/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-52/+0
2022-01-11Annotate dead code lint with notes about ignored derived implsFabian Wolff-6/+46
2022-01-10rustc_pass_by_value lint: add test on custom typesMahdi Dibaiee-8/+3
2022-01-10expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributesVadim Petrochenkov-11/+0
2022-01-09Clean up lang_items::extractEric Huss-6/+2
2022-01-09Add validation for `link` attribute position.Eric Huss-0/+21
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-0/+24
2022-01-07Remove span from UpvarCapture::ByValueGary Guo-2/+2
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-5/+8
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-13/+6
2021-12-26Add Attribute::meta_kindJakub Beránek-3/+3
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-3/+3
2021-12-18Rollup merge of #91896 - pitaj:91867-passes, r=michaelwoeristerMatthias Krüger-34/+33
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-7/+7
2021-12-15Remove `in_band_lifetimes` for `rustc_passes`Peter Jaszkowiak-34/+33
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-3/+3
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-1/+0
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-4/+7
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-13Fix rebase and clippy testsEsteban Kuber-4/+7
2021-12-14Suggest to specify a target triple when eh_personality lang item is missingLucas Kent-2/+8
2021-12-13let-else: add hir::Let and type check it like a hir::LocalCormac Relf-7/+7
2021-12-03Update invalid crate attributes, add help messageTom Farmer-6/+30
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+0
2021-11-30Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011bors-3/+3
2021-11-29Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkovbors-5/+4