Jubilee
8f4b766885
Rollup merge of #136460 - real-eren:simplify-rustc_span-analyze, r=Noratrieb
...
Simplify `rustc_span` `analyze_source_file`
Simplifies the logic to what the code *actually* does, which is to just record newlines and multibyte characters. Checking for other ASCII control characters is unnecessary because the generic fallback doesn't do anything for those cases.
Also uses a simpler (and more efficient) means of iterating the set bits of the mask.
2025-02-13 21:37:50 -08:00
..
2025-02-12 19:57:45 -08:00
2025-02-11 08:51:05 +00:00
2025-02-12 20:30:55 +01:00
2025-02-11 18:55:48 -08:00
2025-02-11 08:51:05 +00:00
2025-02-08 22:12:13 +00:00
2025-02-13 03:53:29 -05:00
2025-02-12 06:07:37 +01:00
2025-02-13 19:47:55 +00:00
2025-02-13 19:47:55 +00:00
2025-02-13 19:47:55 +00:00
2025-02-13 19:47:55 +00:00
2025-02-13 15:27:30 +00:00
2025-02-11 10:21:17 +03:00
2025-02-11 20:18:01 -08:00
2025-02-10 04:36:49 +08:00
2025-02-11 19:42:47 -08:00
2025-02-11 02:53:42 +01:00
2025-02-13 11:45:11 +00:00
2025-02-08 22:12:13 +00:00
2025-02-13 03:45:04 +00:00
2025-02-13 15:27:30 +00:00
2025-02-08 22:12:13 +00:00
2025-02-13 11:45:11 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-09 15:44:16 +00:00
2025-02-08 22:12:13 +00:00
2025-02-12 23:18:14 +00:00
2025-02-13 05:45:53 +00:00
2025-02-10 16:38:23 +01:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-13 15:27:30 +00:00
2025-02-13 15:27:30 +00:00
2025-02-08 22:12:13 +00:00
2025-02-13 19:47:55 +00:00
2025-02-09 15:44:16 +00:00
2025-02-13 03:45:07 +00:00
2025-02-10 19:51:26 +00:00
2025-02-08 22:12:13 +00:00
2025-02-11 18:04:44 +01:00
2025-02-13 03:53:31 -05:00
2025-02-12 06:07:37 +01:00
2025-02-13 19:47:55 +00:00
2025-02-13 15:27:30 +00:00
2025-02-13 21:37:50 -08:00
2025-02-11 20:18:01 -08:00
2025-02-13 03:53:28 -05:00
2025-02-13 03:45:07 +00:00
2025-02-08 05:44:29 +01:00
2025-02-13 15:27:30 +00:00
2025-02-13 03:45:04 +00:00
2025-02-08 22:12:13 +00:00
2025-02-10 13:01:55 +00:00