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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-18
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...
Ralf Jung
-3
/
+3
2025-03-17
Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...
Jacob Pratt
-3
/
+3
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-1
/
+1
2025-03-03
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
Nicholas Nethercote
-8
/
+8
2025-02-10
Extract `unescape` from `rustc_lexer` into its own crate
Guillaume Gomez
-3
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-13
Remove `Lexer`'s dependency on `Parser`.
Nicholas Nethercote
-17
/
+23
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
Merge `TokenTreesReader` into `StringReader`.
Nicholas Nethercote
-6
/
+15
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-08
Reserve guarded string literals (RFC 3593)
Peter Jaszkowiak
-1
/
+83
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-17
Store raw ident span for raw lifetime
Michael Goulet
-0
/
+3
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-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-5
/
+4
2024-06-05
Don't use the word "parse" for lexing operations.
Nicholas Nethercote
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_parse`.
Nicholas Nethercote
-0
/
+1
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-2
/
+2
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-3
/
+1
2024-05-07
narrow down visibilities in `rustc_parse::lexer`
Lin Yihai
-1
/
+1
2024-04-18
Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser
Jubilee
-1
/
+4
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-12
Rollup merge of #123223 - estebank:issue-123079, r=pnkfelix
Matthias Krüger
-13
/
+7
2024-04-10
Properly handle emojis as literal prefix in macros
Esteban Küber
-1
/
+4
2024-04-08
parser: reduce visibility of unnecessary public `UnmatchedDelim`
Yutaro Ohno
-2
/
+1
2024-04-07
Fix invalid silencing of parsing error
Esteban Küber
-13
/
+7
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-17
Silence redundant error on char literal that was meant to be a string in 2021...
Esteban Küber
-1
/
+10
2024-03-17
review comment: `str` -> string in messages
Esteban Küber
-1
/
+1
2024-03-17
Handle str literals written with `'` lexed as lifetime
Esteban Küber
-4
/
+42
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-18
/
+18
2024-02-29
Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease
Matthias Krüger
-3
/
+7
2024-02-28
Use `LitKind::Err` for floats with unsupported bases.
Nicholas Nethercote
-1
/
+3
2024-02-28
Use `LitKind::Err` for floats with empty exponents.
Nicholas Nethercote
-2
/
+4
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-20
Add newtype for raw idents
clubby789
-4
/
+4
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-10
/
+12
2024-02-15
Make `emit_unescape_error` return `Option<ErrorGuaranteed>`.
Nicholas Nethercote
-8
/
+8
[next]