about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/liveness/rwu_table.rs
AgeCommit message (Expand)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
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
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