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
Age
Commit message (
Expand
)
Author
Lines
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-07-29
Update lexer emoji diagnostics to Unicode 15.0
Charles Lew
-7
/
+4
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
2023-05-02
fix TODO comments
Deadbeef
-57
/
+51
2023-05-02
initial step towards implementing C string literals
Deadbeef
-78
/
+151
2023-04-10
Revert "Don't recover lifetimes/labels containing emojis as character literals"
Michael Goulet
-34
/
+11
2023-03-09
fix(lexer): not skipped whitespace warning for '\x0c'
bohan
-3
/
+3
2023-03-03
Rustdoc-ify LiteralKind note
est31
-5
/
+7
2023-02-14
Update lexer lifetime test
许杰友 Jieyou Xu (Joe)
-1
/
+1
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
-2
/
+2
2022-12-27
Recover `fn` keyword as `Fn` trait in bounds
Michael Goulet
-1
/
+1
[next]