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_system
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-19
/
+3
2021-03-26
Use iter::zip in compiler/
Josh Stone
-2
/
+3
2021-03-19
Debug-print result when an unstable fingerprint is detected
Aaron Hill
-1
/
+1
2021-03-13
Auto merge of #83007 - Aaron1011:incr-verify-default, r=Mark-Simulacrum
bors
-11
/
+18
2021-03-13
Always run `incremental_verify_ich` when re-computing query results
Aaron Hill
-11
/
+18
2021-03-12
rustc_query_system: simplify QueryCache::iter
Tyson Nottingham
-22
/
+17
2021-02-21
Simplify hashing.
Camille GILLOT
-33
/
+24
2021-02-20
Move print_query_stack to rustc_query_system.
Camille GILLOT
-5
/
+43
2021-02-20
Move report_cycle to rustc_query_system.
Camille GILLOT
-7
/
+47
2021-02-20
Move Query to rustc_query_system.
Camille GILLOT
-95
/
+124
2021-02-20
Do not hold query key in Query.
Camille GILLOT
-4
/
+7
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-17
/
+12
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-40
/
+35
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-6
/
+8
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-51
/
+85
2021-02-19
Remove QueryAccessors::to_dep_node.
Camille GILLOT
-7
/
+0
2021-02-19
Don't require a QueryContext to access the DepGraph.
Camille GILLOT
-9
/
+8
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-14
/
+14
2021-02-16
Inline try_get_cached
Tomasz Miąsko
-0
/
+1
2021-02-13
Check query cache before calling into the query engine.
Camille GILLOT
-17
/
+35
2021-02-13
Drop the cache lock earlier.
Camille GILLOT
-16
/
+17
2021-02-13
Separate the query cache from the query state.
Camille GILLOT
-100
/
+130
2021-02-13
Return a Result for query cache.
Camille GILLOT
-87
/
+68
2021-02-13
Merge {get,ensure}_query.
Camille GILLOT
-24
/
+22
2021-02-09
Auto merge of #81892 - jyn514:no-inline, r=cjgillot
bors
-10
/
+0
2021-02-08
Switch query descriptions to just String
Mark Rousskov
-2
/
+1
2021-02-08
[experiment] remove `#[inline]` from rustc_query_system::plumbing
Joshua Nelson
-10
/
+0
2021-01-26
Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank
bors
-6
/
+8
2021-01-19
Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri...
bors
-95
/
+321
2021-01-16
Undo assertion change
Aaron Hill
-6
/
+1
2021-01-16
Run fmt
Aaron Hill
-3
/
+8
2021-01-16
Print result on unstable fingerprint error
Aaron Hill
-1
/
+1
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-6
/
+8
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-12
Serialize dependency graph directly from DepGraph
Tyson Nottingham
-95
/
+321
2021-01-08
Don't mark `force_query_with_job` as `inline(always)`
Joshua Nelson
-1
/
+0
2021-01-08
Use a side-table of consts instead of matching on the DepKind enum.
Camille GILLOT
-1
/
+1
2021-01-08
Simplify DepNodeParams.
Camille GILLOT
-6
/
+0
2020-12-22
rustc_query_system: avoid race condition when using edge_count
Tyson Nottingham
-11
/
+6
2020-12-22
rustc_query_system: add more comments for dependency graph
Tyson Nottingham
-1
/
+33
2020-12-22
rustc_query_system: rename intern_node to intern_new_node
Tyson Nottingham
-3
/
+3
2020-12-22
rustc_query_system: remove inline annotation from edge_count
Tyson Nottingham
-1
/
+0
2020-12-22
rustc_query_system: minor cleanup
Tyson Nottingham
-17
/
+3
2020-12-22
rustc_query_system: use more space-efficient edges representation
Tyson Nottingham
-52
/
+103
2020-12-22
rustc_query_system: share previous graph edges with current graph
Tyson Nottingham
-65
/
+159
2020-12-22
rustc_query_system: share previous graph data with current graph
Tyson Nottingham
-216
/
+499
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-50
/
+23
2020-12-10
Use `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill
-2
/
+2
2020-12-04
Properly re-use def path hash in incremental mode
Aaron Hill
-19
/
+58
2020-11-25
Fix rebase fallout
Aaron Hill
-1
/
+1
[next]