Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-21 | Refactor to move `index` field to `point` | Titus Wormer | 11 | -102/+49 | |
2022-07-21 | Refactor to move some event fields to `link` | Titus Wormer | 8 | -110/+90 | |
2022-07-20 | Refactor to share edit map | Titus Wormer | 9 | -46/+61 | |
2022-07-20 | Refactor to improve cloning in `document` | Titus Wormer | 1 | -53/+49 | |
2022-07-20 | Refactor to improve allocation around strings | Titus Wormer | 6 | -182/+149 | |
2022-07-20 | Refactor to use less vecs for events | Titus Wormer | 11 | -76/+63 | |
2022-07-19 | Remove a couple of clones | Titus Wormer | 2 | -7/+6 | |
2022-07-19 | Refactor to remove cloning in `edit_map` | Titus Wormer | 11 | -45/+47 | |
2022-07-19 | Use `edit_map` in `subtokenize` | Titus Wormer | 3 | -83/+41 | |
2022-07-19 | Remove another unneeded `HashMap` | Titus Wormer | 2 | -177/+158 | |
2022-07-19 | Remove an unneeded `HashMap` | Titus Wormer | 3 | -18/+46 | |
2022-07-19 | Replace use of `HashSet` with `vec` | Titus Wormer | 2 | -7/+9 | |
2022-07-19 | Remove unneeded `rust` language flags | Titus Wormer | 1 | -6/+6 | |
2022-07-19 | Fix performance around a lot of lists | Titus Wormer | 1 | -16/+33 | |
2022-07-18 | Refactor to improve performance when constructs are turned off | Titus Wormer | 2 | -49/+73 | |
2022-07-18 | Change to improve `default_line_ending` api | Titus Wormer | 2 | -7/+5 | |
2022-07-18 | Add support for turning off constructs | Titus Wormer | 24 | -62/+353 | |
2022-07-18 | Refactor to move options to `lib/` | Titus Wormer | 2 | -161/+160 | |
2022-07-18 | Refactor to organize resolvers | Titus Wormer | 4 | -175/+175 | |
2022-07-18 | Refactor examples of states | Titus Wormer | 26 | -460/+605 | |
2022-07-18 | Remove unneeded token | Titus Wormer | 3 | -35/+13 | |
2022-07-18 | Fix token that should be void | Titus Wormer | 3 | -3/+58 | |
2022-07-18 | Fix dead link in docs | Titus Wormer | 2 | -5/+5 | |
2022-07-18 | Fix edge case in identifier normalization | Titus Wormer | 1 | -1/+9 | |
2022-07-18 | Fix final bug with laziness | Titus Wormer | 1 | -8/+1 | |
2022-07-15 | Fix interrupting of ordered items | Titus Wormer | 1 | -5/+7 | |
2022-07-15 | Fix some final eol bugs | Titus Wormer | 1 | -0/+9 | |
2022-07-15 | Fix compiling final eof after list items | Titus Wormer | 1 | -0/+2 | |
2022-07-15 | Fix to use single array for character references | Titus Wormer | 3 | -2277/+2144 | |
2022-07-15 | Fix stray `println` | Titus Wormer | 1 | -2/+0 | |
2022-07-15 | Add docs to non-lazy continuation | Titus Wormer | 1 | -5/+27 | |
2022-07-15 | Add docs and refactor list | Titus Wormer | 4 | -209/+230 | |
2022-07-15 | Add docs and refactor document content type | Titus Wormer | 2 | -260/+278 | |
2022-07-15 | Add missing docs to html (flow) | Titus Wormer | 2 | -38/+46 | |
2022-07-15 | Remove unneeded field | Titus Wormer | 2 | -27/+17 | |
2022-07-15 | Add missing link | Titus Wormer | 1 | -5/+4 | |
2022-07-15 | Add missing docs to tokenizer | Titus Wormer | 2 | -20/+19 | |
2022-07-15 | Remove unneeded token | Titus Wormer | 2 | -23/+4 | |
2022-07-15 | Refactor to sort, document lists in token | Titus Wormer | 3 | -12/+131 | |
2022-07-15 | Add docs on `LIST_ITEM_VALUE_SIZE_MAX` | Titus Wormer | 1 | -3/+13 | |
2022-07-15 | Refactor to sort, document lists in compiler | Titus Wormer | 1 | -153/+146 | |
2022-07-15 | Fix link | Titus Wormer | 1 | -4/+3 | |
2022-07-15 | Fix annoying bug around virtual spaces in containers | Titus Wormer | 3 | -22/+25 | |
2022-07-15 | Fix lazy first line in code (fenced) | Titus Wormer | 1 | -13/+7 | |
2022-07-14 | Fix two more list bugs | Titus Wormer | 2 | -2/+7 | |
2022-07-14 | Fix interrupting sibling list items | Titus Wormer | 2 | -8/+25 | |
2022-07-14 | Fix html (flow) whitespace again | Titus Wormer | 1 | -2/+11 | |
2022-07-14 | Add support for container state | Titus Wormer | 6 | -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-14 | Fix a bunch of container things | Titus Wormer | 4 | -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-13 | Fix lists in lists and some other bugs | Titus Wormer | 3 | -35/+31 | |