rust/compiler/rustc_span/src
Nicholas Nethercote e2edce0221 Remove rustc_span::HashStableContext::hash_spans.
It reads the `HashingControls::span` field, but there is also the
`hashing_controls` method. No need to have two different ways of doing
it.
2026-02-06 09:18:18 +11:00
..
analyze_source_file Be more accurate about calculating display_col from a BytePos 2024-07-18 20:08:38 +00:00
edit_distance update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
source_map Overhaul filename handling for cross-compiler consistency 2025-12-12 07:33:09 +01:00
symbol Introduce ByteSymbol. 2025-06-30 20:42:27 +10:00
analyze_source_file.rs Add LSX accelerated implementation for source file analysis 2025-09-28 09:35:07 +08:00
caching_source_map_view.rs Hash all spans relatively to their parent 2026-01-08 21:20:17 +01:00
def_id.rs Rename trait DepNodeParams to DepNodeKey 2026-02-04 11:54:00 +11:00
edit_distance.rs use div_ceil instead of manual logic 2025-07-05 10:55:42 +02:00
edition.rs split out blob decode trait 2025-12-08 00:24:28 +01:00
fatal_error.rs Move LTO to OngoingCodegen::join 2025-11-23 10:33:52 +00:00
hygiene.rs Fix control flow in assert_default_hashing_controls. 2026-02-06 09:18:18 +11:00
lib.rs Remove rustc_span::HashStableContext::hash_spans. 2026-02-06 09:18:18 +11:00
profiling.rs Overhaul filename handling for cross-compiler consistency 2025-12-12 07:33:09 +01:00
source_map.rs Overhaul filename handling for cross-compiler consistency 2025-12-12 07:33:09 +01:00
span_encoding.rs Fix doc-comment. 2025-08-10 23:01:45 +00:00
symbol.rs Port rustc_clean to attribute parser 2026-02-04 20:58:02 +00:00
tests.rs fix(span): track unnormalized source len for dep-info 2025-11-15 09:05:08 -05:00