rust/compiler/rustc_query_system/src
Thalia Archibald 38fad984c6 compiler: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-07 13:37:04 -08:00
..
dep_graph compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
ich Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
query Remove some unnecessary aliases from rustc_data_structures::sync 2025-03-03 20:20:24 +11:00
cache.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs don't return an Option from try_find_dep_kind 2025-01-07 21:57:00 +01:00
lib.rs improve diagnostics for const eval query overflow 2025-01-06 09:43:05 +01:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00