aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-21Refactor to move `index` field to `point`Libravatar Titus Wormer11-102/+49
2022-07-21Refactor to move some event fields to `link`Libravatar Titus Wormer8-110/+90
2022-07-20Refactor to share edit mapLibravatar Titus Wormer9-46/+61
2022-07-20Refactor to improve cloning in `document`Libravatar Titus Wormer1-53/+49
2022-07-20Refactor to improve allocation around stringsLibravatar Titus Wormer6-182/+149
2022-07-20Refactor to use less vecs for eventsLibravatar Titus Wormer11-76/+63
2022-07-19Remove a couple of clonesLibravatar Titus Wormer2-7/+6
2022-07-19Refactor to remove cloning in `edit_map`Libravatar Titus Wormer11-45/+47
2022-07-19Use `edit_map` in `subtokenize`Libravatar Titus Wormer3-83/+41
2022-07-19Remove another unneeded `HashMap`Libravatar Titus Wormer2-177/+158
2022-07-19Remove an unneeded `HashMap`Libravatar Titus Wormer3-18/+46
2022-07-19Replace use of `HashSet` with `vec`Libravatar Titus Wormer2-7/+9
2022-07-19Remove unneeded `rust` language flagsLibravatar Titus Wormer1-6/+6
2022-07-19Fix performance around a lot of listsLibravatar Titus Wormer1-16/+33
2022-07-18Refactor to improve performance when constructs are turned offLibravatar Titus Wormer2-49/+73
2022-07-18Change to improve `default_line_ending` apiLibravatar Titus Wormer2-7/+5
2022-07-18Add support for turning off constructsLibravatar Titus Wormer24-62/+353
2022-07-18Refactor to move options to `lib/`Libravatar Titus Wormer2-161/+160
2022-07-18Refactor to organize resolversLibravatar Titus Wormer4-175/+175
2022-07-18Refactor examples of statesLibravatar Titus Wormer26-460/+605
2022-07-18Remove unneeded tokenLibravatar Titus Wormer3-35/+13
2022-07-18Fix token that should be voidLibravatar Titus Wormer3-3/+58
2022-07-18Fix dead link in docsLibravatar Titus Wormer2-5/+5
2022-07-18Fix edge case in identifier normalizationLibravatar Titus Wormer1-1/+9
2022-07-18Fix final bug with lazinessLibravatar Titus Wormer1-8/+1
2022-07-15Fix interrupting of ordered itemsLibravatar Titus Wormer1-5/+7
2022-07-15Fix some final eol bugsLibravatar Titus Wormer1-0/+9
2022-07-15Fix compiling final eof after list itemsLibravatar Titus Wormer1-0/+2
2022-07-15Fix to use single array for character referencesLibravatar Titus Wormer3-2277/+2144
2022-07-15Fix stray `println`Libravatar Titus Wormer1-2/+0
2022-07-15Add docs to non-lazy continuationLibravatar Titus Wormer1-5/+27
2022-07-15Add docs and refactor listLibravatar Titus Wormer4-209/+230
2022-07-15Add docs and refactor document content typeLibravatar Titus Wormer2-260/+278
2022-07-15Add missing docs to html (flow)Libravatar Titus Wormer2-38/+46
2022-07-15Remove unneeded fieldLibravatar Titus Wormer2-27/+17
2022-07-15Add missing linkLibravatar Titus Wormer1-5/+4
2022-07-15Add missing docs to tokenizerLibravatar Titus Wormer2-20/+19
2022-07-15Remove unneeded tokenLibravatar Titus Wormer2-23/+4
2022-07-15Refactor to sort, document lists in tokenLibravatar Titus Wormer3-12/+131
2022-07-15Add docs on `LIST_ITEM_VALUE_SIZE_MAX`Libravatar Titus Wormer1-3/+13
2022-07-15Refactor to sort, document lists in compilerLibravatar Titus Wormer1-153/+146
2022-07-15Fix linkLibravatar Titus Wormer1-4/+3
2022-07-15Fix annoying bug around virtual spaces in containersLibravatar Titus Wormer3-22/+25
2022-07-15Fix lazy first line in code (fenced)Libravatar Titus Wormer1-13/+7
2022-07-14Fix two more list bugsLibravatar Titus Wormer2-2/+7
2022-07-14Fix interrupting sibling list itemsLibravatar Titus Wormer2-8/+25
2022-07-14Fix html (flow) whitespace againLibravatar Titus Wormer1-2/+11
2022-07-14Add support for container stateLibravatar Titus Wormer6-62/+125
* Fix to parse list item continuation based on how big the initial list item prefix was * Fix list items that start with blank lines
2022-07-14Fix a bunch of container thingsLibravatar Titus Wormer4-177/+221
* Fix a lot of container code * Fix to prevent code (indented) from interrupting a lazy container * Fix compiling when combining tight paragraphs, empty list items, and html * Fix list items starting w/ blank lines causing loose lists * Fix crash when looking for a previous blank line
2022-07-13Fix lists in lists and some other bugsLibravatar Titus Wormer3-35/+31