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_impl
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-05
DynamicConfig: use canonical clone impl
Marijn Schouten
-1
/
+1
2025-07-07
Remove unused allow attrs
Yotam Ofek
-1
/
+0
2025-04-29
Rename `rustc_query_append!` to `rustc_with_all_queries!`
Zalathar
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-26
Avoiding calling queries when collecting active queries
John Kåre Alsaker
-4
/
+7
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-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-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-05
Removed dependency on the field-offset crate.
David Venhoek
-3
/
+14
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-3
/
+2
2024-12-06
Remove 'tcx lifetime from OnDiskCache
bjorn3
-3
/
+3
2024-11-09
Move some code from Compiler::enter to GlobalCtxt::finish
bjorn3
-0
/
+6
2024-10-03
Handle `rustc_query_impl` cases of `rustc::potential_query_instability` lint
ismailarilik
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-08-29
Add `warn(unreachable_pub)` to `rustc_query_impl`.
Nicholas Nethercote
-0
/
+1
2024-08-21
Simplify some redundant field names
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+7
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-3
/
+5
2024-05-13
Remove `extern crate rustc_middle` from `rustc_query_impl`.
Nicholas Nethercote
-4
/
+1
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-04-11
move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu...
klensy
-3
/
+2
2024-03-12
Verify that query keys result in unique dep nodes
John Kåre Alsaker
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-2
/
+0
2024-01-08
Value recovery can take the whole CycleError
Michael Goulet
-3
/
+3
2023-12-31
Remove two unused feature gates from rustc_query_impl
bjorn3
-3
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+2
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+4
2023-08-27
Pass ErrorGuaranteed to cycle error
Michael Goulet
-2
/
+3
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-05-21
Replace `QueryStruct` with arrays local to `rustc_query_impl`
John Kåre Alsaker
-3
/
+4
2023-05-18
Merge query property modules into one
John Kåre Alsaker
-3
/
+2
2023-05-17
Finish move of query.rs
John Kåre Alsaker
-1
/
+1
2023-05-16
Auto merge of #108062 - Zoxc:spec-incr, r=cjgillot
bors
-2
/
+4
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-05-14
Specialize query execution for incremental and non-incremental
John Kåre Alsaker
-2
/
+4
2023-04-30
Use dynamic dispatch for queries
John Kåre Alsaker
-19
/
+182
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-15
/
+15
2023-04-06
Address comments
John Kåre Alsaker
-5
/
+4
2023-04-06
Erase query cache values
John Kåre Alsaker
-2
/
+12
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-21
AsLocalKey trait
Michael Goulet
-1
/
+1
2023-03-11
Ensure value is on the on-disk cache before returning.
Camille GILLOT
-0
/
+1
2023-02-16
Move provider fields back to rustc_query_impl
John Kåre Alsaker
-1
/
+1
2023-02-16
Factor query arena allocation out from query caches
John Kåre Alsaker
-2
/
+4
[next]