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_lexer
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-19
Improve `TokenKind` comments.
Nicholas Nethercote
-41
/
+39
2024-11-19
Improve `fake_ident_or_unknown_prefix`.
Nicholas Nethercote
-6
/
+5
2024-10-30
Reject raw lifetime followed by \' as well
Michael Goulet
-1
/
+11
2024-10-08
Reserve guarded string literals (RFC 3593)
Peter Jaszkowiak
-8
/
+85
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-1
/
+12
2024-09-06
Format lexer
Michael Goulet
-1
/
+1
2024-09-06
Reserve prefix lifetimes too
Michael Goulet
-9
/
+17
2024-08-27
Add `warn(unreachable_pub)` to `rustc_lexer`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-04-24
Improved the compiler code with clippy
Michael Scholten
-3
/
+3
2024-04-10
Properly handle emojis as literal prefix in macros
Esteban Küber
-1
/
+5
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+1
2023-12-20
Undeprecate and use lint `unstable_features`
León Orell Valerian Liehr
-2
/
+3
2023-07-29
Update lexer emoji diagnostics to Unicode 15.0
Charles Lew
-7
/
+4
2023-07-23
reimplement C string literals
Deadbeef
-0
/
+7
2023-07-05
Revert the lexing of c_str_literals
León Orell Valerian Liehr
-7
/
+0
2023-05-15
Don't try to eat non-existent decimal digits.
Nicholas Nethercote
-2
/
+6
2023-05-15
Make `Cursor::number` less DRY.
Nicholas Nethercote
-10
/
+10
2023-05-02
address comments
Deadbeef
-1
/
+1
2023-05-02
fix TODO comments
Deadbeef
-57
/
+51
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+30
2023-04-10
Revert "Don't recover lifetimes/labels containing emojis as character literals"
Michael Goulet
-33
/
+10
2023-03-03
Rustdoc-ify LiteralKind note
est31
-5
/
+7
2023-02-14
Don't recover lifetimes/labels containing emojis as character literals
许杰友 Jieyou Xu (Joe)
-10
/
+33
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-27
Recover `fn` keyword as `Fn` trait in bounds
Michael Goulet
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-2
/
+6
2022-11-09
Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad
Dylan DPC
-5
/
+5
2022-11-07
Make underscore_literal_suffix a hard error.
Nicholas Nethercote
-3
/
+6
2022-11-04
Inline and remove `validate_int_literal`.
Nicholas Nethercote
-5
/
+5
2022-10-26
rustc_lexer::TokenKind improve docs
Tshepang Mbambo
-5
/
+18
2022-09-28
Address review comments.
Nicholas Nethercote
-2
/
+4
2022-09-26
Add `rustc_lexer::TokenKind::Eof`.
Nicholas Nethercote
-4
/
+13
2022-09-26
Rename some things.
Nicholas Nethercote
-12
/
+12
2022-09-26
Make `rustc_lexer::cursor::Cursor` public.
Nicholas Nethercote
-19
/
+7
2022-09-08
remove unnecessary `PartialOrd` and `Ord`
Takayuki Maeda
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-01
Shrink `Token`.
Nicholas Nethercote
-41
/
+47
2022-08-01
Inline `first_token`.
Nicholas Nethercote
-0
/
+1
2022-03-23
Reduce max hash in raw strings from u16 to u8
Grisha Vartanyan
-7
/
+7
2021-12-03
Auto merge of #91393 - Julian-Wollersberger:lexer_optimization, r=petrochenkov
bors
-13
/
+7
2021-12-01
Replace `nth_char(0)` with `next()` in `cursor.first()`
Julian Wollersberger
-13
/
+7
2021-11-23
udpate comment to be more accurate
Esteban Kuber
-2
/
+1
2021-11-23
Tokenize emoji as if they were valid indentifiers
Esteban Kuber
-0
/
+25
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-07-26
Remove ASCII fast path from rustc_lexer::{is_id_continue, is_id_start}
Ibraheem Ahmed
-12
/
+2
2021-06-26
Rename 'bad prefix' to 'unknown prefix'.
Mara Bos
-8
/
+8
2021-06-26
Improve comments for reserved prefixes.
Mara Bos
-2
/
+7
[next]