Lines Matching refs:arbitrary
46 …itrary` trait is now implemented for `&[u8]`. [#67](https://github.com/rust-fuzz/arbitrary/pull/67)
50 …tructured#get_bytes` to `Unstructured#bytes`. [#70](https://github.com/rust-fuzz/arbitrary/pull/70)
51 …` returns an error. Previously it would panic. [71](https://github.com/rust-fuzz/arbitrary/pull/71)
61 * The `Arbitrary` trait is now implemented for `&str`. [#63](https://github.com/rust-fuzz/arbitrary…
65 …ving `Arbitrary` on types with lifetimes now. [#63](https://github.com/rust-fuzz/arbitrary/pull/63)
71 …arbitrary/issues/62) and explaining how you're using it and what your use case is. We'll figure ou…
106 [#53](https://github.com/rust-fuzz/arbitrary/pull/53) and the commit messages
110 now. (See [#53](https://github.com/rust-fuzz/arbitrary/pull/53) and the commit
133 `#[derive(arbitrary::Arbitrary)]` rather than like `#[derive(Arbitrary)]`).
143 `#[derive(arbitrary::Arbitrary)]` rather than like `#[derive(Arbitrary)]`).
179 `Arbitrary::shrink`](https://docs.rs/arbitrary/0.4.0/arbitrary/trait.Arbitrary.html#method.size_hin…
194 should use [the new `arbitrary::size_hint::recursion_guard` helper
202 [recursion_guard]: https://docs.rs/arbitrary/0.4.0/arbitrary/size_hint/fn.recursion_guard.html
250 default implementation that forwards to `Arbitrary::arbitrary` and the custom
257 * Added the `Unstructured::arbitrary_len` method to get an arbitrary length for
258 a collection of some arbitrary type.
260 arbitrary instance of some type.