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
/
ext
/
tt
/
macro_rules.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-23
Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of
Niko Matsakis
-2
/
+2
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-14
/
+5
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-6
/
+4
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-1
/
+2
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-1
/
+1
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-1
/
+1
2015-03-05
Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister
bors
-10
/
+3
2015-03-04
Add quasiquote for matchers and attributes
Piotr Czarnecki
-10
/
+3
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-2
/
+2
2015-02-25
Always error on invalid macro fragment specifiers
Keegan McAllister
-4
/
+4
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-3
/
+3
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-13
Parse `pub` in the expansion of a method macro
Keegan McAllister
-2
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-9
/
+9
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-23
Rephrase error message on invalid fragment specifiers in macros.
Alexander Korolkov
-1
/
+1
2015-01-21
rollup merge of #21429: GuillaumeGomez/macro-fix
Alex Crichton
-53
/
+54
2015-01-19
Updates of the fix
GuillaumeGomez
-43
/
+43
2015-01-18
Fix #21356
Adolfo OchagavĂa
-14
/
+15
2015-01-18
syntax: allow bare sequences in lhs for follow checking
Corey Richardson
-10
/
+13
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-14
/
+19
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-8
/
+185
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-2
/
+2
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-9
/
+10
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-9
/
+10
2015-01-06
Stricter rules surrounding adjacent nonterminals and sequences
Corey Richardson
-29
/
+74
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-6
/
+6
2015-01-06
syntax: implement 'macro input future proofing'
Corey Richardson
-8
/
+140
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-19
/
+10
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+8
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-16
/
+5
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-6
/
+6
2014-11-07
Add `ast::SequenceRepetition`
Piotr Czarnecki
-11
/
+15
2014-11-05
Workaround to have doc comments desugared only in macros
Piotr Czarnecki
-5
/
+6
2014-11-05
Remove `Matcher`s
Piotr Czarnecki
-3
/
+7
2014-11-05
Use `TokenTree`s in lhs of macros
Piotr Czarnecki
-19
/
+26
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-4
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-8
/
+9
2014-10-26
Add a KleeneOp enum for clarity
Brendan Zabarauskas
-2
/
+3
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-1
/
+4
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-2
/
+2
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-2
/
+2
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-15
/
+5
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
[next]