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
/
comp
/
syntax
/
ext
Age
Commit message (
Expand
)
Author
Lines
2011-08-03
Add #concat_idents[] and #ident_to_str[]
Paul Stansifer
-8
/
+53
2011-08-02
Allow patterns of the form `[a, b, c ...] to be matched and transcribed.
Paul Stansifer
-62
/
+80
2011-07-29
Remove unreachable statements
Marijn Haverbeke
-9
/
+8
2011-07-28
Change macro syntax to accept a single expr, not a sequence of exprs.
Paul Stansifer
-46
/
+43
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-3
/
+3
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-795
/
+739
2011-07-26
Oops, left whitespace.
Paul Stansifer
-1
/
+1
2011-07-26
Add basic support for blocks and types in macros.
Paul Stansifer
-7
/
+123
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-1
/
+1
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-23
/
+23
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-2
/
+2
2011-07-22
Implement Macro By Example.
Paul Stansifer
-180
/
+564
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-27
/
+27
2011-07-12
rustc: Remove some interior vectors from typestate and some useless vec-relat...
Patrick Walton
-2
/
+0
2011-07-11
Add elipses, reorganize the macro components into their own AST node.
Paul Stansifer
-51
/
+76
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-84
/
+276
2011-07-11
rustc: Implement explicit global scope resolution via leading "::"; add a tes...
Patrick Walton
-1
/
+1
2011-07-10
Make #fmt work from inside std. Issue #175
Brian Anderson
-10
/
+25
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-28
/
+31
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-10
/
+12
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-12
/
+10
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-10
/
+12
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+1
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+661