Pinned issues
Issues
- 0
- 0
- 5
Ensure all safety comments quote and cite a specific version of the documentation
#1655 opened by joshlf - 1
Restrict support for `#[derive(IntoBytes)]` on unions, work to guarantee forwards-compatible soundness
#1792 opened by joshlf - 0
Support `MaybeUninit<T: ?Sized>` via `KnownLayout`
#1797 opened by joshlf - 0
Features to support Android
#1821 opened by joshlf - 0
Support raw pointers
#1818 opened by joshlf - 0
Make zerocopy-derive docs link to zerocopy traits
#1809 opened by joshlf - 0
Implement `From<T>` for `Unalign<T>`
#1808 opened by joshlf - 0
Add `Ref::into_bytes` or `Into<B> for Ref<B, _>`
#1807 opened by joshlf - 0
Permit `repr(packed)` without `repr(C)` in some derives
#1794 opened by joshlf - 0
Make the `src` field in error types public?
#1685 opened by joshlf - 2
Remove panic opportunities
#1661 opened by joshlf - 1
In derives, prefix generated idents with a hash of the input token stream to prevent name collisions
#1725 opened by joshlf - 0
Add PME backstop to detect padding in `IntoBytes` types
#1768 opened by joshlf - 0
[byteorder] Support trait impls on byte arrays
#1749 opened by joshlf - 0
Reduce verbosity of `#[derive(FromBytes)]` error messages
#1789 opened by joshlf - 1
- 0
Audit behavior of derives on `#[repr(align(...))]` enums
#1758 opened by joshlf - 0
Audit behavior of `#[derive(IntoBytes)]` on `#[repr(Rust)]` structs with no generics
#1764 opened by joshlf - 1
- 1
`#[derive(IntoBytes)]` on unions should not consider `#[repr(packed)]` sufficient to guarantee layout
#1757 opened by joshlf - 2
- 0
[derive] Make pattern matching on spans more ergonomic
#1780 opened by joshlf - 0
Support `#[repr(C, Int)]` on data-ful enums
#1779 opened by joshlf - 0
Document how to implement enums with endian-specific tags
#1778 opened by joshlf - 5
- 0
Support silent failure in derives
#1769 opened by joshlf - 0
Support `#[repr(transparent)]` enums
#1756 opened by joshlf - 6
Add support for allocating aligned memory
#1750 opened by sutes-work - 5
Ignore PhantomData
#1744 opened by qwandor - 4
Failed to build the Rust Compiler on Apple M1
#1739 opened by arttet - 0
Make infallible alignment errors more discoverable
#1721 opened by joshlf - 0
- 0
Pre-0.8 audit
#1692 opened by joshlf - 0
Support container transmutation via macro
#1735 opened by joshlf - 1
Question: May I ask about why `Atomic*` are not implementing `FromBytes` and `FromZeros`?
#1731 opened by al8n - 0
- 1
- 1
Test infallible alignment errors in Fuchsia, then remove `Ref` `unaligned` constructors
#1720 opened by joshlf - 0
- 0
Improve ergonomics of `IntoBytes` on unsized types
#1708 opened by joshlf - 0
- 0
- 0
- 0
Support validation-only mode in derives
#1673 opened by joshlf - 3
Defend against padding instability
#1648 opened by jswrenn - 1
Update documentation in preparation for 0.8
#1636 opened by joshlf - 0
Make `extend_vec_zeroed` and `insert_vec_zeroed` fallible
#1653 opened by joshlf - 0
Permit ergonomically aborting on allocation failure
#1659 opened by joshlf