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
/
middle
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+4
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+1
2014-07-09
librustc: Remove uses of advance.
Luqman Aden
-2
/
+2
2014-06-18
Revise dataflow to do a cfg-driven walk.
Felix S. Klock II
-1
/
+1
2014-06-18
NodeIndex should derive `Show`.
Felix S. Klock II
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-15
rustc::middle::graph API revisions.
Felix S. Klock II
-20
/
+24
2014-04-03
auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson
bors
-2
/
+2
2014-04-02
middle: graph: ignore dead code
Corey Richardson
-0
/
+2
2014-03-31
Switch some tuple structs to pub fields
Alex Crichton
-2
/
+2
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-9
/
+9
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-19
/
+26
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-3
/
+3
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-9
/
+9
2014-01-25
Uppercase numeric constants
Chris Wong
-3
/
+3
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-18
/
+26
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-8
/
+8
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-9
/
+13
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-08-07
Bugfix .each_edge in middle/graph.rs
blake2-ppc
-3
/
+3
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-8
/
+12
2013-08-02
replace `range` with an external iterator
Daniel Micay
-7
/
+3
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-11
Silence various warnings
Niko Matsakis
-1
/
+0
2013-07-11
rustc: Add new graph library, based on code from region_infernece
Niko Matsakis
-0
/
+411