aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add mdx parser to fuzzingLibravatar Christian Murphy2022-11-251-0/+1
| | | | | Closes GH-25. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-101-5/+1
| | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
* Fix filename of fuzzer taskLibravatar Christian Murphy2022-10-251-0/+0
| | | Closes GH-12.
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-132-10/+10
|
* Update fuzzer to support new options format, add mdast fuzzingLibravatar Christian Murphy2022-10-071-4/+3
| | | Closes GH-9.
* Add fuzz testingLibravatar Christian Murphy2022-09-122-0/+41
Closes GH-7.