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
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
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-1
/
+1
2021-10-25
Auto merge of #90210 - cjgillot:qarray2, r=Mark-Simulacrum
bors
-6
/
+11
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-23
Build the query vtable directly.
Camille GILLOT
-6
/
+11
2021-10-20
Build jump table at runtime.
Camille GILLOT
-0
/
+1
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-2
/
+0
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-2
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-08-27
Note that type aliases cannot be recursive
Noah Lev
-0
/
+2
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-3
/
+7
2021-06-15
Auto merge of #85154 - cjgillot:lessfn, r=bjorn3
bors
-1
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-4
/
+0
2021-05-30
Only test if key is local.
Camille GILLOT
-1
/
+0
2021-05-15
Move key recovering into force_query.
Camille GILLOT
-1
/
+1
2021-03-29
Don't duplicate the extern providers once for each crate
bjorn3
-2
/
+1
2021-02-20
Move print_query_stack to rustc_query_system.
Camille GILLOT
-1
/
+1
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-1
/
+1
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-1
/
+0
2021-02-20
Do not hold query key in Query.
Camille GILLOT
-2
/
+1
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+65