about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/maybe_transmutable
AgeCommit message (Expand)AuthorLines
2023-09-06Fix error report for size overflow from transmuteyukang-0/+2
2023-06-12Safe Transmute: Refactor error handling and Answer typeBryan Garza-83/+81
2023-05-24Safe Transmute: Update definition of Condition typeBryan Garza-11/+14
2023-05-24Safe Transmute: Check mutability before creating dst -> src obligationBryan Garza-0/+22
2023-05-24Safe Transmute: Fix propagation of errorsBryan Garza-14/+29
2023-05-24Safe Transmute: Change Answer type to ResultBryan Garza-109/+85
2023-05-24Safe Transmute: Enable handling references, including recursive typesBryan Garza-34/+136
2023-04-13Improve safe transmute error reportingBryan Garza-16/+17
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-3/+1
2022-12-19clippy::complexity fixesMatthias Krüger-5/+1
2022-09-04Auto merge of #100726 - jswrenn:transmute, r=oli-obkbors-3/+3
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-3/+3
2022-08-22safe transmute: use `Assume` struct to provide analysis optionsJack Wrenn-3/+3
2022-07-27safe transmute: lowercase tracing levelsJack Wrenn-5/+5
2022-07-27safe transmute: tweak tracingJack Wrenn-8/+8
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+528