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
2025-07-22
Clean code for `rustc_parse/src/lexer`
xizheyin
-55
/
+51
2025-07-18
Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion
xizheyin
-2
/
+13
2025-04-22
Rename `open_brace` to `open_delimiters`
xizheyin
-21
/
+24
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-46
/
+39
2024-12-13
Remove `Lexer`'s dependency on `Parser`.
Nicholas Nethercote
-80
/
+14
2024-12-12
Remove `PErr`.
Nicholas Nethercote
-7
/
+7
2024-11-25
Split `Lexer::bump`.
Nicholas Nethercote
-7
/
+27
2024-11-25
Merge `TokenTreesReader` into `StringReader`.
Nicholas Nethercote
-39
/
+12
2024-11-21
Prepare for invisible delimiters.
Nicholas Nethercote
-4
/
+12
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-08-14
Use `impl PartialEq<TokenKind> for Token` more.
Nicholas Nethercote
-1
/
+1
2024-07-30
Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278...
bors
-3
/
+18
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+6
2024-07-25
add limit for unclosed delimiters in lexer diagnostic
yukang
-3
/
+18
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-2
/
+2
2024-06-05
Remove `stream_to_parser`.
Nicholas Nethercote
-1
/
+2
2024-06-05
Don't use the word "parse" for lexing operations.
Nicholas Nethercote
-25
/
+22
2024-05-17
Clarify that the diff_marker is talking about version control system
ardi
-1
/
+1
2024-04-08
parser: reduce visibility of unnecessary public `UnmatchedDelim`
Yutaro Ohno
-3
/
+1
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-17
/
+17
2024-01-11
Fix lifetimes in `StringReader`.
Nicholas Nethercote
-10
/
+14
2024-01-08
Remove `DiagnosticBuilder::delay_as_bug_without_consuming`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Parser` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-2
/
+2
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-34
/
+53
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-2
/
+7
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-11
Move unclosed delim errors to separate function
sjwang05
-53
/
+58
2023-11-10
Correctly handle while-let-chains
sjwang05
-1
/
+1
2023-11-09
Catch an edge case
sjwang05
-1
/
+5
2023-11-09
Catch stray { in let-chains
sjwang05
-1
/
+33
2023-10-30
When encountering unclosed delimiters during parsing, check for diff markers
Esteban Küber
-18
/
+46
2023-10-12
Reorder an expression to improve readability.
Nicholas Nethercote
-12
/
+7
2023-10-12
Rename `Token::is_op` as `Token::is_punct`.
Nicholas Nethercote
-2
/
+5
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-2
/
+2
2023-02-28
refactor parse_token_trees to not return unmatched_delims
yukang
-1
/
+0
2023-02-28
rename unmatched_braces to unmatched_delims
yukang
-5
/
+6
2023-02-28
remove duplicated diagnostic for unclosed delimiter
yukang
-8
/
+9
2023-01-27
Improve unexpected close and mismatch delimiter hint in TokenTreesReader
yukang
-87
/
+42
2022-10-03
Invert `is_top_level` to avoid negation.
Nicholas Nethercote
-5
/
+5
2022-10-03
Remove `TokenStreamBuilder`.
Nicholas Nethercote
-37
/
+20
2022-10-03
Inline and remove `parse_token_tree_non_delim_non_eof`.
Nicholas Nethercote
-16
/
+14
2022-10-03
Merge `parse_token_trees_until_close_delim` and `parse_all_token_trees`.
Nicholas Nethercote
-23
/
+16
2022-09-28
Address review comments.
Nicholas Nethercote
-7
/
+7
2022-09-27
Rename some variables.
Nicholas Nethercote
-10
/
+10
2022-09-27
Minor improvements.
Nicholas Nethercote
-3
/
+5
[next]