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
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
2019-06-23
let_chains: note re. back-compat wrt. expr beginning.
Mazdak Farrokhzad
-1
/
+3
2019-06-23
let_chains: readd kw::let to ident_can_begin_expr.
Mazdak Farrokhzad
-1
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-2
/
+2
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-6
/
+6
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-7
/
+7
2019-06-08
syntax: Keep full `Token`s for `macro_rules` separators
Vadim Petrochenkov
-1
/
+1
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-7
/
+7
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-21
/
+18
2019-06-06
syntax: Remove duplicate span from `token::Lifetime`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Add some helper methods to `Token`
Vadim Petrochenkov
-7
/
+6
2019-06-06
syntax: Use `Token` in `Parser`
Vadim Petrochenkov
-9
/
+8
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-3
/
+4
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-8
/
+8
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-20
/
+20
2019-05-27
Use `Symbol` equality in `may_begin_with` and `parse_nt`.
Nicholas Nethercote
-27
/
+27
2019-05-24
review comments
Esteban Küber
-1
/
+1
2019-05-24
Tweak macro parse errors when reaching EOF during macro call parse
Esteban Küber
-1
/
+8
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-4
/
+4
2019-05-07
lots of comments + minor cleanup
Mark Mansi
-1
/
+4
2019-03-23
syntax: Remove warning for unnecessary path disambiguators
Vadim Petrochenkov
-1
/
+1
2019-03-06
Panic when unmatched delimiters aren't emitted
Esteban Küber
-1
/
+1
2019-02-18
Avoid a `clone()` in `transcribe()`.
Nicholas Nethercote
-9
/
+10
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-5
/
+5
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-2
/
+2
2019-02-13
Cleanup imports
Taiki Endo
-2
/
+2
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-9
/
+9
2019-02-07
libsyntax => 2018
Taiki Endo
-15
/
+16
2019-01-09
Change `String` to `&'static str` in `ParseResult::Failure`.
Nicholas Nethercote
-3
/
+3
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-12-04
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-11-23
Reword incorrect macro invocation primary label
Esteban Küber
-4
/
+9
2018-11-23
Point at end of macro arm when encountering EOF
Esteban Küber
-2
/
+9
2018-11-13
Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser
kennytm
-1
/
+1
2018-11-12
Make `MatcherPos::stack` a `SmallVec`.
Niko Matsakis
-34
/
+57
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-05
Auto merge of #55451 - estebank:arg-doc, r=pnkfelix
bors
-1
/
+1
2018-11-01
Use `SmallVec` for the inner vectors in `MatcherPos::matches`.
Nicholas Nethercote
-5
/
+7
2018-11-01
Share empty `Vec`s more within `MatcherPos::matches`.
Nicholas Nethercote
-4
/
+9
2018-10-28
Provide specific label for patern parsing error
Esteban Küber
-1
/
+1
2018-09-26
Remove OneVector
ljedrz
-6
/
+6
2018-09-08
Rename sp_lo to sp_open
David Tolnay
-10
/
+10
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-8
/
+8
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
[next]