rust/compiler/rustc_query_system/src
Weihang Lo cf57b9b292
fix(span): track unnormalized source len for dep-info
Add `unnormalized_source_len` field to track the byte length
of source files before normalization (the original length).

`unnormalized_source_len` is for writing the correct file length
to dep-info for `-Zchecksum-hash-algorithm`
2025-11-15 09:05:08 -05:00
..
dep_graph fix dev guide link in rustc_query_system/dep_graph/README.MD 2025-11-06 17:17:03 +05:00
ich fix(span): track unnormalized source len for dep-info 2025-11-15 09:05:08 -05:00
query Lock shards while collecting active jobs. 2025-11-14 09:01:22 +08:00
cache.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs Reword unstable finterprint ICE to ask for reproduction 2025-10-17 23:28:54 +02:00
lib.rs Remove all unused feature gates from the compiler 2025-06-08 14:50:42 +00:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00