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
/
reachable.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-4
/
+4
2013-08-15
port reachable.rs from oldvisit to <V:Visitor> trait.
Felix S. Klock II
-89
/
+118
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-6
/
+6
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-4
/
+1
2013-08-02
librustc: Introduce a new visitor type based on traits and port syntax to it.
Patrick Walton
-15
/
+15
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-5
/
+5
2013-07-29
New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...
Michael Woerister
-7
/
+7
2013-07-22
Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.
Michael Woerister
-2
/
+2
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-3
/
+2
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-07-07
De-share trait_ref
James Miller
-1
/
+1
2013-06-29
Warning cleanup
Corey Richardson
-3
/
+0
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-3
/
+2
2013-06-28
librustc: Fix more merge fallout.
Patrick Walton
-1
/
+2
2013-06-28
librustc: Fix merge fallout and test cases.
Patrick Walton
-5
/
+5
2013-06-28
Rewrite each_path to allow performance improvements in the future.
Patrick Walton
-23
/
+46
2013-06-28
librustc: Fix merge fallout.
Patrick Walton
-8
/
+8
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-0
/
+414