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
/
compiler
/
rustc_ast
/
src
/
tokenstream.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-20
/
+35
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-18
/
+64
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-04
improve `AttrTokenStream`
mojave2
-11
/
+7
2023-07-31
Remove `TokenTreeCursor::replace_prev_and_rewind`.
Nicholas Nethercote
-9
/
+0
2023-07-31
Move doc comment desugaring out of `TokenCursor`.
Nicholas Nethercote
-3
/
+89
2023-07-27
Remove `Iterator` impl for `TokenTreeCursor`.
Nicholas Nethercote
-13
/
+8
2023-07-27
Make `TokenTree::uninterpolate` take `&self` and return a `Cow`.
Nicholas Nethercote
-5
/
+7
2023-07-03
Use Lrc::make_mut instead of Lrc::get_mut
The 8472
-10
/
+4
2023-07-03
perform TokenStream replacement in-place when possible in expand_macro
The 8472
-3
/
+18
2023-05-13
refactor: add chunks method to TokenStream to obviate rustdoc clones
Caleb Cartwright
-0
/
+4
2023-05-06
correct literals for dyn thread safe
SparrowLii
-1
/
+1
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-6
/
+7
2023-02-03
Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.
Nicholas Nethercote
-14
/
+16
2023-02-03
Make clear that `TokenTree::Token` shouldn't contain a delimiter.
Nicholas Nethercote
-1
/
+2
2023-02-03
Improve doc comment desugaring.
Nicholas Nethercote
-0
/
+9
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-4
/
+4
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-10
/
+10
2022-10-12
Use `tidy-alphabetical` in the compiler
Nilstrieb
-1
/
+2
2022-10-05
Remove `TokenStreamBuilder`.
Nicholas Nethercote
-72
/
+45
2022-10-03
Add comments to `Spacing`.
Nicholas Nethercote
-0
/
+11
2022-10-01
Group together more size assertions.
Nicholas Nethercote
-8
/
+13
2022-09-09
Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.
Nicholas Nethercote
-21
/
+21
2022-09-09
Inline and remove `TokenStream::opt_from_ast`.
Nicholas Nethercote
-15
/
+12
2022-09-09
Tweak some formatting.
Nicholas Nethercote
-9
/
+5
2022-09-09
Change return type of `Attribute::tokens`.
Nicholas Nethercote
-2
/
+2
2022-09-09
Rename `AttrAnnotatedToken{Stream,Tree}`.
Nicholas Nethercote
-20
/
+20
2022-09-09
Move `Spacing` out of `AttrAnnotatedTokenStream`.
Nicholas Nethercote
-16
/
+7
2022-09-01
Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino
bors
-1
/
+2
2022-08-30
Use more `into_iter` rather than `drain(..)`
Donough Liu
-1
/
+1
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-1
/
+2
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-78
/
+74
2022-06-20
Merge `TokenStreamBuilder::push` into `TokenStreamBuilder::build`.
Nicholas Nethercote
-53
/
+32
2022-06-20
Remove `TokenStream::from_streams`.
Nicholas Nethercote
-40
/
+37
2022-06-20
Remove `Cursor::index`.
Nicholas Nethercote
-4
/
+0
2022-06-20
Remove `Cursor::append`.
Nicholas Nethercote
-11
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-2
/
+2
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-7
/
+86
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-2
/
+11
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-4
/
+4
2022-04-21
Introduced `Cursor::next_with_spacing_ref`.
Nicholas Nethercote
-0
/
+8
2022-04-20
Inline `Cursor::next_with_spacing`.
Nicholas Nethercote
-0
/
+1
2022-04-19
Inline and remove `TokenTree::{open_tt,close_tt}`.
Nicholas Nethercote
-10
/
+0
2022-04-19
Tweak `Cursor::next_with_spacing`.
Nicholas Nethercote
-5
/
+3
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-26
2 - Make more use of let_chains
Caio
-35
/
+33
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-1
/
+1
[next]