index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+0
2025-05-14
Handle `rustc_query_system` cases of `rustc::potential_query_instability` lint
ismailarilik
-1
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-03-12
Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...
Matthias Krüger
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Convert `ShardedHashMap` to use `hashbrown::HashTable`
Josh Stone
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-01-06
improve diagnostics for const eval query overflow
Martin Zacho
-1
/
+1
2024-11-15
Improve VecCache under parallel frontend
Mark Rousskov
-0
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_query_system`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_data_structures` from `rustc_query_system`.
Nicholas Nethercote
-2
/
+0
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-2
/
+0
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2023-12-05
Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors
Michael Goulet
-1
/
+1
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-22
also make 'core_intrinsics' internal
Ralf Jung
-1
/
+1
2023-11-15
Remove unused features.
Nicholas Nethercote
-2
/
+0
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-0
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+5
2023-01-31
Fingerprint even when incr comp is disabled in debug mode
Michael Goulet
-0
/
+1
2022-10-10
query_system: finish migration
David Wood
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-17
Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank
Matthias Krüger
-0
/
+2
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-15
correct span, add help message and add UI test when query depth overflows
SparrowLii
-0
/
+2
2022-09-06
Make `HandleCycleError` an enum instead of a macro-generated closure
Joshua Nelson
-0
/
+4
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-1
/
+1
2022-08-31
migrate rustc_query_system to use SessionDiagnostic
Yuanheng Li
-0
/
+3
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-11-29
std: Stabilize the `thread_local_const_init` feature
Alex Crichton
-1
/
+0
2021-11-22
Manually outline error on incremental_verify_ich
Mark Rousskov
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-0
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-03
Move ICH to rustc_query_system.
Camille GILLOT
-0
/
+2
2021-08-12
Prevent double panic when handling incremental fingerprint mismatch
Aaron Hill
-0
/
+1
[next]