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_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-5
/
+5
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-7
/
+7
2018-07-16
cleanup unnecessary else
Michael Lamparski
-6
/
+4
2018-07-07
fix perf issue in macro parser
Michael Lamparski
-1
/
+8
2018-06-10
Enable fall through past $:lifetime matcher
David Tolnay
-0
/
+8
2018-05-27
innacurate -> inaccurate
Takanori Ishibashi
-1
/
+1
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-2
/
+2
2018-05-20
Auto merge of #50855 - nnethercote:fewer-macro_parser-allocs, r=petrochenkov
bors
-23
/
+71
2018-05-18
Introduce `MatcherPosHandle`.
Nicholas Nethercote
-11
/
+59
2018-05-17
Change `TokenTreeOrTokenTreeVec` to `TokenTreeOrTokenTreeSlice`.
Nicholas Nethercote
-19
/
+19
2018-05-13
Macros: Add a 'literal' fragment specifier
Dan Aloni
-0
/
+2
2018-05-03
check if the token is a lifetime before parsing
rleungx
-1
/
+7
2018-04-06
Make lifetime nonterminals closer to identifier nonterminals
Vadim Petrochenkov
-2
/
+2
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-1
/
+1
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-3
/
+3
2018-03-18
Return a is_raw parameter from Token::ident rather than having separate methods.
Lymia Aluysia
-2
/
+2
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-9
/
+10
2018-03-17
Reject `_` in `ident` matcher
Vadim Petrochenkov
-17
/
+19
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-2
/
+1
2018-01-30
Update a few comments
Mark Mansi
-1
/
+0
2018-01-30
Fix trailing whitespace
Mark Mansi
-1
/
+1
2018-01-30
Attempted fix for `?` kleene op
Mark Mansi
-23
/
+21
2018-01-30
Run rustfmt on macro_parser.rs
Mark Mansi
-4
/
+6
2018-01-30
Update the macro parser to allow at most once repetitions for `?` Kleene
Mark Mansi
-16
/
+22
2018-01-29
Update comment
Mark Mansi
-1
/
+2
2018-01-26
A few more comments
Mark Mansi
-0
/
+8
2018-01-26
Still more comments
Mark Mansi
-2
/
+26
2018-01-26
Added/improved comments
Mark Mansi
-17
/
+61
2018-01-26
Added lots of comments + minor reorganization
Mark Mansi
-34
/
+94
2018-01-26
Added a bunch of comments to macro_parser.rs
Mark Mansi
-10
/
+62
2018-01-26
Run rustfmt on /libsyntax/ext/tt/macro_parser.rs
Mark Mansi
-78
/
+114
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-3
/
+3
2017-12-28
replace parse_lifetime with expect_lifetime
Michael Hewson
-1
/
+1
2017-12-28
Resurrecting #33135
Michael Hewson
-0
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-3
/
+4
2017-08-21
Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis
bors
-3
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-08-11
Issue warnings for unnecessary path disambiguators
Vadim Petrochenkov
-3
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-2
/
+2
2017-07-24
Make the macro parser theory description more accurate
Piotr Czarnecki
-100
/
+102
2017-07-07
Only match a fragment specifier the if it starts with certain tokens.
kennytm
-4
/
+70
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-15
/
+9
2017-06-08
Speed up expansion.
Mark Simulacrum
-17
/
+23
2017-05-18
Add an option to the parser to avoid parsing out of line modules
Nick Cameron
-2
/
+6
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-28
/
+29
2017-05-15
adressed comments by @kennytm and @petrochenkov
Andre Bogus
-23
/
+27
2017-05-15
Fix regression in `macro_rules!` name matching.
Jeffrey Seyfried
-5
/
+6
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-26
/
+23
[prev]
[next]