about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/layout/nfa.rs
AgeCommit message (Expand)AuthorLines
2025-04-20transmutability: remove NFA intermediate representationJack Wrenn-169/+0
2025-02-28Remove `allow(dead_code)` attributes.Nicholas Nethercote-5/+0
2024-09-05update cfgsBoxy-2/+0
2024-08-10Update std and compilerNadrieril-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-0/+1
2022-12-18don't clone Copy typesMatthias Krüger-2/+2
2022-08-23safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`Jack Wrenn-6/+0
2022-07-28safe transmute: use `AtomicU32` `State` ids to appease mipsJack Wrenn-3/+3
2022-07-27safe transmute: tweak `Nfa::union` to consume params by valueJack Wrenn-2/+2
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+179