about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-08-04Simplify maybe_record_as_seed.Camille GILLOT-0/+1
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-2/+0
2025-06-08Remove all unused feature gates from the compilerbjorn3-2/+0
2025-05-30Move naked fn checks to hir_typeckOli Scherer-2/+0
2025-05-30Change a per-module query to just run on the items it internally filters forOli Scherer-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+2
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-0/+1
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2024-11-22Get rid of HIR const checkerMichael Goulet-2/+0
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-1/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_passes`.Nicholas Nethercote-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_passes`.Nicholas Nethercote-3/+0
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-2/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-03-06Add proper cfgs for struct HirIdValidator used only with debug assertionsr0cky-0/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-10Remove unnecessary `#![feature(min_specialization)]`Zalathar-1/+0
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-25Rebase slice_group_by stabilization PRDavid Tolnay-1/+0
2024-01-25Remove unused featuresclubby789-2/+0
2023-12-25Pass DeadItem and lint as consistent group in dead-code.Camille GILLOT-0/+1
2023-12-12rustc_passes: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-08-27add rustc_abi debugging attributeRalf Jung-0/+1
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-26Migrate `rustc_passes` to translatable diagnosticsclubby789-0/+2
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2022-10-29Lint against usages of `struct_span_lint_hir`.Charles Lew-2/+0
2022-10-07Add lint for diagnostic migrationrdvdev2-0/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15passes: migrate half of `check_attr`David Wood-1/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-24Remove the check_mod_intrinsics queryOli Scherer-2/+0