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
Age
Commit message (
Expand
)
Author
Lines
2025-04-04
Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate
Guillaume Gomez
-286
/
+0
2025-03-18
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev...
Ralf Jung
-0
/
+286
2025-02-10
Extract `unescape` from `rustc_lexer` into its own crate
Guillaume Gomez
-286
/
+0
2025-02-08
Rustfmt
bjorn3
-6
/
+9
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+6
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-5
/
+5
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-4
/
+2
2022-11-08
Simplify `unescape_{char,byte}`.
Nicholas Nethercote
-8
/
+4
2022-11-05
Remove `unescape_byte_literal`.
Nicholas Nethercote
-7
/
+5
2022-11-04
Make non-ASCII errors more consistent.
Nicholas Nethercote
-5
/
+2
2021-08-11
Warn when an escaped newline skips multiple lines
Anton Golov
-0
/
+5
2021-07-30
Add warning when whitespace is not skipped after an escaped newline.
Anton Golov
-0
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+273