about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/plumbing.rs
AgeCommit message (Expand)AuthorLines
2023-08-30Don't use `wait_for_query` without the Rayon thread poolJohn Kåre Alsaker-12/+13
2023-08-29Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillotbors-43/+8
2023-08-27Pass ErrorGuaranteed to cycle errorMichael Goulet-4/+4
2023-08-25Fix waiting on a query that panickedJohn Kåre Alsaker-1/+12
2023-08-24Optimize `lock_shards`John Kåre Alsaker-5/+3
2023-08-24Remove conditional use of `Sharded` from query stateJohn Kåre Alsaker-43/+10
2023-07-05Remove a redundant argumentOli Scherer-11/+5
2023-06-06Don't hold the active queries lock while calling `make_query`John Kåre Alsaker-4/+11
2023-05-17Delay a bug when overwriting fed value.Camille GILLOT-10/+16
2023-05-14Specialize query execution for incremental and non-incrementalJohn Kåre Alsaker-10/+36
2023-04-30Use dynamic dispatch for queriesJohn Kåre Alsaker-48/+33
2023-04-26Add query accessor functionsJohn Kåre Alsaker-1/+1
2023-04-20Add info for no_hash panic.Camille GILLOT-1/+3
2023-04-20Re-allow computing fed queries.Camille GILLOT-3/+20
2023-04-18Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillotbors-1/+1
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-1/+1
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-06Address commentsJohn Kåre Alsaker-2/+2
2023-04-06Don't rely on `Debug` impl for `Erased`John Kåre Alsaker-6/+10
2023-04-06Erase query cache valuesJohn Kåre Alsaker-18/+19
2023-03-27no shadow plzMichael Goulet-2/+1
2023-03-25Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillotbors-132/+134
2023-03-25Pass `tcx` directlyJohn Kåre Alsaker-27/+26
2023-03-25Remove `DebugArg`John Kåre Alsaker-43/+5
2023-03-25Optimize `incremental_verify_ich`John Kåre Alsaker-35/+48
2023-03-21Refactor `try_execute_query`John Kåre Alsaker-132/+134
2023-03-19Add some assertionsJohn Kåre Alsaker-0/+2
2023-03-19Split `execute_job` into `execute_job_incr` and `execute_job_non_incr`John Kåre Alsaker-30/+39
2023-03-12Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillotbors-6/+21
2023-03-12Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obkbors-8/+24
2023-03-11Make the check for cache opt-in.Camille GILLOT-3/+9
2023-03-11Ensure value is on the on-disk cache before returning.Camille GILLOT-6/+16
2023-03-09Address commentsJohn Kåre Alsaker-14/+12
2023-03-09Move dep graph methods to DepGraphData to avoid branches and `unwrap`sJohn Kåre Alsaker-40/+56
2023-03-08Check that a query has not completed and is not executing before starting itJohn Kåre Alsaker-6/+21
2023-03-07Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillotbors-41/+62
2023-02-28Fix a race in the query systemJohn Kåre Alsaker-4/+5
2023-02-26Avoid implementing Debug for QueryConfigJohn Kåre Alsaker-3/+3
2023-02-26Make `rustc_query_system` take `QueryConfig` by instance.John Kåre Alsaker-41/+62
2023-02-25Don't inline try_execute_queryJohn Kåre Alsaker-0/+1
2023-02-25Add inlining attributes for query system functionsJohn Kåre Alsaker-0/+4
2023-02-25Move `ensure_sufficient_stack` to `try_execute_query` callersJohn Kåre Alsaker-15/+8
2023-02-25Reduce calls to `current_query_job`John Kåre Alsaker-4/+4
2023-02-24Rollup merge of #108169 - Zoxc:query-key-copy, r=cjgillotDylan DPC-13/+12
2023-02-21Make query keys `Copy`John Kåre Alsaker-13/+12
2023-02-18Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu...bors-1/+18
2023-02-17Don't allow evaluating queries that were fed in a previous compiler runOli Scherer-19/+6
2023-02-16Remove parallel compiler fixJohn Kåre Alsaker-4/+1
2023-02-16Move provider fields back to rustc_query_implJohn Kåre Alsaker-7/+5
2023-02-16Factor query arena allocation out from query cachesJohn Kåre Alsaker-26/+23