summary refs log tree commit diff
path: root/src/librustc/middle/graph.rs
AgeCommit message (Expand)AuthorLines
2013-08-07Bugfix .each_edge in middle/graph.rsblake2-ppc-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-8/+12
2013-08-02replace `range` with an external iteratorDaniel Micay-7/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-11Silence various warningsNiko Matsakis-1/+0
2013-07-11rustc: Add new graph library, based on code from region_inferneceNiko Matsakis-0/+411