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
/
parse
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-23
let_chains: readd kw::let to ident_can_begin_expr.
Mazdak Farrokhzad
-2
/
+1
2019-06-23
let_chains: Comment out Let in ident_can_begin_expr.
Mazdak Farrokhzad
-1
/
+2
2019-06-23
let_chains: Add support for parsing let expressions.
Mazdak Farrokhzad
-0
/
+1
2019-06-08
syntax: Move some `Token` methods around
Vadim Petrochenkov
-48
/
+40
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-18
/
+11
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-75
/
+41
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-2
/
+1
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-4
/
+4
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-35
/
+59
2019-06-06
syntax: Remove duplicate span from `token::Lifetime`
Vadim Petrochenkov
-17
/
+26
2019-06-06
syntax: Add some helper methods to `Token`
Vadim Petrochenkov
-1
/
+17
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-6
/
+15
2019-06-06
syntax: Rename `TokenAndSpan` into `Token`
Vadim Petrochenkov
-0
/
+12
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-14
/
+14
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-2
/
+2
2019-05-27
Use `Symbol` equality in `is_ident_named`.
Nicholas Nethercote
-2
/
+2
2019-05-23
syntax: Some code cleanup
Vadim Petrochenkov
-7
/
+9
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-44
/
+51
2019-05-23
syntax: Remove an obsolete hack from literal comparisons
Vadim Petrochenkov
-9
/
+1
2019-05-23
syntax: Return named errors from literal parsing functions
Vadim Petrochenkov
-2
/
+23
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-37
/
+37
2019-05-19
Improve type size assertions
Vadim Petrochenkov
-3
/
+3
2019-05-12
Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centril
bors
-10
/
+4
2019-05-12
syntax: Remove some legacy nonterminal tokens
Vadim Petrochenkov
-10
/
+4
2019-05-11
Simplify conversions between tokens and semantic literals
Vadim Petrochenkov
-0
/
+7
2019-05-11
Keep the original token in `ast::Lit`
Vadim Petrochenkov
-0
/
+5
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+5
2019-03-06
Simplify code
Esteban Küber
-18
/
+3
2019-03-06
Emit missing unclosed delimiter errors
Esteban Küber
-6
/
+6
2019-02-18
Make `interpolated_to_tokenstream` a method on `Nonterminal`.
Nicholas Nethercote
-82
/
+81
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-85
/
+28
2019-02-18
Change `Token::interpolated_to_tokenstream()`.
Nicholas Nethercote
-9
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-10
/
+10
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
[next]