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
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
2022-12-12
minor code cleanups
Matthias Krüger
-2
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-24
Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser
bors
-4
/
+2
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-4
/
+2
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
-103
/
+66
2022-11-08
Simplify `unescape_{char,byte}`.
Nicholas Nethercote
-17
/
+9
2022-11-07
Make underscore_literal_suffix a hard error.
Nicholas Nethercote
-3
/
+6
2022-11-05
Rename some `result` variables as `res`, for consistency.
Nicholas Nethercote
-6
/
+6
2022-11-05
Remove `unescape_byte_literal`.
Nicholas Nethercote
-21
/
+7
2022-11-04
Inline and remove `validate_int_literal`.
Nicholas Nethercote
-5
/
+5
2022-11-04
Improve comments.
Nicholas Nethercote
-4
/
+1
2022-11-04
Make non-ASCII errors more consistent.
Nicholas Nethercote
-10
/
+4
2022-11-03
Use `Mode` less.
Nicholas Nethercote
-24
/
+22
2022-11-03
Clarify range calculations.
Nicholas Nethercote
-10
/
+12
2022-11-03
Rename some variables.
Nicholas Nethercote
-38
/
+32
2022-10-26
rustc_lexer::TokenKind improve docs
Tshepang Mbambo
-5
/
+18
2022-09-28
Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad
bors
-35
/
+34
2022-09-28
Address review comments.
Nicholas Nethercote
-2
/
+4
2022-09-28
Small cleanups in unescaping code.
Nicholas Nethercote
-14
/
+11
2022-09-27
Fix an incorrect comment.
Nicholas Nethercote
-1
/
+1
2022-09-26
Add `rustc_lexer::TokenKind::Eof`.
Nicholas Nethercote
-4
/
+13
[next]