aboutsummaryrefslogtreecommitdiffstats
path: root/src/content (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-094-251/+441
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-023-155/+161
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-4/+3
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-294-25/+18
* Refactor to use `debug_assert`Libravatar Titus Wormer2022-07-281-1/+1
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-284-31/+52
* Refactor to drastically improve perf around whitespaceLibravatar Titus Wormer2022-07-263-51/+53
* Refactor to simplify tokenizerLibravatar Titus Wormer2022-07-261-3/+3
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-254-65/+51
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-254-10/+8
* Refactor to remove need for cloning codesLibravatar Titus Wormer2022-07-251-1/+1
* Improve performance w/ a single feed loopLibravatar Titus Wormer2022-07-251-1/+1
* Refactor to use a single shared edit mapLibravatar Titus Wormer2022-07-221-5/+3
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-224-60/+37
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-224-12/+12
* Refactor to improve performance by passing markers aroundLibravatar Titus Wormer2022-07-212-69/+31
* Refactor to move `index` field to `point`Libravatar Titus Wormer2022-07-211-9/+2
* Refactor to move some event fields to `link`Libravatar Titus Wormer2022-07-211-3/+1
* Refactor to improve cloning in `document`Libravatar Titus Wormer2022-07-201-53/+49
* Refactor to use less vecs for eventsLibravatar Titus Wormer2022-07-201-7/+8
* Refactor to remove cloning in `edit_map`Libravatar Titus Wormer2022-07-191-4/+4
* Remove an unneeded `HashMap`Libravatar Titus Wormer2022-07-191-2/+2
* Replace use of `HashSet` with `vec`Libravatar Titus Wormer2022-07-191-4/+7
* Refactor to improve performance when constructs are turned offLibravatar Titus Wormer2022-07-182-49/+73
* Add support for turning off constructsLibravatar Titus Wormer2022-07-182-0/+2
* Fix final bug with lazinessLibravatar Titus Wormer2022-07-181-8/+1
* Add docs and refactor listLibravatar Titus Wormer2022-07-151-45/+29
* Add docs and refactor document content typeLibravatar Titus Wormer2022-07-151-259/+268
* Add missing docs to tokenizerLibravatar Titus Wormer2022-07-151-6/+3
* Fix annoying bug around virtual spaces in containersLibravatar Titus Wormer2022-07-151-3/+2
* Fix interrupting sibling list itemsLibravatar Titus Wormer2022-07-141-5/+24
* Add support for container stateLibravatar Titus Wormer2022-07-141-9/+30
* Fix a bunch of container thingsLibravatar Titus Wormer2022-07-141-154/+178
* Fix lists in lists and some other bugsLibravatar Titus Wormer2022-07-131-4/+4
* Fix to close containers before several (blank) line endingsLibravatar Titus Wormer2022-07-131-7/+17
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-121-0/+3
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-5/+18
* Add initial support for listsLibravatar Titus Wormer2022-07-121-10/+21
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-154/+53
* Fix block quote bugsLibravatar Titus Wormer2022-07-111-2/+6
* Fix bug around forcibly closed flow exitsLibravatar Titus Wormer2022-07-081-0/+15
* Fix interrupting when exiting containersLibravatar Titus Wormer2022-07-081-0/+3
* Fix container bug due to attemptsLibravatar Titus Wormer2022-07-081-14/+36
* Add improved container enter/exit mechanismLibravatar Titus Wormer2022-07-081-66/+122
* Fix closing of flow when exiting containersLibravatar Titus Wormer2022-07-081-13/+32
* Add support for concrete constructsLibravatar Titus Wormer2022-07-081-7/+8
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-072-12/+10
* Add basic support for block quotesLibravatar Titus Wormer2022-07-073-47/+447
* Refactor code styleLibravatar Titus Wormer2022-07-053-7/+6
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-1/+1