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
Age
Commit message (
Expand
)
Author
Lines
2024-12-09
Add test to check unicode identifier version
Eric Huss
-0
/
+1
2024-12-01
Revert "Reject raw lifetime followed by \' as well"
Michael Goulet
-11
/
+1
2024-11-25
Clean up `c_or_byte_string`.
Nicholas Nethercote
-4
/
+4
2024-11-25
Improve `strip_shebang` testing.
Nicholas Nethercote
-41
/
+31
2024-11-19
Remove `TokenKind::InvalidPrefix`.
Nicholas Nethercote
-13
/
+8
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-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-35
/
+17
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
-4
/
+4
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
-5
/
+5
2024-04-10
Properly handle emojis as literal prefix in macros
Esteban Küber
-1
/
+5
2024-03-17
Silence redundant error on char literal that was meant to be a string in 2021...
Esteban Küber
-0
/
+9
2024-03-17
Handle str literals written with `'` lexed as lifetime
Esteban Küber
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+1
2024-01-25
Use `unescape_unicode` for raw C string literals.
Nicholas Nethercote
-19
/
+14
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-9
/
+13
2024-01-25
Rename and invert sense of `Mode` predicates.
Nicholas Nethercote
-32
/
+24
2024-01-25
Rework `CStrUnit`.
Nicholas Nethercote
-34
/
+45
2024-01-25
Use `from` instead of `into` in unescaping code.
Nicholas Nethercote
-4
/
+4
2024-01-22
Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...
Matthias Krüger
-2
/
+3
2024-01-12
Detect `NulInCStr` error earlier.
Nicholas Nethercote
-2
/
+15
2023-12-20
Undeprecate and use lint `unstable_features`
León Orell Valerian Liehr
-2
/
+3
2023-12-13
Rename some unescaping functions.
Nicholas Nethercote
-9
/
+7
2023-12-13
Adjust `Mode::is_unicode_escape_disallowed`.
Nicholas Nethercote
-2
/
+3
2023-12-09
Tweak `Mode`.
Nicholas Nethercote
-34
/
+38
2023-12-09
Remove an unnecessary `into`.
Nicholas Nethercote
-1
/
+1
2023-12-09
Eliminate `is_byte: bool` args in unescaping code.
Nicholas Nethercote
-21
/
+19
2023-12-09
Remove explicit `\n` and `\t` handling in `unescape_str_common`.
Nicholas Nethercote
-2
/
+0
2023-12-09
Add some useful comments.
Nicholas Nethercote
-4
/
+8
2023-12-07
Fix an out-of-date comment.
Nicholas Nethercote
-1
/
+1
2023-12-07
Identify impossible cases in `ascii_escapes_should_be_ascii`.
Nicholas Nethercote
-2
/
+3
2023-12-07
De-pub some functions.
Nicholas Nethercote
-3
/
+3
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-1
/
+0
2023-10-18
Use v0.0.0 in compiler crates
Michael Goulet
-1
/
+1
2023-07-29
Update lexer emoji diagnostics to Unicode 15.0
Charles Lew
-8
/
+9
2023-07-25
Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov
bors
-0
/
+11
2023-07-23
fix some clippy::style findings
Matthias Krüger
-1
/
+1
2023-07-23
reimplement C string literals
Deadbeef
-0
/
+11
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
refactor unescape
Deadbeef
-30
/
+61
[next]