aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-5/+1
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
2022-10-25Fix filename of fuzzer taskLibravatar Christian Murphy1-0/+0
Closes GH-12.
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer2-10/+10
2022-10-07Update fuzzer to support new options format, add mdast fuzzingLibravatar Christian Murphy1-4/+3
Closes GH-9.
2022-09-12Add fuzz testingLibravatar Christian Murphy2-0/+41
Closes GH-7.