Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-08 | Add tests for mdx jsx (text) | 2 | -12/+41 | ||
2022-09-07 | Fix debug message | 1 | -1/+1 | ||
2022-09-07 | Add support for recoverable syntax errors | 8 | -97/+175 | ||
2022-09-07 | Add support for unicode identifiers in JSX | 1 | -24/+95 | ||
2022-09-06 | Add initial states for MDX JSX (text) | 8 | -48/+1050 | ||
2022-09-05 | Add support for `mailto:`, `xmpp:` protocols | 4 | -16/+124 | ||
2022-09-05 | Fix some todos | 5 | -7/+12 | ||
2022-09-05 | Fix to implement GFM autolink literals exactly | 5 | -162/+805 | ||
2022-09-05 | Add support for getting `char`s from bytes | 2 | -21/+32 | ||
2022-09-05 | Fix shifting points past tabs | 1 | -9/+10 | ||
2022-09-05 | Fix to improve debug logging | 1 | -2/+16 | ||
2022-09-01 | Add support for GFM tagfilter | 8 | -77/+246 | ||
2022-08-31 | Add support for GFM tables | 14 | -36/+1648 | ||
2022-08-26 | Add support for math (flow) | 12 | -190/+424 | ||
2022-08-26 | Add support for math (text) | 12 | -312/+491 | ||
2022-08-25 | Add support for GFM footnotes | 17 | -147/+1527 | ||
2022-08-22 | Fix lazy paragraph after definition | 3 | -13/+63 | ||
2022-08-22 | Add support for GFM task list item | 10 | -12/+338 | ||
2022-08-22 | Add support for GFM strikethrough | 25 | -119/+307 | ||
2022-08-19 | Refactor to move more things to `util/` | 24 | -40/+44 | ||
2022-08-18 | Add support for GFM autolink literals | 11 | -199/+753 | ||
2022-08-16 | Add `no_std + alloc` | 21 | -2/+38 | ||
2022-08-16 | Add support for frontmatter | 12 | -17/+479 | ||
2022-08-16 | Update some last docs, bnf grammars | 17 | -111/+226 | ||
2022-08-15 | Refactor to proof docs, grammars | 38 | -424/+687 | ||
2022-08-15 | Add missing mark of `SpaceOrTab` as void event | 1 | -1/+2 | ||
2022-08-15 | Add derive of `Eq` where possible | 5 | -11/+11 | ||
2022-08-15 | Refactor to move `content` to `construct` | 38 | -138/+130 | ||
2022-08-15 | Refactor to move some things to `parser` | 2 | -26/+20 | ||
2022-08-15 | Refactor to rename list construct to list item | 10 | -72/+73 | ||
2022-08-15 | Refactor paragraph, data resolvers | 2 | -44/+50 | ||
2022-08-15 | Refactor to solve some clippy issues | 2 | -52/+50 | ||
2022-08-12 | Refactor to attempt less if never needed | 14 | -293/+367 | ||
2022-08-12 | Refactor to improve entering | 13 | -96/+144 | ||
2022-08-12 | Refactor to improve some names | 4 | -27/+27 | ||
2022-08-12 | Remove unneeded state | 2 | -23/+4 | ||
2022-08-12 | Remove `match` statements if clumsy | 19 | -412/+368 | ||
2022-08-12 | Refactor to improve docs of each function | 43 | -553/+611 | ||
2022-08-11 | Refactor attempts to remove unneeded state name | 20 | -413/+400 | ||
2022-08-11 | Refactor to handle definitions when parsing | 3 | -38/+50 | ||
2022-08-11 | Remove unneeded `balance` info on label starts | 4 | -64/+30 | ||
2022-08-11 | Refactor to move `space_or_tab_eol` to own file | 32 | -526/+542 | ||
2022-08-11 | Remove boxes around resolvers | 15 | -77/+103 | ||
2022-08-11 | Refactor to move some code to `event.rs` | 42 | -1300/+1313 | ||
2022-08-11 | Refactor to move some code to `state.rs` | 36 | -1237/+1229 | ||
2022-08-11 | Refactor internal docs, code style of tokenizer | 17 | -381/+420 | ||
2022-08-11 | Add improved container exit injection | 4 | -149/+129 | ||
2022-08-10 | Refactor some code for document parsing | 3 | -230/+188 | ||
2022-08-10 | Remove boxes when calling states | 1 | -354/+328 | ||
Interestingly, this cuts performance by 20%. | |||||
2022-08-10 | Add `State::Retry` | 26 | -213/+205 | ||