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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
parse
/
common.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-9
/
+9
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-10
/
+12
2012-06-25
parsing for the macro system
Paul Stansifer
-1
/
+1
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-2
/
+2
2012-06-15
Pull out an interface for the lexer.
Paul Stansifer
-1
/
+1
2012-06-13
Box AST idents
Brian Anderson
-3
/
+3
2012-06-12
syntax: clarify that trailing separators are never required
Lindsey Kuper
-9
/
+7
2012-06-07
syntax: Remove several deep copies that were happening due to misuse of ↵
Patrick Walton
-3
/
+10
parse_seq
2012-06-07
syntax: Add a lot of copy keywords
Patrick Walton
-1
/
+4
2012-06-06
workaround LLVM bug #13042
Niko Matsakis
-2
/
+5
2012-06-06
borrowck changes: some copies, some removed mut annotations, some dvec
Niko Matsakis
-6
/
+7
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+217
Per issue #2418.
[prev]