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
/
parse
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-09
Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk
bors
-5
/
+11
2019-02-07
Make name resolution handle consts in GenericParamsFromOuterFunction properly
varkor
-1
/
+2
2019-02-07
Adjust parser generic parameter errors
varkor
-1
/
+0
2019-02-07
Parse const generics
varkor
-0
/
+14
2019-02-07
unify error handling to single method
Esteban Küber
-18
/
+4
2019-02-07
Deduplicate mismatched delimiter errors
Esteban Küber
-5
/
+25
2019-02-07
libsyntax => 2018
Taiki Endo
-16
/
+20
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-1
/
+1
2019-01-20
Mark incorrect recovered `char` literals as `TyErr` to avoid type errors
Yuki Okushi
-2
/
+1
2019-01-18
Change from error to invalid
Yuki Okushi
-1
/
+1
2019-01-16
Add new literal type Err
Yuki Okushi
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Do not interpret mismatches from pretty-printed `$crate` as token stream inva...
Vadim Petrochenkov
-1
/
+3
2018-12-14
Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk
kennytm
-0
/
+4
2018-12-12
Use a `newtype_index!` within `Symbol`.
Nicholas Nethercote
-0
/
+4
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-5
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
updates all Filename variants to take a fingerprint
Matthew Russo
-5
/
+8
2018-12-02
Remove not used `DotEq` token
yui-knk
-4
/
+1
2018-11-16
Ignore non-semantic tokens for 'probably_eq' streams.
Sergio Benitez
-2
/
+3
2018-11-12
Change `Lit::short_name` to `Lit::literal_name`.
Nicholas Nethercote
-7
/
+7
2018-09-16
Treat `dyn` as a keyword in the 2018 edition
varkor
-0
/
+1
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-3
/
+3
2018-08-05
Enable macros to pass $:literal to another macro
Matthew Tran
-0
/
+4
2018-08-01
async can begin expressions
Taylor Cramer
-0
/
+1
2018-07-19
proc_macro: Preserve spans of attributes on functions
Alex Crichton
-5
/
+44
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+2
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-5
/
+5
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-45
/
+21
2018-06-04
Tidy fixes.
Crazycolorz5
-1
/
+1
2018-06-04
Added is_like_plus to token, and used that in place of equality comparison to...
Crazycolorz5
-0
/
+7
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-23
Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov
kennytm
-1
/
+8
2018-05-21
rustc: Fix procedural macros generating lifetime tokens
Alex Crichton
-1
/
+8
2018-05-18
rustc: Fix joint-ness of stringified token-streams
Alex Crichton
-0
/
+2
2018-05-17
Turn some functions from `token.rs` into methods on `Ident`
Vadim Petrochenkov
-50
/
+7
2018-05-17
Add two keywords specific to editions 2015 and 2018 respectively
Vadim Petrochenkov
-2
/
+7
2018-05-15
Represent lifetimes as two joint tokens in proc macros
Vadim Petrochenkov
-0
/
+6
2018-05-13
Macros: Add a 'literal' fragment specifier
Dan Aloni
-1
/
+20
2018-04-23
'label can start expressions
est31
-1
/
+2
2018-04-18
proc_macro: Stay on the "use the cache" path more
Alex Crichton
-9
/
+91
2018-04-18
Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton
bors
-2
/
+2
2018-04-14
Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrc
kennytm
-9
/
+22
2018-04-14
macros: Do not match on "complex" nonterminals requiring AST comparisons
Vadim Petrochenkov
-1
/
+17
2018-04-12
Change the hashcounts in raw `Lit` variants from usize to u16.
Nicholas Nethercote
-2
/
+2
2018-04-10
proc_macro: Avoid cached TokenStream more often
Alex Crichton
-9
/
+22
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-15
/
+6
2018-04-09
in which `!` is suggested for erroneous identifier `not`
Zack M. Davis
-1
/
+10
2018-04-06
Make lifetime nonterminals closer to identifier nonterminals
Vadim Petrochenkov
-34
/
+29
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-5
/
+5
[prev]
[next]