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