aboutsummaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-06Add initial states for MDX JSX (text)Libravatar Titus Wormer1-1/+24
2022-09-05Fix some todosLibravatar Titus Wormer1-0/+7
2022-09-05Add support for getting `char`s from bytesLibravatar Titus Wormer1-0/+22
2022-09-01Add support for GFM tagfilterLibravatar Titus Wormer4-29/+154
2022-08-26Add support for math (flow)Libravatar Titus Wormer1-4/+4
2022-08-22Add support for GFM task list itemLibravatar Titus Wormer1-2/+10
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer6-3/+3292
2022-08-18Add support for GFM autolink literalsLibravatar Titus Wormer2-0/+73
2022-08-16Add `no_std + alloc`Libravatar Titus Wormer6-1/+13
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer8-33/+39
2022-08-12Refactor to improve docs of each functionLibravatar Titus Wormer3-20/+18
2022-08-11Refactor to move some code to `event.rs`Libravatar Titus Wormer3-35/+25
2022-08-01Add missing docs, refactor some codeLibravatar Titus Wormer1-13/+26
2022-08-01Refactor to pass more `&str`s, work on more bytesLibravatar Titus Wormer1-0/+5
2022-07-29Refactor to improve statesLibravatar Titus Wormer5-76/+91
2022-07-29Refactor to work on bytes (`u8`)Libravatar Titus Wormer1-26/+18
2022-07-28Refactor to use `debug_assert`Libravatar Titus Wormer1-1/+1
2022-07-28Refactor to work on `char`sLibravatar Titus Wormer6-188/+167
2022-07-22Refactor to use a single shared edit mapLibravatar Titus Wormer1-9/+6
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2-2/+2
2022-07-21Refactor performance around links in subtokenizeLibravatar Titus Wormer1-28/+35
2022-07-21Refactor to move `index` field to `point`Libravatar Titus Wormer1-2/+2
2022-07-21Refactor to move some event fields to `link`Libravatar Titus Wormer1-3/+5
2022-07-20Refactor to improve allocation around stringsLibravatar Titus Wormer4-82/+65
2022-07-20Refactor to use less vecs for eventsLibravatar Titus Wormer1-42/+28
2022-07-19Refactor to remove cloning in `edit_map`Libravatar Titus Wormer1-19/+25
2022-07-19Use `edit_map` in `subtokenize`Libravatar Titus Wormer1-14/+1
2022-07-19Remove another unneeded `HashMap`Libravatar Titus Wormer1-40/+38
2022-07-18Fix dead link in docsLibravatar Titus Wormer1-3/+3
2022-07-18Fix edge case in identifier normalizationLibravatar Titus Wormer1-1/+9
2022-07-15Fix to use single array for character referencesLibravatar Titus Wormer1-7/+4
2022-07-14Add support for container stateLibravatar Titus Wormer2-7/+15
2022-07-13Fix lists in lists and some other bugsLibravatar Titus Wormer1-6/+0
2022-07-12Fix some issues around empty listsLibravatar Titus Wormer1-1/+4
2022-07-12Fix a lot of list thingsLibravatar Titus Wormer1-7/+34
2022-07-11Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer1-1/+0
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-4/+5
2022-07-07Refactor to use `char::REPLACEMENT_CHARACTER`Libravatar Titus Wormer2-2/+2
2022-07-07Fix some small to dosLibravatar Titus Wormer1-3/+5
2022-07-07Add basic support for block quotesLibravatar Titus Wormer3-0/+46
2022-07-07Fix shifting jumps in tail of edit mapLibravatar Titus Wormer1-1/+3
2022-07-05Refactor to do some to dosLibravatar Titus Wormer1-2/+4
2022-07-05Refactor code styleLibravatar Titus Wormer5-64/+161
2022-07-04Add support for unicode punctuationLibravatar Titus Wormer1-1/+1
2022-07-04Update list of todosLibravatar Titus Wormer1-2/+1
2022-07-04Fix opening/closing tag order of nested attentionLibravatar Titus Wormer1-12/+29
2022-07-01Refactor to clean and document `edit_map`Libravatar Titus Wormer1-2/+19
2022-06-29Add support for sharing identifiers, references before definitionsLibravatar Titus Wormer1-18/+1
2022-06-28Add some more crosslinks to docsLibravatar Titus Wormer1-3/+2
2022-06-28Fix jumps in `edit_map`Libravatar Titus Wormer2-0/+145