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
/
ext
/
auto_serialize.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-2
/
+2
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be ↵
Brian Anderson
-1
/
+1
semi-terminated" This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38.
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
This is a subtle rule that no longer seems to be required.
2012-07-01
Convert to new closure syntax
Brian Anderson
-41
/
+41
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-20
/
+22
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-102
/
+102
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-8
/
+9
2012-06-27
Replace more vector + (issue #2719)
Eric Holk
-25
/
+31
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-88
/
+93
2012-06-22
Serialize out uniq vecs types
Michael Sullivan
-8
/
+11
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-5
/
+5
2012-06-13
Box AST idents
Brian Anderson
-36
/
+39
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+864
Per issue #2418.