-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fuzzer #414
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Comments
ghost
assigned brson
May 26, 2011
https://github.com/jruderman/rust/commits/fuzzing isn't a fuzzer yet, but it has already found bugs ;) |
ghost
assigned jruderman
Jul 14, 2011
It's a work in progress, but this bug can close. |
I don't believe this was ever completed. Reopening. Feel free to close if this is redundant with #2736. |
Nominating for closure. I don't see this happening for quite some time and having this issue open adds nothing. |
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
This commit stabilizes all intrinsics in the `x86` and `x86_64` modules, namely allowing stabilization of the `arch::x86` and `arch::x86_64` module in libstd. Stabilizations here were applied in an automated fashion using [this script][scr], and notably everything related to `__m64` was omitted from this round of stabilization [scr]: https://gist.github.com/alexcrichton/5b456d495d6fe1df46a158754565c7a5
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Document desugarings that happen when creating hir
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write a fuzzer. This should probably be based on mutation (taking an existing AST and performing edits on it), with "generation" being the degenerate case of mutating outwards from an empty AST. The general cycle should just be to mutate from an input, a seed and a particular iteration count, then pretty-print the result.
The text was updated successfully, but these errors were encountered: