rust-analyzer/crates/syntax/src
Noritada Kobayashi 180b4cedec Fix the length displayed for byte string literals with escaped newlines
The length of byte strings containing escaped newlines is displayed two
bytes longer when the first escaped character is a newline.

This is due to a small bug in handling the first escaped newline in
string literals.

Closes #13567
2022-11-07 20:07:16 +09:00
..
ast Fix the length displayed for byte string literals with escaped newlines 2022-11-07 20:07:16 +09:00
parsing dead code 2021-12-28 19:13:30 +03:00
tests Generate From impls manually 2022-09-26 19:29:28 +01:00
validation Add semicolons for consistency 2021-10-03 23:39:43 +11:00
algo.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
ast.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
fuzz.rs remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
hacks.rs fix: a bunch of typos 2022-08-17 21:44:58 +08:00
lib.rs Simplify 2022-10-19 21:17:11 +02:00
parsing.rs dead code 2021-12-28 19:13:30 +03:00
ptr.rs internal: Don't parse files unnecessarily in scope_for_offset 2022-07-23 00:50:59 +02:00
syntax_error.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
syntax_node.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
ted.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
tests.rs Move cfg attrs up to the mod definitions to disable sourcegen 2022-07-24 10:38:34 +02:00
token_text.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
utils.rs Better strip turbofishes 2021-03-08 23:59:39 +02:00
validation.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00