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
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
2021-05-31
Remove unused feature gates
bjorn3
-4
/
+0
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+1
2021-04-18
fix feature use in rustc libs
Ralf Jung
-1
/
+0
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-0
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+18