Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to remove most closures | 2022-08-02 | 1 | -20/+22 | |
* | Refactor to improve states | 2022-07-29 | 1 | -91/+44 | |
* | Refactor to work on bytes (`u8`) | 2022-07-29 | 1 | -24/+21 | |
* | Refactor to work on `char`s | 2022-07-28 | 1 | -29/+28 | |
* | Refactor to not pass codes around | 2022-07-25 | 1 | -38/+41 | |
* | Remove no longer needed field in `State::Ok` | 2022-07-25 | 1 | -3/+3 | |
* | Improve performance w/ a single feed loop | 2022-07-25 | 1 | -5/+5 | |
* | Refactor to use a single shared edit map | 2022-07-22 | 1 | -7/+3 | |
* | Refactor to remove unneeded tuples in every states | 2022-07-22 | 1 | -32/+32 | |
* | Refactor to pass ints instead of vecs around | 2022-07-22 | 1 | -17/+14 | |
* | Refactor to move `index` field to `point` | 2022-07-21 | 1 | -1/+2 | |
* | Refactor to share edit map | 2022-07-20 | 1 | -5/+5 | |
* | Refactor to use less vecs for events | 2022-07-20 | 1 | -3/+3 | |
* | Refactor to remove cloning in `edit_map` | 2022-07-19 | 1 | -5/+3 | |
* | Fix performance around a lot of lists | 2022-07-19 | 1 | -16/+33 | |
* | Add support for turning off constructs | 2022-07-18 | 1 | -3/+12 | |
* | Refactor to organize resolvers | 2022-07-18 | 1 | -2/+2 | |
* | Fix interrupting of ordered items | 2022-07-15 | 1 | -5/+7 | |
* | Fix stray `println` | 2022-07-15 | 1 | -2/+0 | |
* | Add docs and refactor list | 2022-07-15 | 1 | -158/+200 | |
* | Fix two more list bugs | 2022-07-14 | 1 | -1/+6 | |
* | Fix interrupting sibling list items | 2022-07-14 | 1 | -3/+1 | |
* | Add support for container state | 2022-07-14 | 1 | -43/+52 | |
* | Fix a bunch of container things | 2022-07-14 | 1 | -2/+2 | |
* | Fix lists in lists and some other bugs | 2022-07-13 | 1 | -25/+27 | |
* | Fix some issues around empty lists | 2022-07-12 | 1 | -12/+57 | |
* | Fix to prefer thematic breaks over lists | 2022-07-12 | 1 | -6/+18 | |
* | Fix a lot of list things | 2022-07-12 | 1 | -23/+187 | |
* | Add initial support for lists | 2022-07-12 | 1 | -0/+195 |