about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2025-06-09Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkovTrevor Gross-1/+12
2025-06-09Always consider `const _` items as live for dead code analysisUrgau-1/+12
2025-06-08Remove all unused feature gates from the compilerbjorn3-2/+0
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-7/+9
2025-06-06Rollup merge of #142086 - fee1-dead-contrib:ast-visitor-dedup, r=oli-obkGuillaume Gomez-12/+8
2025-06-06Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkovbors-329/+1
2025-06-06Force exhaustive handling of every parsed attributemejrs-6/+16
2025-06-06deduplicate more `walk_*` methods in AST visitDeadbeef-12/+8
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-1/+1
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-1/+1
2025-06-02allow macro_use as first segmentbohan-1/+3
2025-06-01Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwUbors-2/+8
2025-05-31Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-deadMatthias Krüger-8/+8
2025-05-30Move naked fn checks to hir_typeckOli Scherer-267/+0
2025-05-30Change a per-module query to just run on the items it internally filters forOli Scherer-32/+9
2025-05-30Move naked asm check into typeckOli Scherer-39/+1
2025-05-30Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkovMatthias Krüger-130/+120
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-8/+8
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-1/+1
2025-05-28Avoid over-counting of `UsePath` in the HIR stats.Nicholas Nethercote-2/+8
2025-05-27Refactor the two-phase check for impls and impl itemsMu001999-130/+120
2025-05-24Cleanup CodegenFnAttrFlagsNoratrieb-2/+2
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-52/+6
2025-05-22Allow `#![doc(test(attr(..)))]` at module level tooUrgau-10/+58
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-3/+3
2025-05-20typeck: catch `continue`s pointing to blocksdianne-4/+6
2025-05-20Split `autodiff` into `autodiff_forward` and `autodiff_reverse`Marcelo Domínguez-1/+1
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-15/+15
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-15/+15
2025-05-04Initial support for dynamically linked cratesBryanskiy-6/+488
2025-05-03allow `#[rustfmt::skip]` in combination with `#[naked]`Folkert de Vries-1/+3
2025-05-01allow `#[rustc_std_internal_symbol]` in combination with `#[naked]`Folkert de Vries-0/+1
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-0/+1
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-0/+1
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-0/+3
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-2/+6
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-23fix ICE in attribute name printingFolkert de Vries-2/+6
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+3
2025-04-20stabilize `naked_functions`Folkert de Vries-7/+0
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-4/+4
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-98/+98
2025-04-17Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercoteMatthias Krüger-6/+2
2025-04-17Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiserMatthias Krüger-1/+4
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-6/+2
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-96/+93
2025-04-17Fix attribute printing in an error.Nicholas Nethercote-2/+5
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-4/+3
2025-04-14Consistent with treating Ctor Call as Struct in liveness analysisxizheyin-1/+4