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
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion
xizheyin
-9
/
+26
2025-06-23
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-62
/
+32
2025-05-27
Report text_direction_codepoint_in_literal when parsing
Matthew Jasper
-2
/
+87
2025-05-05
Implement RFC 3503: frontmatters
Deadbeef
-7
/
+99
2025-04-23
Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors
Chris Denton
-2
/
+2
2025-04-23
rc and cr more clear error message
Kivooeo
-2
/
+2
2025-04-22
Rename `open_brace` to `open_delimiters`
xizheyin
-23
/
+26
2025-04-22
Move make_unclosed_delims_error to lexer/diagonostics.rs
xizheyin
-1
/
+26
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-59
/
+52
2025-04-14
Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...
bors
-1
/
+1
2025-04-04
Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate
Guillaume Gomez
-8
/
+4
2025-04-02
Impl `Copy` for `Token` and `TokenKind`.
Nicholas Nethercote
-1
/
+1
2025-03-18
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...
Ralf Jung
-4
/
+4
2025-03-17
Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...
Jacob Pratt
-4
/
+4
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-2
/
+2
2025-03-03
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
Nicholas Nethercote
-13
/
+13
2025-02-10
Extract `unescape` from `rustc_lexer` into its own crate
Guillaume Gomez
-4
/
+4
2025-01-28
replaces few consts with statics to reduce readonly section
klensy
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-4
/
+2
2024-12-13
Remove `Lexer`'s dependency on `Parser`.
Nicholas Nethercote
-97
/
+37
2024-12-12
Remove `PErr`.
Nicholas Nethercote
-7
/
+7
2024-12-09
Fix typo in RFC mention 3598 -> 3593
Esteban Küber
-1
/
+1
2024-12-01
Only error raw lifetime followed by \' in edition 2021+
Michael Goulet
-2
/
+21
2024-11-28
Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead
Guillaume Gomez
-6
/
+10
2024-11-25
fix confusing diagnostic for reserved `##`
Peter Jaszkowiak
-6
/
+10
2024-11-25
Streamline `lex_token_trees` error handling.
Nicholas Nethercote
-20
/
+14
2024-11-25
Fix some formatting.
Nicholas Nethercote
-5
/
+15
2024-11-25
Split `Lexer::bump`.
Nicholas Nethercote
-7
/
+27
2024-11-25
Merge `TokenTreesReader` into `StringReader`.
Nicholas Nethercote
-49
/
+31
2024-11-21
Prepare for invisible delimiters.
Nicholas Nethercote
-4
/
+12
2024-11-19
Remove `TokenKind::InvalidPrefix`.
Nicholas Nethercote
-3
/
+2
2024-10-30
Enforce that raw lifetime identifiers must be valid raw identifiers
Michael Goulet
-4
/
+10
2024-10-23
"innermost", "outermost", "leftmost", and "rightmost" don't need hyphens
Josh Triplett
-1
/
+1
2024-10-08
Reserve guarded string literals (RFC 3593)
Peter Jaszkowiak
-1
/
+83
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-17
Store raw ident span for raw lifetime
Michael Goulet
-0
/
+3
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-09-06
Add some more tests
Michael Goulet
-1
/
+1
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-3
/
+36
2024-09-06
Format lexer
Michael Goulet
-19
/
+22
2024-09-06
Reserve prefix lifetimes too
Michael Goulet
-0
/
+10
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
-19
/
+23
2024-07-25
add limit for unclosed delimiters in lexer diagnostic
yukang
-3
/
+18
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-4
/
+4
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-8
/
+7
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
-27
/
+24
2024-06-05
`UNICODE_ARRAY` and `ASCII_ARRAY` fixes.
Nicholas Nethercote
-37
/
+38
[next]