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-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