Files
rust/compiler/rustc_span/src
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-01-08 21:26:39 +01:00
2024-07-29 08:26:52 +10:00
2024-11-22 11:12:15 -08:00
2024-07-29 08:26:52 +10:00