aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-101-2/+0
| | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-3/+3
|
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-1/+1
|
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-3/+6
|
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+1
| | | | See: <https://github.com/syntax-tree/mdast>.
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-2/+4
|
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
|
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-181-0/+1
|
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-2/+2
|
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-1/+1
| | | | | | | | | | | | * Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len`
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-2/+2
|
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-7/+7
|
* Change to enable build script for commonmark tests againLibravatar Titus Wormer2022-07-181-8/+5
|
* Fix formatting of `commonmark` testsLibravatar Titus Wormer2022-07-151-0/+1
|
* Add all commonmark testsLibravatar Titus Wormer2022-07-151-0/+88
|
* Fix typoLibravatar Titus Wormer2022-07-051-1/+1
|
* Refactor code styleLibravatar Titus Wormer2022-07-041-6/+1
|
* Use Rust to crawl unicodeLibravatar Titus Wormer2022-07-041-0/+70