Matthias Krüger
cce2db06c0
Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk
...
Replace ASCII control chars with Unicode Control Pictures
Replace ASCII control chars like `CR` with Unicode Control Pictures like `␍`:
```
error: bare CR not allowed in doc-comment
--> $DIR/lex-bare-cr-string-literal-doc-comment.rs:3:32
|
LL | /// doc comment with bare CR: '␍'
| ^
```
Centralize the checking of unicode char width for the purposes of CLI display in one place. Account for the new replacements. Remove unneeded tracking of "zero-width" unicode chars, as we calculate these in the `SourceMap` as needed now.
2024-07-25 04:43:19 +02:00
..
2024-07-15 13:01:20 -04:00
2024-07-17 16:22:31 +02:00
2024-07-22 14:34:45 +00:00
2024-07-15 12:40:10 -04:00
2024-07-23 19:56:06 -04:00
2024-07-25 04:43:18 +02:00
2024-07-23 13:06:55 +02:00
2024-07-22 14:34:45 +00:00
2024-07-22 16:44:02 +08:00
2024-07-17 20:22:07 +02:00
2024-07-22 11:40:19 -05:00
2024-07-22 11:40:19 -05:00
2024-07-24 16:00:48 +00:00
2024-07-15 12:40:10 -04:00
2024-07-23 19:42:35 +02:00
2024-07-25 04:43:19 +02:00
2024-07-24 18:00:41 +02:00
2024-07-22 11:40:19 -05:00
2024-07-19 14:52:07 -04:00
2024-07-24 22:22:16 +02:00
2024-07-22 22:51:53 +00:00
2024-07-17 20:31:37 -07:00
2024-07-24 22:22:18 +02:00
2024-07-15 12:44:24 -04:00
2024-07-22 13:54:48 -04:00
2024-07-15 12:40:10 -04:00
2024-07-22 11:40:19 -05:00
2024-07-24 13:16:46 -04:00
2024-07-16 16:15:13 -05:00
2024-07-17 10:46:10 -04:00
2024-07-25 04:43:19 +02:00
2024-07-24 22:22:16 +02:00
2024-07-23 13:06:54 +02:00
2024-07-19 14:52:07 -04:00
2024-07-21 22:34:35 -04:00
2024-07-15 23:43:52 +00:00
2024-07-15 12:40:10 -04:00
2024-07-25 04:43:18 +02:00
2024-07-21 22:34:35 -04:00
2024-07-23 06:35:42 +00:00
2024-07-18 20:08:38 +00:00
2024-07-20 19:45:24 -04:00
2024-07-20 07:13:45 +02:00
2024-07-14 12:44:07 +00:00
2024-07-17 08:02:46 +10:00
2024-07-25 04:43:19 +02:00
2024-07-23 09:45:28 +00:00
2024-07-24 16:00:48 +00:00
2024-07-21 22:34:35 -04:00
2024-07-15 12:40:10 -04:00
2024-07-12 20:36:43 +00:00
2024-07-19 14:52:07 -04:00
2024-07-17 10:46:10 -04:00
2024-07-19 14:52:07 -04:00