summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/layout/tree.rs
AgeCommit message (Expand)AuthorLines
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-8/+8
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-17Replace a try_fold in rustc_transmute to use ControlFlow instead of ResultDavid Tolnay-3/+4
2022-08-17Remove unstable Result::into_ok_or_errDavid Tolnay-6/+7
2022-07-27safe transmute: tweak tracingJack Wrenn-12/+4
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+479