This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-01 07:13:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f86789bb3a67c21b88c0f4050d4794de2a128ba
rust
/
compiler
/
rustc_lexer
/
src
T
History
Grisha Vartanyan
38e0ae590c
Reduce max hash in raw strings from u16 to u8
2022-03-23 22:13:55 +01:00
..
unescape
Warn when an escaped newline skips multiple lines
2021-08-11 11:35:08 +02:00
cursor.rs
Replace
nth_char(0)
with
next()
in
cursor.first()
2021-12-01 19:14:10 +01:00
lib.rs
Reduce max hash in raw strings from u16 to u8
2022-03-23 22:13:55 +01:00
tests.rs
Reduce max hash in raw strings from u16 to u8
2022-03-23 22:13:55 +01:00
unescape.rs
Improve
scan_escape
.
2022-02-24 17:01:01 +11:00