about summary refs log tree commit diff
path: root/compiler/rustc_transmute
AgeCommit message (Expand)AuthorLines
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-14/+8
2022-08-02safe transmute: fix broken intradoc linkJack Wrenn-2/+2
2022-07-28safe transmute: use `AtomicU32` `State` ids to appease mipsJack Wrenn-6/+6
2022-07-27safe transmute: lowercase tracing levelsJack Wrenn-6/+6
2022-07-27safe transmute: tweak `Nfa::union` to consume params by valueJack Wrenn-2/+2
2022-07-27safe transmute: tweak tracingJack Wrenn-21/+16
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+1663