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
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
2023-01-02
Abolish `QueryVTable` in favour of more assoc items on `QueryConfig`
Nilstrieb
-1
/
+0
2022-11-24
Unsupported query error now specifies if its unsupported for local or externa...
Sarthak Singh
-2
/
+1
2022-11-24
Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
bors
-2
/
+1
2022-11-05
Merge `QueryDescription` into `QueryConfig`
Nilstrieb
-1
/
+1
2022-11-01
Move keys module.
Camille GILLOT
-2
/
+1
2022-10-14
Get rid of `rustc_query_description!`
Nilstrieb
-10
/
+1
2022-09-25
Use function pointers instead of macro-unrolled loops in rustc_query_impl
Joshua Nelson
-0
/
+2
2022-09-09
Remove unnecessary `TRY_LOAD_FROM_DISK` constant
Joshua Nelson
-1
/
+0
2022-09-09
Don't create a new `try_load_from_disk` closure for each query
Joshua Nelson
-1
/
+2
2022-09-06
Make `HandleCycleError` an enum instead of a macro-generated closure
Joshua Nelson
-3
/
+0
2022-08-24
Simplify the syntax for macros generated by `rustc_queries`
Joshua Nelson
-1
/
+1
2022-08-23
Move most of `make_query` into a generic function, away from the macro
Joshua Nelson
-1
/
+0
2022-08-23
Remove `$tcx` metavariable from `rustc_query_append`
Joshua Nelson
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-06-29
get rid of `tcx` in deadlock handler when parallel compilation
SparrowLii
-0
/
+2
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-0
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-21
Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplett
bors
-1
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-13
Cache more queries on disk.
Camille GILLOT
-1
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-17
Remove SimpleDefKind
Mark Rousskov
-2
/
+0
2022-02-09
Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot
bors
-0
/
+1
2022-02-08
Switch QueryJobId to a single global counter
Mark Rousskov
-0
/
+1
2022-02-06
Delete query stats
Mark Rousskov
-3
/
+0
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2021-12-14
Remove `in_band_lifetimes` from `rustc_query_impl`
LegionMammal978
-1
/
+0
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
[next]