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
/
libsyntax
/
oldvisit.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-10
Remove oldvisit.rs (yay!); part of #7081 refactoring.
Felix S. Klock II
-779
/
+0
2013-09-09
auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson
bors
-4
/
+1
2013-09-08
syntax: implement labelled breaks for `for`.
Huon Wilson
-1
/
+1
2013-09-05
Remove the __log function for __log_level
Alex Crichton
-4
/
+1
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-72
/
+72
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-8
/
+8
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-11
/
+11
2013-08-28
auto merge of #8718 : bblum/rust/typeof, r=pcwalton
bors
-0
/
+3
2013-08-27
librustc: Add support for type parameters in the middle of paths.
Patrick Walton
-1
/
+5
2013-08-23
Parse and reserve typeof keyword. #3228
Ben Blum
-0
/
+3
2013-08-04
rm obsolete `for` support from the compiler
Daniel Micay
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-39
/
+39
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-39
/
+39
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-1
/
+1
2013-08-02
librustc: Introduce a new visitor type based on traits and port syntax to it.
Patrick Walton
-0
/
+775