-
-
Notifications
You must be signed in to change notification settings - Fork 79
Issues: Lokathor/bytemuck
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Same code behaves differently when compiled with debug and release (UB?)
#282
opened Oct 31, 2024 by
matheus-consoli
Derive macros are unsound
The Language Could Change I Guess
A change in the language could always potentially invalidate old code
#281
opened Oct 20, 2024 by
mahkoh
Why does I don't do proc-macros, but I accepts PRs about them.
Pod
not work with 2 generic-fields?
proc-macros
#278
opened Oct 15, 2024 by
Lokathor
Good Idea: safe way to transmute
Vec<Option<&Foo>>
to Vec<&Foo>
#267
opened Aug 23, 2024 by
Lokathor
Contiguous
should be derivable for enums when only the first discriminant is an expression
proc-macros
#266
opened Aug 22, 2024 by
ds84182
Deriving I don't do proc-macros, but I accepts PRs about them.
NoUninit
(and therefore Pod
) without repr(packed)
by asserting all fields have the same alignment
proc-macros
#263
opened Aug 15, 2024 by
ds84182
Relax the generic requirements for
NoUninit
and CheckedBitPattern
derives.
#252
opened Jul 1, 2024 by
stegaBOB
#[derive(TransparentWrapper)]
doesn't work with where
clause generic bounds.
proc-macros
#241
opened May 24, 2024 by
JayWhite2357
False positive derive error for
TransparentWrapper
around types like Box
#216
opened Dec 19, 2023 by
cbarrick
the
FooBits
type generated by #[derive(CheckedBitPattern)]
should implement NoUninit
if Self
is NoUninit
#215
opened Dec 12, 2023 by
nerditation
Crate documentation is misleading, implies
Pod
required for all functions.
#214
opened Nov 25, 2023 by
DanielKeep
Cannot use derive macros when reexporting bytemuck from library
#208
opened Sep 6, 2023 by
AndriBaal
Allow deriving
Pod
for structs where generics are used only as PhantomData
#191
opened May 26, 2023 by
vadorovsky
Previous Next
ProTip!
no:milestone will show everything without a milestone.