rust-analyzer/crates/syntax
Nicholas Nethercote 0e9101c14d Rename the unescaping functions.
`unescape_literal` becomes `unescape_unicode`, and `unescape_c_string`
becomes `unescape_mixed`. Because rfc3349 will mean that C string
literals will no longer be the only mixed utf8 literals.
2024-01-25 12:28:11 +11:00
..
fuzz Use Cargo's [workspace.lints.*] to config clippy 2023-12-29 23:51:32 +09:00
src Rename the unescaping functions. 2024-01-25 12:28:11 +11:00
test_data Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
Cargo.toml Split out rustc_lexer from rustc_dependencies 2024-01-08 15:24:46 +01:00
rust.ungram fix PathSegment grammar 2023-11-12 11:20:14 +08:00