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
/
src
/
librustc
/
dep_graph
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2017-07-10
incr.comp.: Manage dependency graph on main thread.
Michael Woerister
-178
/
+0
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-8
/
+7
2017-01-17
consistent doc wording
king6cong
-1
/
+1
2016-10-18
Don't enqueue onto a disabled dep_graph.
Nicholas Nethercote
-5
/
+14
2016-09-06
implement a debugging "shadow graph"
Niko Matsakis
-28
/
+13
2016-07-01
fix RUST_LOG, hopefully for real this time
Ariel Ben-Yehuda
-2
/
+0
2016-05-18
add debug info to dep_graph
Niko Matsakis
-0
/
+3
2016-05-01
dep_graph: avoid panicking in thread when channel closed
Georg Brandl
-1
/
+4
2016-04-06
break dep-graph into modules, parameterize DepNode
Niko Matsakis
-7
/
+8
2016-03-31
librustc: replace panic!() with bug!()
Benjamin Herr
-1
/
+1
2016-02-05
Add a local counter that tracks how many tasks are pushed or not pushed,
Niko Matsakis
-4
/
+47
2016-01-06
Fix numerous typos, renamings, and minor nits raised by mw.
Niko Matsakis
-1
/
+1
2016-01-05
Introduce the DepGraph and DepTracking map abstractions,
Niko Matsakis
-0
/
+137