about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/plumbing.rs
AgeCommit message (Expand)AuthorLines
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-2/+2
2021-09-11Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrumbors-282/+187
2021-09-01Remove redundant `Span` in `QueryJobInfo`Noah Lev-2/+2
2021-08-22Use variable.Camille GILLOT-12/+5
2021-08-22Unify `with_task` functions.Camille GILLOT-17/+7
2021-08-22Remove force_query_with_job.Camille GILLOT-88/+53
2021-08-22Split try_execute_query.Camille GILLOT-16/+31
2021-08-22Decouple JobOwner from cache.Camille GILLOT-73/+64
2021-08-22Complete job outside of force_query_with_job.Camille GILLOT-14/+11
2021-08-22Do not compute the dep_node twice.Camille GILLOT-33/+21
2021-08-22Make all query forcing go through try_execute_query.Camille GILLOT-40/+31
2021-08-22Remove try_mark_green_and_read.Camille GILLOT-3/+6
2021-08-22Move assertion inwards.Camille GILLOT-14/+0
2021-08-22Simplify control flow.Camille GILLOT-33/+28
2021-08-22Only clone key when needed.Camille GILLOT-4/+6
2021-08-22Move dep_graph checking into try_load_from_disk_and_cache_in_memory.Camille GILLOT-23/+12
2021-08-12Prevent double panic when handling incremental fingerprint mismatchAaron Hill-6/+27
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-2/+2
2021-07-25Create `QuerySideEffects` and use it for diagnosticsAaron Hill-5/+9
2021-07-25clippy::useless_formatMatthias Krüger-2/+2
2021-05-30Reduce amount of function pointers.Camille GILLOT-26/+52
2021-05-29Move reconstruct test inwards.Camille GILLOT-5/+4
2021-05-15Make the fast path faster.Camille GILLOT-13/+14
2021-05-15Move key recovering into force_query.Camille GILLOT-16/+37
2021-05-10Show nicer error when an 'unstable fingerprints' error occursAaron Hill-7/+13
2021-05-06Auto merge of #84806 - Mark-Simulacrum:try-start-entry, r=cjgillotbors-77/+106
2021-05-02Streamline try_start codeMark Rousskov-77/+106
2021-05-01Avoid generating QueryMap::extend for each key typeMark Rousskov-8/+5
2021-04-29Move iter_results to dyn FnMut rather than a genericMark Rousskov-6/+1
2021-03-30Adjust profiling.Camille GILLOT-3/+5
2021-03-30Stream the dep-graph to a file.Camille GILLOT-7/+11
2021-03-19Debug-print result when an unstable fingerprint is detectedAaron Hill-1/+1
2021-03-13Auto merge of #83007 - Aaron1011:incr-verify-default, r=Mark-Simulacrumbors-11/+18
2021-03-13Always run `incremental_verify_ich` when re-computing query resultsAaron Hill-11/+18
2021-03-12rustc_query_system: simplify QueryCache::iterTyson Nottingham-2/+2
2021-02-20Move report_cycle to rustc_query_system.Camille GILLOT-2/+6
2021-02-20Move Query to rustc_query_system.Camille GILLOT-37/+32
2021-02-20Do not hold query key in Query.Camille GILLOT-3/+4
2021-02-20Access the session directly from DepContext.Camille GILLOT-1/+1
2021-02-19Use a QueryContext for try_mark_green.Camille GILLOT-11/+8
2021-02-19Decouple QueryContext from DepContext.Camille GILLOT-38/+49
2021-02-16Inline try_get_cachedTomasz Miąsko-0/+1
2021-02-13Check query cache before calling into the query engine.Camille GILLOT-17/+35
2021-02-13Drop the cache lock earlier.Camille GILLOT-9/+10
2021-02-13Separate the query cache from the query state.Camille GILLOT-86/+111
2021-02-13Return a Result for query cache.Camille GILLOT-57/+42
2021-02-13Merge {get,ensure}_query.Camille GILLOT-24/+22
2021-02-08[experiment] remove `#[inline]` from rustc_query_system::plumbingJoshua Nelson-10/+0
2021-01-16Undo assertion changeAaron Hill-6/+1
2021-01-16Run fmtAaron Hill-2/+7