about summary refs log tree commit diff
path: root/compiler/rustc_transmute/Cargo.toml
AgeCommit message (Expand)AuthorLines
2024-10-27rustc_transmute: Directly use types from rustc_abiJubilee Young-3/+3
2024-07-15Use dep: for crate dependenciesMichael Goulet-7/+7
2024-03-08bump itertools to 0.12klensy-1/+1
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-7/+9
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-5/+7
2023-10-18Use v0.0.0 in compiler cratesMichael Goulet-1/+1
2022-08-23safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`Jack Wrenn-2/+1
2022-08-22safe transmute: use `Assume` struct to provide analysis optionsJack Wrenn-0/+2
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+28