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_data_structures
/
graph
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-22
Format the world
Mark Rousskov
-11
/
+4
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-23
Add cycle detection for graphs
Dylan MacKenzie
-0
/
+10
2019-08-02
librustc_data_structures: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-0
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-6
/
+6
2019-07-02
add a `depth_first_search` helper function
Niko Matsakis
-0
/
+7
2019-07-02
introduce a `VecGraph` abstraction that cheaply stores graphs
Niko Matsakis
-0
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-12
introduce a generic SCC computation
Niko Matsakis
-0
/
+1
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-0
/
+78
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-417
/
+0
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+13
2018-03-07
Run rustfmt on `src/librustc_data_structures/graph/mod.rs`.
Corey Farwell
-24
/
+29
2018-03-07
Replace iterator structures with `impl Trait`.
Corey Farwell
-77
/
+25
2017-10-09
Refactor to use `debug_struct` in several Debug impls
Malo Jaffré
-13
/
+2
2017-09-14
rustc: Preallocate when building the dep graph
Alex Crichton
-0
/
+7
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-109
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-11
/
+11
2017-08-07
rustc::middle::dataflow - visit the CFG in RPO
Ariel Ben-Yehuda
-0
/
+36
2016-11-02
Added Graph::is_cyclicic_node algorithm
Havvy
-11
/
+40
2016-11-02
Change Make comment into doc comment on Graph::iterate_until_fixed_point
Havvy
-8
/
+5
2016-11-02
Added general iterators for graph nodes and edges
Havvy
-4
/
+44
2016-11-01
Normalize generic bounds in graph iterators
Havvy
-3
/
+6
2016-10-20
run rustfmt on graph folder
Srinivas Reddy Thatiparthy
-2
/
+2
2016-08-09
isolate predecessor computation
Niko Matsakis
-18
/
+44
2016-05-18
identify inputs of `MetaData(X)` nodes
Niko Matsakis
-4
/
+10
2016-03-05
adopt new header style to sidestep rust-lang-nursery/rustfmt#836
Niko Matsakis
-12
/
+6
2016-03-05
apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...
Niko Matsakis
-53
/
+65
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-10
/
+10
2016-01-05
Introduce the DepGraph and DepTracking map abstractions,
Niko Matsakis
-3
/
+11
2015-09-06
add a few accessors to Graph
Niko Matsakis
-0
/
+10
2015-06-19
Expand the "givens" set to cover transitive relations. The givens array
Niko Matsakis
-3
/
+3
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-0
/
+403