aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/thematic_break.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-2/+2
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
* Add support for frontmatterLibravatar Titus Wormer2022-08-161-1/+1
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-161-4/+12
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+1
* Refactor to rename list construct to list itemLibravatar Titus Wormer2022-08-151-2/+2
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-121-26/+26
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-20/+16
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-4/+4
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-11/+5
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-2/+2
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-12/+16
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-11/+8
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-2/+2
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-8/+8
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-2/+10
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-17/+18
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-26/+24
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-67/+18
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-18/+18
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-21/+6
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-14/+13
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-1/+1
* Improve performance w/ a single feed loopLibravatar Titus Wormer2022-07-251-1/+1
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-10/+10
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-5/+5
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-3/+12
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-8/+8
* Fix linkLibravatar Titus Wormer2022-07-151-4/+3
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-7/+8
* Refactor code styleLibravatar Titus Wormer2022-07-051-3/+16
* Make paragraphs really fastLibravatar Titus Wormer2022-07-011-3/+6
* Refactor to not use `pub` when not neededLibravatar Titus Wormer2022-06-221-1/+1
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-3/+3
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+5
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-18/+79
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-33/+17
* Add heading (setext)Libravatar Titus Wormer2022-06-161-2/+3
* Add some improved docsLibravatar Titus Wormer2022-06-131-2/+3
* .Libravatar Titus Wormer2022-06-081-0/+137