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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-03-12
Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk
bors
-8
/
+26
2023-03-12
Use `Debug` for formatting the dep nodes
John Kåre Alsaker
-2
/
+1
2023-03-12
Remove `graph` parameter from `try_force_from_dep_node`
John Kåre Alsaker
-7
/
+8
2023-03-12
Optimize dep node backtrace and ignore fatal errors
John Kåre Alsaker
-50
/
+63
2023-03-12
Auto merge of #108682 - est31:simplify_dirs, r=davidtwco
bors
-1
/
+1
2023-03-11
Make the check for cache opt-in.
Camille GILLOT
-3
/
+9
2023-03-11
Ensure value is on the on-disk cache before returning.
Camille GILLOT
-6
/
+18
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-09
Remove `dep_node_index_of_opt` and `dep_node_index_of`
John Kåre Alsaker
-12
/
+2
2023-03-09
Address comments
John Kåre Alsaker
-16
/
+14
2023-03-09
Move dep graph methods to DepGraphData to avoid branches and `unwrap`s
John Kåre Alsaker
-164
/
+224
2023-03-08
Check that a query has not completed and is not executing before starting it
John Kåre Alsaker
-6
/
+21
2023-03-07
Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot
bors
-82
/
+96
2023-02-28
Fix a race in the query system
John Kåre Alsaker
-4
/
+5
2023-02-26
Avoid implementing Debug for QueryConfig
John Kåre Alsaker
-4
/
+13
2023-02-26
Make `rustc_query_system` take `QueryConfig` by instance.
John Kåre Alsaker
-82
/
+87
2023-02-25
Don't inline try_execute_query
John Kåre Alsaker
-0
/
+1
2023-02-25
Add inlining attributes for query system functions
John Kåre Alsaker
-0
/
+9
2023-02-25
Move `ensure_sufficient_stack` to `try_execute_query` callers
John Kåre Alsaker
-15
/
+8
2023-02-25
Reduce calls to `current_query_job`
John Kåre Alsaker
-4
/
+4
2023-02-24
Auto merge of #91742 - cjgillot:force-backtrace, r=estebank
bors
-11
/
+45
2023-02-24
Rollup merge of #108169 - Zoxc:query-key-copy, r=cjgillot
Dylan DPC
-17
/
+18
2023-02-22
Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk
bors
-0
/
+5
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+5
2023-02-21
Make query keys `Copy`
John Kåre Alsaker
-17
/
+18
2023-02-21
Use a lock-free datastructure for `source_span`
Oli Scherer
-1
/
+1
2023-02-20
Make untracked.source_span lockable so that resolution can still write to it ...
Oli Scherer
-1
/
+1
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-1
/
+1
2023-02-18
Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu...
bors
-1
/
+19
2023-02-17
Don't allow evaluating queries that were fed in a previous compiler run
Oli Scherer
-19
/
+6
2023-02-17
Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillot
bors
-11
/
+11
2023-02-16
Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot
bors
-198
/
+30
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-2
/
+1
2023-02-16
Remove parallel compiler fix
John Kåre Alsaker
-4
/
+1
2023-02-16
Move provider fields back to rustc_query_impl
John Kåre Alsaker
-8
/
+6
2023-02-16
Factor query arena allocation out from query caches
John Kåre Alsaker
-196
/
+33
2023-02-15
don't clone types that are copy
Matthias Krüger
-3
/
+3
2023-02-14
Pass `DepContext` and `QueryContext` by value when practical
John Kåre Alsaker
-11
/
+11
2023-02-11
Create a single value cache for the () query key
John Kåre Alsaker
-2
/
+48
2023-02-08
Auto merge of #107644 - Zoxc:query-cache-tweak, r=cjgillot
bors
-37
/
+4
2023-02-07
Remove QueryStorage::store_nocache
John Kåre Alsaker
-37
/
+4
2023-02-06
Make an optimal cold path for query_cache_hit
John Kåre Alsaker
-13
/
+5
2023-02-06
Don't inline query_cache_hit to reduce code size of the query hot path.
John Kåre Alsaker
-1
/
+3
2023-02-04
Support parallel compiler.
Camille GILLOT
-3
/
+3
2023-02-04
Remove `OnHit` callback from query caches.
Camille GILLOT
-84
/
+45
2023-01-31
Fingerprint even when incr comp is disabled in debug mode
Michael Goulet
-1
/
+19
2023-01-28
Use OnDrop.
Camille GILLOT
-39
/
+32
2023-01-28
Attempt to reduce perf impact.
Camille GILLOT
-10
/
+17
2023-01-28
Print a backtrace when query forcing fails.
Camille GILLOT
-11
/
+45
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-9
/
+9
[prev]
[next]