about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/layout/dfa.rs
AgeCommit message (Expand)AuthorLines
2025-03-18Add `#[cfg(test)]` for Transition in dfamu001999-0/+3
2025-02-28Remove `allow(dead_code)` attributes.Nicholas Nethercote-10/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-0/+1
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-0/+2
2022-08-23safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`Jack Wrenn-1/+0
2022-07-28safe transmute: use `AtomicU32` `State` ids to appease mipsJack Wrenn-3/+3
2022-07-27safe transmute: lowercase tracing levelsJack Wrenn-1/+1
2022-07-27safe transmute: tweak tracingJack Wrenn-1/+1
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+184