aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1.0.0-alpha.5Libravatar Titus Wormer2022-12-132-10/+10
* Remove unneeded codegen in actionsLibravatar Titus Wormer2022-12-131-2/+0
* Update dev-dependenciesLibravatar Titus Wormer2022-12-131-1/+1
* Replace build script with private crateLibravatar Titus Wormer2022-12-137-9/+29
* Add test for empty astLibravatar Titus Wormer2022-12-131-2/+17
* Add some tests for `Location`Libravatar Titus Wormer2022-12-131-0/+15
* Update tests for changes in `swc`Libravatar Titus Wormer2022-12-134-8/+8
* 1.0.0-alpha.4Libravatar Titus Wormer2022-11-252-10/+10
* Update dev-dependencyLibravatar Titus Wormer2022-11-251-1/+1
* Remove unneeded testsLibravatar Titus Wormer2022-11-2518-8106/+164
* Add mdx parser to fuzzingLibravatar Christian Murphy2022-11-251-0/+1
* Fix double setext heading underlinesLibravatar Titus Wormer2022-11-253-4/+9
* Fix GFM task list checkboxes followed by eolLibravatar Titus Wormer2022-11-253-46/+114
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-1066-100/+3
* Refactor code-style for Rust 1.65Libravatar Hocdoc2022-11-109-12/+12
* Fix attention starting and ending in different linksLibravatar Titus Wormer2022-10-292-11/+18
* Refactor to always resolve edit mapsLibravatar Titus Wormer2022-10-298-8/+7
* Fix GFM autolink literals that end in in GFM table pipesLibravatar Titus Wormer2022-10-282-2/+9
* Fix GFM tables to require a non-pipe in header rowLibravatar Titus Wormer2022-10-282-7/+39
* 1.0.0-alpha.3Libravatar Titus Wormer2022-10-262-10/+10
* Fix GFM autolink literals after tabsLibravatar Titus Wormer2022-10-262-2/+29
* Fix GFM tables interfering with other constructsLibravatar Titus Wormer2022-10-262-0/+8
* Fix container close after unclosed fenced code, w/ eolLibravatar Titus Wormer2022-10-262-6/+32
* Fix dead links in docsLibravatar Titus Wormer2022-10-252-4/+6
* Fix type of `start` on list in mdastLibravatar Titus Wormer2022-10-252-4/+12
* 1.0.0-alpha.2Libravatar Titus Wormer2022-10-252-10/+10
* Fix trailing whitespace around broken dataLibravatar Titus Wormer2022-10-253-0/+22
* Fix lists in MDXLibravatar Titus Wormer2022-10-252-1/+7
* Fix filename of fuzzer taskLibravatar Christian Murphy2022-10-251-0/+0
* Regenerate unicode punctuationLibravatar Christian Murphy2022-10-251-1/+24
* Add another note just to be sureLibravatar Titus Wormer2022-10-141-0/+4
* Update install commandLibravatar Titus Wormer2022-10-141-1/+5
* Remove custom docs site in favor of `docs.rs`Libravatar Titus Wormer2022-10-141-18/+0
* Update links to point to `docs.rs`Libravatar Titus Wormer2022-10-141-7/+5
* Update description in `Cargo.toml`Libravatar Titus Wormer2022-10-141-1/+1
* Add link to alpha crate for nowLibravatar Titus Wormer2022-10-141-5/+1
* 1.0.0-alpha.1Libravatar Titus Wormer2022-10-141-1/+1
* Add `path` to bench in `Cargo.toml`Libravatar Titus Wormer2022-10-141-0/+1
* Remove `publish: false` from `Cargo.toml`Libravatar Titus Wormer2022-10-141-1/+0
* Remove notes from readmeLibravatar Titus Wormer2022-10-141-6/+0
* Add coverage badgeLibravatar Titus Wormer2022-10-141-0/+5
* Remove some todosLibravatar Titus Wormer2022-10-141-10/+0
* Remove core tests, which tarpaulin doesn’t understandLibravatar Titus Wormer2022-10-141-35/+0
* Refactor to move options to separate fileLibravatar Titus Wormer2022-10-142-1422/+1429
* Remove `must_use` if tarpaulin doesn’t understand themLibravatar Titus Wormer2022-10-145-257/+277
* Refactor to attempt to fix some coverage bugsLibravatar Titus Wormer2022-10-141-1/+6
* Refactor slice algorithms some moreLibravatar Titus Wormer2022-10-141-24/+13
* Refactor workflows to split workLibravatar Titus Wormer2022-10-141-1/+15
* Attempt to fix broken tarpaulinLibravatar Titus Wormer2022-10-141-0/+2
* Add some tests for mdx parse types, `must_use`Libravatar Titus Wormer2022-10-141-0/+60