about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/layout/nfa.rs
AgeCommit message (Expand)AuthorLines
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