about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2022-03-01Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebankDylan DPC-68/+63
2022-03-01Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillotDylan DPC-1/+34
2022-02-285 - Make more use of let_chainsCaio-68/+63
2022-02-27Lint against more useless `#[must_use]` attributesRuby Lazuli-1/+34
2022-02-25`check_used` should only look at actual `used` attributescynecx-2/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-3/+5
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-10/+8
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-3/+5
2022-02-21Take CodegenFnAttrs into account when validating asm! register operandsAmanieu d'Antras-15/+28
2022-02-19Adopt let else in more placesest31-60/+42
2022-02-19Stop interning stability.Camille GILLOT-10/+8
2022-02-12change to a struct variantEllen-1/+1
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-1/+38
2022-02-08add more tests and make used(linker/compiler) mutually exclusivecynecx-0/+34
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-1/+4
2022-02-06Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obkMatthias Krüger-18/+18
2022-02-03Require const stability on all stable const itemsJacob Pratt-18/+18
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-22/+34
2022-02-01Make dead code check a query.Camille GILLOT-22/+34
2022-02-01review + rebaselcnr-2/+2
2022-02-01add a rustc::query_stability lintlcnr-73/+90
2022-01-27Check that `#[rustc_must_implement_one_of]` is applied to a traitMaybe Waffle-0/+23
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