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
/
unescape.rs
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-23
fix some clippy::style findings
Matthias Krüger
-1
/
+1
2023-05-02
refactor unescape
Deadbeef
-30
/
+61
2023-05-02
initial step towards implementing C string literals
Deadbeef
-78
/
+121
2023-03-09
fix(lexer): not skipped whitespace warning for '\x0c'
bohan
-3
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-12
minor code cleanups
Matthias Krüger
-2
/
+1
2022-11-08
Simplify `unescape_{char,byte}`.
Nicholas Nethercote
-9
/
+5
2022-11-05
Rename some `result` variables as `res`, for consistency.
Nicholas Nethercote
-6
/
+6
2022-11-05
Remove `unescape_byte_literal`.
Nicholas Nethercote
-14
/
+2
2022-11-04
Improve comments.
Nicholas Nethercote
-4
/
+1
2022-11-04
Make non-ASCII errors more consistent.
Nicholas Nethercote
-5
/
+2
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-09-28
Small cleanups in unescaping code.
Nicholas Nethercote
-14
/
+11
2022-09-27
Fix an incorrect comment.
Nicholas Nethercote
-1
/
+1
2022-06-28
fix typo in comment
Proloy Mishra
-1
/
+1
2022-02-24
Improve `scan_escape`.
Nicholas Nethercote
-23
/
+22
2021-11-06
use matches!() macro in more places
Matthias Krüger
-5
/
+4
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-5
/
+6
2021-10-10
Apply clippy suggestions
Clemens Wasser
-6
/
+5
2021-08-11
Renamed variable str -> tail for clarity
Anton Golov
-5
/
+5
2021-08-11
Warn when an escaped newline skips multiple lines
Anton Golov
-0
/
+9
2021-07-30
Add warning when whitespace is not skipped after an escaped newline.
Anton Golov
-4
/
+30
2020-12-18
Fix typo
Hirochika Matsumoto
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+344