about summary refs log tree commit diff
path: root/compiler/rustc_passes/src
AgeCommit message (Expand)AuthorLines
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
2021-11-28Remove unused root_parent.Camille GILLOT-13/+1
2021-11-28Remove eval_always for lib_features.Camille GILLOT-3/+3
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-5/+4
2021-11-25Rollup merge of #89359 - fee1-dead:const-it, r=oli-obkMatthias Krüger-0/+6
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-1/+1
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-1/+1
2021-11-24Allow features like const_try in d_m_b_i_cDeadbeef-0/+6
2021-11-18Add checks for more empty attributes.Eric Huss-2/+11
2021-11-18Check for duplicate attributes.Eric Huss-17/+101
2021-11-17Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiserMatthias Krüger-0/+32
2021-11-16Update compiler/rustc_passes/src/check_attr.rsWesley Wiser-1/+1
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-11-12rustc_feature: Convert `BuiltinAttribute` from tuple to a structVadim Petrochenkov-2/+2
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-5/+6
2021-11-08warn on must_use use on async fn'sGus Wynn-0/+32
2021-11-07more clippy fixesMatthias Krüger-3/+3
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-3/+3
2021-11-07Implement type inference for inline constsGary Guo-2/+3
2021-10-30Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelidMatthias Krüger-1/+1
2021-10-29Unify titles in rustdoc book doc attributes chapterGuillaume Gomez-1/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-84/+61
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-15add a `rustc::query_stability` lintlcnr-61/+83
2021-10-11Use Ancestory to check default fn in const impl instead of comparing identsGary Guo-18/+26
2021-10-09Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obkMatthias Krüger-16/+120
2021-10-08Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514Guillaume Gomez-2/+1
2021-10-08clippy::complexity fixesMatthias Krüger-2/+1
2021-10-07make #[target_feature] work with `asm` register classesasquared31415-16/+120
2021-10-07Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomezbors-0/+1
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+1
2021-10-07Auto merge of #89534 - camsteffen:diag-name, r=oli-obkbors-20/+14
2021-10-07Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakisbors-38/+4
2021-10-06Introduce get_diagnostic_nameCameron Steffen-20/+14