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
/
src
/
librustc
/
dep_graph
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-08
Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb
kennytm
-1
/
+1
2017-10-05
Fix infinite recursion in <DepNode as Debug>.
Michael Woerister
-1
/
+1
2017-10-04
Generate SerializedDepNodeIndex using newtype_index macro
Santiago Pastorino
-1
/
+1
2017-10-04
Generate DepNodeIndexNew using newtype_index macro
Santiago Pastorino
-1
/
+1
2017-10-04
incr.comp.: Address review comments.
Michael Woerister
-25
/
+54
2017-10-02
incr.comp.: Do some cleanup.
Michael Woerister
-1
/
+4
2017-10-02
incr.comp.: Remove legacy dep-graph runtime.
Michael Woerister
-117
/
+78
2017-10-02
incr.comp.: Remove saving and loading of legacy dep-graph.
Michael Woerister
-1
/
+3
2017-10-02
incr.comp.: Build DepGraphQuery from new dep-graph impl.
Michael Woerister
-1
/
+12
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-19
/
+50
2017-10-02
incr.comp.: Add some logging to DepGraph::try_mark_green().
Michael Woerister
-0
/
+28
2017-10-02
incr.comp.: Re-execute queries during red/green marking in order to find out ...
Michael Woerister
-5
/
+29
2017-10-02
incr.comp.: Add minimal version of try_mark_green procedure.
Michael Woerister
-15
/
+131
2017-10-02
incr.comp.: Determine red/green state of every new node.
Michael Woerister
-7
/
+50
2017-09-27
Remove DepNodeIndexNew::new and ::index, they are already impl for Idx
Santiago Pastorino
-13
/
+5
2017-09-23
incr.comp.: Remove out-dated unit test and unnecessary assertion.
Michael Woerister
-3
/
+0
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-53
/
+75
2017-09-23
incr.comp.: Initial implemenation of append-only dep-graph.
Michael Woerister
-10
/
+262
2017-09-20
incr.comp.: Add some comments.
Michael Woerister
-0
/
+8
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-4
/
+26
2017-09-18
incr.comp.: Move result fingerprinting to DepGraph::with_task().
Michael Woerister
-11
/
+25
2017-09-05
rustc: Fix a borrow mut error with debug assertions
Alex Crichton
-3
/
+6
2017-08-25
Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakis
bors
-0
/
+8
2017-08-23
-Z profile-queries includes dep_graph.with_task uses in output
Matthew Hammer
-0
/
+7
2017-08-22
incr.comp.: Cache Hir-DepNodeIndices in the HIR map.
Michael Woerister
-0
/
+8
2017-07-10
don't panic in `dep_node_debug_str` if `self.data` is `None`
Niko Matsakis
-1
/
+1
2017-07-10
incr.comp.: Cache DepNodes with corresponding query results.
Michael Woerister
-7
/
+25
2017-07-10
incr.comp.: Introduce the concept of anonymous DepNodes.
Michael Woerister
-1
/
+16
2017-07-10
incr.comp.: Manage dependency graph on main thread.
Michael Woerister
-28
/
+53
2017-07-10
incr.comp.: Improve debug output for work products.
Michael Woerister
-3
/
+4
2017-06-13
incr.comp.: Make DepNode's std::fmt::Debug implementation useful again.
Michael Woerister
-0
/
+19
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-5
/
+4
2017-06-06
incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...
Michael Woerister
-8
/
+7
2017-05-29
Remove DepGraph::write() and its callers.
Michael Woerister
-6
/
+0
2017-03-10
add comments and remove unused code paths
Niko Matsakis
-2
/
+27
2017-03-10
isolate dep-graph tasks
Niko Matsakis
-3
/
+6
2017-01-16
incr.comp.: Delete orphaned work-products.
Michael Woerister
-0
/
+6
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-0
/
+6
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-6
/
+6
2016-10-18
Don't enqueue onto a disabled dep_graph.
Nicholas Nethercote
-11
/
+8
2016-09-06
kill the forbidden code
Niko Matsakis
-16
/
+0
2016-09-06
add a debugging mechanism to forbid edges
Niko Matsakis
-1
/
+17
2016-07-28
Keep multiple files per work-product
Niko Matsakis
-3
/
+4
2016-07-28
Address mw nits
Niko Matsakis
-5
/
+5
2016-07-28
Extend DepGraph so it can track "work-products"
Niko Matsakis
-9
/
+105
2016-04-06
break dep-graph into modules, parameterize DepNode
Niko Matsakis
-0
/
+71