aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-26Refactor to simplify tokenizerLibravatar Titus Wormer3-132/+83
2022-07-26Remove unneeded parameterLibravatar Titus Wormer1-20/+16
2022-07-25Refactor to not pass codes aroundLibravatar Titus Wormer34-993/+938
2022-07-25Refactor to store less dataLibravatar Titus Wormer1-47/+43
2022-07-25Remove no longer needed field in `State::Ok`Libravatar Titus Wormer34-63/+61
2022-07-25Refactor to remove need for cloning codesLibravatar Titus Wormer3-44/+26
2022-07-25Improve performance w/ a single feed loopLibravatar Titus Wormer24-145/+138
2022-07-22Refactor to remove unneeded `Option`Libravatar Titus Wormer1-14/+18
2022-07-22Refactor to use a single shared edit mapLibravatar Titus Wormer10-82/+50
2022-07-22Refactor to reserve some more vecsLibravatar Titus Wormer1-5/+9
2022-07-22Refactor to pass more references aroundLibravatar Titus Wormer1-26/+39
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer38-919/+684
2022-07-22Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer35-464/+393
2022-07-21Refactor performance around links in subtokenizeLibravatar Titus Wormer1-28/+35
2022-07-21Refactor to improve performance by passing markers aroundLibravatar Titus Wormer3-75/+37
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