about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/liveness/rwu_table.rs
AgeCommit message (Collapse)AuthorLines
2025-07-05use `div_ceil` instead of manual logicFolkert de Vries-1/+1
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-1/+1
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.
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-1/+2
2020-12-09Move RWUTable to a separate moduleTomasz Miąsko-0/+144