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
Age
Commit message (
Expand
)
Author
Lines
2018-07-13
nit: s/successor/successors/
Niko Matsakis
-2
/
+2
2018-07-13
compute region values using SCCs not iterative flow
Niko Matsakis
-0
/
+5
2018-07-12
introduce a generic SCC computation
Niko Matsakis
-3
/
+531
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-0
/
+1103
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-556
/
+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
-190
/
+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
/
+79
2016-12-15
Warn unused type aliases
Seo Sanghyeon
-2
/
+0
2016-11-02
Added Graph::is_cyclicic_node algorithm
Havvy
-15
/
+82
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
-72
/
+86
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
Add licenses.
Niko Matsakis
-0
/
+10
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-0
/
+532
[prev]