about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
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
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-2/+0
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+2
2022-02-285 - Make more use of let_chainsCaio-1/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-0/+1
2022-02-01Make dead code check a query.Camille GILLOT-0/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-17Fix review commentbjorn3-0/+1
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-0/+1
2021-12-15Remove `in_band_lifetimes` for `rustc_passes`Peter Jaszkowiak-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0