| Commit message (Expand) | Author | Files | Lines |
2022-10-13 | Refactor some code to improve coverage | Titus Wormer | 1 | -2/+2 |
2022-10-13 | Add some unit tests for internal character functions | Titus Wormer | 1 | -15/+102 |
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 6 | -10/+10 |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 3 | -17/+10 |
2022-10-11 | Refactor some hidden internals | Titus Wormer | 2 | -2/+4 |
2022-10-11 | Add some missing internal docs | Titus Wormer | 2 | -14/+25 |
2022-10-11 | Add support for proper positional info in swc tree | Titus Wormer | 3 | -49/+144 |
2022-10-06 | Refactor to share identifier methods | Titus Wormer | 2 | -0/+16 |
2022-10-06 | Add support for HTML 4 character references in JSX attributes | Titus Wormer | 4 | -94/+475 |
2022-09-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -0/+1 |
2022-09-26 | Add support for compiling to mdast | Titus Wormer | 3 | -2/+195 |
2022-09-19 | Add support for parsing MDX ESM, expressions | Titus Wormer | 2 | -0/+71 |
2022-09-09 | Refactor to move byte, char info to own file | Titus Wormer | 4 | -119/+167 |
2022-09-06 | Add initial states for MDX JSX (text) | Titus Wormer | 1 | -1/+24 |
2022-09-05 | Fix some todos | Titus Wormer | 1 | -0/+7 |
2022-09-05 | Add support for getting `char`s from bytes | Titus Wormer | 1 | -0/+22 |
2022-09-01 | Add support for GFM tagfilter | Titus Wormer | 4 | -29/+154 |
2022-08-26 | Add support for math (flow) | Titus Wormer | 1 | -4/+4 |
2022-08-22 | Add support for GFM task list item | Titus Wormer | 1 | -2/+10 |
2022-08-19 | Refactor to move more things to `util/` | Titus Wormer | 6 | -3/+3292 |
2022-08-18 | Add support for GFM autolink literals | Titus Wormer | 2 | -0/+73 |
2022-08-16 | Add `no_std + alloc` | Titus Wormer | 6 | -1/+13 |
2022-08-15 | Refactor to proof docs, grammars | Titus Wormer | 8 | -33/+39 |
2022-08-12 | Refactor to improve docs of each function | Titus Wormer | 3 | -20/+18 |
2022-08-11 | Refactor to move some code to `event.rs` | Titus Wormer | 3 | -35/+25 |
2022-08-01 | Add missing docs, refactor some code | Titus Wormer | 1 | -13/+26 |
2022-08-01 | Refactor to pass more `&str`s, work on more bytes | Titus Wormer | 1 | -0/+5 |
2022-07-29 | Refactor to improve states | Titus Wormer | 5 | -76/+91 |
2022-07-29 | Refactor to work on bytes (`u8`) | Titus Wormer | 1 | -26/+18 |
2022-07-28 | Refactor to use `debug_assert` | Titus Wormer | 1 | -1/+1 |
2022-07-28 | Refactor to work on `char`s | Titus Wormer | 6 | -188/+167 |
2022-07-22 | Refactor to use a single shared edit map | Titus Wormer | 1 | -9/+6 |
2022-07-22 | Refactor to remove unneeded tuples in every states | Titus Wormer | 2 | -2/+2 |
2022-07-21 | Refactor performance around links in subtokenize | Titus Wormer | 1 | -28/+35 |
2022-07-21 | Refactor to move `index` field to `point` | Titus Wormer | 1 | -2/+2 |
2022-07-21 | Refactor to move some event fields to `link` | Titus Wormer | 1 | -3/+5 |
2022-07-20 | Refactor to improve allocation around strings | Titus Wormer | 4 | -82/+65 |
2022-07-20 | Refactor to use less vecs for events | Titus Wormer | 1 | -42/+28 |
2022-07-19 | Refactor to remove cloning in `edit_map` | Titus Wormer | 1 | -19/+25 |
2022-07-19 | Use `edit_map` in `subtokenize` | Titus Wormer | 1 | -14/+1 |
2022-07-19 | Remove another unneeded `HashMap` | Titus Wormer | 1 | -40/+38 |
2022-07-18 | Fix dead link in docs | Titus Wormer | 1 | -3/+3 |
2022-07-18 | Fix edge case in identifier normalization | Titus Wormer | 1 | -1/+9 |
2022-07-15 | Fix to use single array for character references | Titus Wormer | 1 | -7/+4 |
2022-07-14 | Add support for container state | Titus Wormer | 2 | -7/+15 |
2022-07-13 | Fix lists in lists and some other bugs | Titus Wormer | 1 | -6/+0 |
2022-07-12 | Fix some issues around empty lists | Titus Wormer | 1 | -1/+4 |
2022-07-12 | Fix a lot of list things | Titus Wormer | 1 | -7/+34 |
2022-07-11 | Add tests for matching identifiers w/ turkish `i` | Titus Wormer | 1 | -1/+0 |
2022-07-07 | Refactor to move token types to `token` | Titus Wormer | 1 | -4/+5 |