| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -2/+3 | |
| 2022-11-05 | Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisa | bors | -2/+2 | |
| Fix capacity overflow issue during transmutability check Fixes #103751 | ||||
| 2022-11-01 | fix #103751: Fix capacity overflow issue during transmutability check | yukang | -2/+2 | |
| 2022-10-30 | fix #103783, fix ICE checking transmutability of NaughtyLenArray | yukang | -1/+2 | |
| 2022-09-20 | rustc_transmute: fix big-endian discriminants | Josh Stone | -6/+16 | |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal ↵ | Oli Scherer | -8/+8 | |
| by module | ||||
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 | |
| This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos | ||||
| 2022-08-17 | Replace a try_fold in rustc_transmute to use ControlFlow instead of Result | David Tolnay | -3/+4 | |
| 2022-08-17 | Remove unstable Result::into_ok_or_err | David Tolnay | -6/+7 | |
| 2022-07-27 | safe transmute: tweak tracing | Jack Wrenn | -12/+4 | |
| ref: https://github.com/rust-lang/rust/pull/92268#discussion_r925246903 ref: https://github.com/rust-lang/rust/pull/92268#discussion_r925250811 ref: https://github.com/rust-lang/rust/pull/92268#discussion_r925255782 | ||||
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+479 | |
| This initial implementation handles transmutations between types with specified layouts, except when references are involved. Co-authored-by: Igor null <m1el.2027@gmail.com> | ||||
