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
/
test
/
run-pass
/
macro-by-example-2.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-60
/
+0
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-9
/
+9
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-9
/
+9
2012-07-14
Treat bare vector and string literals as fixed length vecs. Closes #2922.
Michael Sullivan
-4
/
+2
2012-06-29
Get rid of basically all of the remaining old style vecs in tests.
Michael Sullivan
-0
/
+6
2011-08-20
Reformat
Brian Anderson
-15
/
+12
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-19
Remove xfail-pretty directives from working tests
Brian Anderson
-2
/
+0
2011-08-15
Allow `[a, b, ..., c]` transcription patterns in MBE.
Paul Stansifer
-0
/
+5
2011-08-02
Allow patterns of the form `[a, b, c ...] to be matched and transcribed.
Paul Stansifer
-1
/
+11
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-0
/
+2
Issue #789
2011-07-28
Change macro syntax to accept a single expr, not a sequence of exprs.
Paul Stansifer
-11
/
+11
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-10
/
+16
2011-07-26
Add basic support for blocks and types in macros.
Paul Stansifer
-0
/
+4
2011-07-22
Implement Macro By Example.
Paul Stansifer
-0
/
+24