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
/
tokenstream.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkov
Mazdak Farrokhzad
-51
/
+42
2018-12-20
Remove `TokenStream::JointTree`.
Nicholas Nethercote
-51
/
+42
2018-12-19
Do not interpret mismatches from pretty-printed `$crate` as token stream inva...
Vadim Petrochenkov
-1
/
+3
2018-12-12
Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.
Nicholas Nethercote
-19
/
+15
2018-12-12
Merge `TokenStreamKind` into `TokenStream`.
Nicholas Nethercote
-72
/
+65
2018-12-12
Use `TokenStream::concat` more.
Nicholas Nethercote
-17
/
+11
2018-12-12
Use `Lrc<Vec<TokenStream>>` instead of `RcVec<TokenStream>`.
Nicholas Nethercote
-17
/
+17
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-56
/
+42
2018-11-19
Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichton
bors
-4
/
+26
2018-11-16
Ignore non-semantic tokens for 'probably_eq' streams.
Sergio Benitez
-4
/
+26
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-09-08
Track distinct spans for open and close delimiter
David Tolnay
-26
/
+53
2018-08-12
TokenStream::extend
David Tolnay
-16
/
+172
2018-08-07
Suggest comma when missing in macro call
Esteban Küber
-13
/
+35
2018-08-06
fix typo
Esteban Küber
-1
/
+1
2018-08-06
Suggest comma when writing `println!("{}" a);`
Esteban Küber
-0
/
+25
2018-07-22
rustc: Implement tokenization of nested items
Alex Crichton
-0
/
+1
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-18
/
+2
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-2
/
+2
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-4
/
+4
2018-05-18
Make `Directory::path` a `Cow`.
Nicholas Nethercote
-1
/
+2
2018-04-18
proc_macro: Stay on the "use the cache" path more
Alex Crichton
-0
/
+34
2018-04-10
proc_macro: Avoid cached TokenStream more often
Alex Crichton
-3
/
+5
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-1
/
+1
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-33
/
+50
2018-01-10
Glued tokens can themselves be joint.
Geoffry Song
-6
/
+24
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-7
/
+3
2017-07-21
Review comments
Esteban Küber
-1
/
+1
2017-07-20
Use the macro structure spans instead of the invocation
Esteban Küber
-0
/
+32
2017-06-26
Address review comments.
Jeffrey Seyfried
-4
/
+6
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-12
/
+33
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-16
/
+136
2017-06-26
Clean up `tokenstream::Cursor` and `proc_macro`.
Jeffrey Seyfried
-27
/
+27
2017-06-11
Learn to parse `a as usize < b`
Esteban Küber
-0
/
+3
2017-05-18
Add an option to the parser to avoid parsing out of line modules
Nick Cameron
-1
/
+1
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-7
/
+7
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-7
/
+9
2017-03-19
Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrc
Corey Farwell
-0
/
+6
2017-03-15
Improve the `TokenStream` quoter.
Jeffrey Seyfried
-0
/
+6
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-1
/
+1
2017-03-03
Fix fallout in unit tests.
Jeffrey Seyfried
-11
/
+3
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-79
/
+67
2017-03-03
Introduce `syntax::parse::parser::TokenCursor`.
Jeffrey Seyfried
-68
/
+46
2017-03-03
Optimize `syntax::tokenstream::Cursor`.
Jeffrey Seyfried
-57
/
+59
2017-03-03
Remove lifetime parameter from `syntax::tokenstream::Cursor`.
Jeffrey Seyfried
-26
/
+32
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-57
/
+5
2017-02-28
Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`.
Jeffrey Seyfried
-2
/
+2
2017-01-28
Auto merge of #39360 - osa1:typos, r=GuillaumeGomez
bors
-1
/
+1
[next]