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
2019-08-23
hygiene: Require passing transparency explicitly to `apply_mark`
Vadim Petrochenkov
-8
/
+1
2019-08-19
glue tokens when building token stream
Aleksey Kladov
-1
/
+1
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-111
/
+3
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-3
/
+3
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-2
/
+2
2019-07-04
Switch master to 1.38
Mark Rousskov
-11
/
+0
2019-06-14
put back the workarounds for #60846
Felix S Klock II
-0
/
+11
2019-06-12
remove hacks that are no longer needed
Niko Matsakis
-11
/
+0
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-8
/
+0
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-3
/
+2
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-2
/
+3
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-9
/
+9
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Add some helper methods to `Token`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-57
/
+54
2019-06-06
syntax: Rename `TokenAndSpan` into `Token`
Vadim Petrochenkov
-1
/
+0
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-7
/
+7
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-12
/
+12
2019-05-27
Short circuit Send and Sync impls for TokenTree
John Kåre Alsaker
-0
/
+22
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-16
/
+18
2019-05-19
Improve type size assertions
Vadim Petrochenkov
-2
/
+2
2019-04-24
Add guard for missing comma in macro call suggestion
Esteban Küber
-2
/
+4
2019-03-29
Use `SmallVec` in `TokenStreamBuilder`.
Nicholas Nethercote
-6
/
+8
2019-03-13
Fix operator precedence
Esteban Küber
-2
/
+2
2019-03-11
Be more discerning on when to attempt suggesting a comma in a macro invocation
Esteban Küber
-3
/
+5
2019-02-25
Restrict value in key-value attributes to literals
Vadim Petrochenkov
-1
/
+1
2019-02-18
Make `interpolated_to_tokenstream` a method on `Nonterminal`.
Nicholas Nethercote
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+3
2019-02-07
libsyntax => 2018
Taiki Endo
-12
/
+15
2019-02-06
Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkov
bors
-1
/
+1
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-1
/
+1
2019-01-30
proc_macro: make `TokenStream::from_streams` pre-allocate its vector.
Felix S. Klock II
-1
/
+7
2019-01-14
Make `TokenStream` use `Option`.
Nicholas Nethercote
-50
/
+45
2019-01-14
Remove `ThinTokenStream`.
Nicholas Nethercote
-52
/
+3
2019-01-14
Remove `TokenStream::Tree` variant.
Nicholas Nethercote
-40
/
+5
2019-01-08
Make `TokenStream` less recursive.
Nicholas Nethercote
-323
/
+127
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
[next]