aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-2/+0
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-3/+3
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-1/+1
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-3/+6
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+1
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-2/+4
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer1-1/+1
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer1-2/+2
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-1/+1
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer1-2/+2
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-7/+7
2022-07-18Change to enable build script for commonmark tests againLibravatar Titus Wormer1-8/+5
2022-07-15Fix formatting of `commonmark` testsLibravatar Titus Wormer1-0/+1
2022-07-15Add all commonmark testsLibravatar Titus Wormer1-0/+88
2022-07-05Fix typoLibravatar Titus Wormer1-1/+1
2022-07-04Refactor code styleLibravatar Titus Wormer1-6/+1
2022-07-04Use Rust to crawl unicodeLibravatar Titus Wormer1-0/+70