| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for GFM task list item | Titus Wormer | 2022-08-22 | 1 | -2/+30 |
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 1 | -0/+1 |
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 1 | -25/+32 |
* | Refactor to improve entering | Titus Wormer | 2022-08-12 | 1 | -4/+4 |
* | Refactor to improve docs of each function | Titus Wormer | 2022-08-12 | 1 | -17/+19 |
* | Refactor to move `space_or_tab_eol` to own file | Titus Wormer | 2022-08-11 | 1 | -2/+2 |
* | Refactor to move some code to `event.rs` | Titus Wormer | 2022-08-11 | 1 | -11/+12 |
* | Refactor to move some code to `state.rs` | Titus Wormer | 2022-08-11 | 1 | -3/+4 |
* | Refactor internal docs, code style of tokenizer | Titus Wormer | 2022-08-11 | 1 | -5/+1 |
* | Add improved container exit injection | Titus Wormer | 2022-08-11 | 1 | -5/+8 |
* | Rename `State::Fn` to `State::Next` | Titus Wormer | 2022-08-10 | 1 | -2/+2 |
* | Refactor to share some code | Titus Wormer | 2022-08-09 | 1 | -56/+86 |
* | Rewrite algorithm to not pass around boxed functions | Titus Wormer | 2022-08-09 | 1 | -7/+6 |
* | Refactor to use `debug_assert` | Titus Wormer | 2022-07-28 | 1 | -7/+7 |
* | Refactor to drastically improve perf around whitespace | Titus Wormer | 2022-07-26 | 1 | -6/+8 |
* | Refactor to simplify tokenizer | Titus Wormer | 2022-07-26 | 1 | -6/+3 |
* | Refactor to remove need for cloning codes | Titus Wormer | 2022-07-25 | 1 | -10/+4 |
* | Improve performance w/ a single feed loop | Titus Wormer | 2022-07-25 | 1 | -2/+6 |
* | Refactor to remove unneeded tuples in every states | Titus Wormer | 2022-07-22 | 1 | -13/+9 |
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -4/+6 |
* | Refactor to move `index` field to `point` | Titus Wormer | 2022-07-21 | 1 | -5/+5 |
* | Refactor to move some event fields to `link` | Titus Wormer | 2022-07-21 | 1 | -35/+36 |
* | Refactor to share edit map | Titus Wormer | 2022-07-20 | 1 | -3/+3 |
* | Refactor to use less vecs for events | Titus Wormer | 2022-07-20 | 1 | -2/+4 |
* | Refactor to remove cloning in `edit_map` | Titus Wormer | 2022-07-19 | 1 | -2/+2 |
* | Use `edit_map` in `subtokenize` | Titus Wormer | 2022-07-19 | 1 | -67/+40 |
* | Remove an unneeded `HashMap` | Titus Wormer | 2022-07-19 | 1 | -1/+1 |
* | Fix annoying bug around virtual spaces in containers | Titus Wormer | 2022-07-15 | 1 | -1/+1 |
* | Add support for `Flow` content type | Titus Wormer | 2022-07-07 | 1 | -2/+4 |
* | Refactor to do some to dos | Titus Wormer | 2022-07-05 | 1 | -3/+2 |
* | Add support for unicode punctuation | Titus Wormer | 2022-07-04 | 1 | -1/+1 |
* | Update list of todos | Titus Wormer | 2022-07-04 | 1 | -2/+0 |
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -101/+99 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -12/+26 |
* | Refactor some unneeded assignments | Titus Wormer | 2022-06-22 | 1 | -2/+1 |
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -1/+3 |
* | Add docs for `subtokenize` | Titus Wormer | 2022-06-21 | 1 | -2/+51 |
* | Update todo list | Titus Wormer | 2022-06-21 | 1 | -8/+1 |
* | Add support for BOM | Titus Wormer | 2022-06-20 | 1 | -0/+4 |
* | Remove unneeded `content` content type | Titus Wormer | 2022-06-20 | 1 | -6/+3 |
* | Fix support for deep subtokenization | Titus Wormer | 2022-06-14 | 1 | -9/+19 |
* | Reorganize to split util | Titus Wormer | 2022-06-14 | 1 | -6/+4 |
* | Add docs for html (text) | Titus Wormer | 2022-06-14 | 1 | -0/+1 |
* | Add basic html (text) | Titus Wormer | 2022-06-13 | 1 | -3/+9 |
* | Add text content type | Titus Wormer | 2022-06-10 | 1 | -4/+10 |
* | Add proper support for subtokenization | Titus Wormer | 2022-06-10 | 1 | -50/+116 |
* | Add basic subtokenization, string content in fenced code | Titus Wormer | 2022-06-09 | 1 | -0/+67 |