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
/
cfg
/
construct.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-10
change type of ExprLoop and ExprBreak elts from ident->name.
John Clements
-1
/
+1
2013-09-05
Remove the __log function for __log_level
Alex Crichton
-1
/
+1
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-74
/
+74
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-1
/
+1
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-6
/
+6
2013-08-05
Get rid of some NOTEs.
Michael Sullivan
-1
/
+1
2013-08-04
rm obsolete `for` support from the compiler
Daniel Micay
-1
/
+0
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-5
/
+5
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-5
/
+5
2013-07-30
syntax: implement foreach .. in .. { .. } via desugaring.
Graydon Hoare
-0
/
+2
2013-07-29
New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...
Michael Woerister
-3
/
+3
2013-07-22
De-spanned<T> and renamed ast::field (now ast::Field)
Michael Woerister
-1
/
+1
2013-07-22
Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.
Michael Woerister
-4
/
+4
2013-07-17
librustc: Remove `copy` expressions from the language.
Patrick Walton
-2
/
+1
2013-07-17
Made ast::blk not use spanned<T> anymore.
Michael Woerister
-3
/
+3
2013-07-11
Add simple control-flow-graph abstraction based on graph, currently unused
Niko Matsakis
-0
/
+523