about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-06-08Remove all unused feature gates from the compilerbjorn3-1/+0
2025-05-14Handle `rustc_query_system` cases of `rustc::potential_query_instability` lintismailarilik-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Convert `ShardedHashMap` to use `hashbrown::HashTable`Josh Stone-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-01-06improve diagnostics for const eval query overflowMartin Zacho-1/+1
2024-11-15Improve VecCache under parallel frontendMark Rousskov-0/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_query_system`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-2/+4
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-3/+0
2024-04-29Remove `extern crate rustc_data_structures` from `rustc_query_system`.Nicholas Nethercote-2/+0
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-2/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-1/+1
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-22also make 'core_intrinsics' internalRalf Jung-1/+1
2023-11-15Remove unused features.Nicholas Nethercote-2/+0
2023-09-04Use a specialized varint + bitpacking scheme for DepGraph encodingBen Kimock-0/+1
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/+5
2023-01-31Fingerprint even when incr comp is disabled in debug modeMichael Goulet-0/+1
2022-10-10query_system: finish migrationDavid Wood-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-17Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebankMatthias Krüger-0/+2
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-15correct span, add help message and add UI test when query depth overflowsSparrowLii-0/+2
2022-09-06Make `HandleCycleError` an enum instead of a macro-generated closureJoshua Nelson-0/+4
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-1/+1
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-0/+3
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-11-29std: Stabilize the `thread_local_const_init` featureAlex Crichton-1/+0
2021-11-22Manually outline error on incremental_verify_ichMark Rousskov-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+2
2021-08-12Prevent double panic when handling incremental fingerprint mismatchAaron Hill-0/+1