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-1.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-24
/
+0
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-1
/
+1
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-30
Update tests for macro syntax change.
Paul Stansifer
-1
/
+0
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-26
Change `#macro` to `macro_rules!` in some cases.
Paul Stansifer
-1
/
+2
2012-07-11
Test (but don't pretty-print) the new macro system.
Paul Stansifer
-0
/
+7
2011-08-20
Reformat
Brian Anderson
-2
/
+2
2011-08-02
Allow patterns of the form `[a, b, c ...] to be matched and transcribed.
Paul Stansifer
-2
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-5
/
+3
2011-07-22
Implement Macro By Example.
Paul Stansifer
-0
/
+9