-
Notifications
You must be signed in to change notification settings - Fork 75
Issues: rust-fuzz/arbitrary
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
Failure to build 1.4.1 on existing projects that were using 1.3.2
#208
opened Nov 8, 2024 by
leighmcculloch
🏁 RoSctober 2024: The Open Source Developer Challenge is about to start
#200
opened Sep 20, 2024 by
race-of-sloths
workaround to uses of arbitrary_loop causing non-determinism
#199
opened Sep 18, 2024 by
0xalpharush
Add a
check
submodule that provides a mini property-based testing framework
#191
opened Aug 22, 2024 by
fitzgen
Derive should throw an error when applying field attributes to variants
enhancement
help wanted
#150
opened May 3, 2023 by
Manishearth
Allow
Unstructured
to be backed by an iterator of bytes instead of a byte slice?
#103
opened Feb 18, 2022 by
maackle
Deriving
Arbitrary
on a field containing a Cow<'static, str>
fails.
#86
opened Jun 5, 2021 by
teymour-aldridge
Add
impl Arbitrary for Cursor<T> where T: Arbitrary
enhancement
help wanted
#65
opened Nov 23, 2020 by
frewsxcv
Add
impl Arbitrary for BufReader<T> where T: Arbitrary
enhancement
help wanted
#64
opened Nov 23, 2020 by
frewsxcv
Enum discriminants should be taken from the end of the input string, like lengths
derive
Issues related to the derive(Arbitrary) macro
#35
opened Mar 10, 2020 by
fitzgen
ProTip!
Exclude everything labeled
bug
with -label:bug.