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_parse
/
src
/
lexer
/
tokentrees.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-26
[ui] Rearrange `StringReader`/`TokenTreesReader` creation.
Nicholas Nethercote
-19
/
+18
2022-09-26
Remove `ast::Token::take`.
Nicholas Nethercote
-2
/
+1
2022-09-26
Remove `TokenTreesReader::bump`.
Nicholas Nethercote
-17
/
+9
2022-09-26
Clarify spacing computation.
Nicholas Nethercote
-6
/
+12
2022-09-26
Rearrange `TokenTreesReader::parse_token_tree`.
Nicholas Nethercote
-178
/
+168
2022-08-01
Inline `TokenStreamBuilder::push`.
Nicholas Nethercote
-0
/
+1
2022-08-01
Avoid an unnecessary `return`.
Nicholas Nethercote
-2
/
+2
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-16
/
+12
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-6
/
+6
2022-02-28
4 - Make more use of `let_chains`
Caio
-8
/
+7
2020-09-20
use if let instead of single match arm expressions to compact code and reduce...
Matthias Krüger
-6
/
+3
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-11
/
+11
2020-09-03
Condense StringReader's API to a single function
Aleksey Kladov
-1
/
+1
2020-09-01
Simplify TokenTreesReader
Aleksey Kladov
-11
/
+11
2020-09-01
Don't emit trivia tokens
Aleksey Kladov
-13
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+313
[prev]