Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor some code to improve coverage | 2022-10-13 | 1 | -19/+13 | |
* | Add support for proper positional info in swc tree | 2022-10-11 | 1 | -3/+13 | |
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -3/+6 | |
* | Fix to prefer flow over definitions, setext headings | 2022-09-14 | 1 | -7/+16 | |
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -4/+4 | |
* | Add support for GFM footnotes | 2022-08-25 | 1 | -2/+8 | |
* | Add support for GFM strikethrough | 2022-08-22 | 1 | -3/+4 | |
* | Add `no_std + alloc` | 2022-08-16 | 1 | -0/+1 | |
* | Refactor to proof docs, grammars | 2022-08-15 | 1 | -1/+1 | |
* | Refactor to move some things to `parser` | 2022-08-15 | 1 | -3/+18 | |
* | Refactor to improve docs of each function | 2022-08-12 | 1 | -3/+3 | |
* | Refactor to move some code to `event.rs` | 2022-08-11 | 1 | -1/+1 | |
* | Refactor to improve states | 2022-07-29 | 1 | -3/+2 | |
* | Refactor to work on bytes (`u8`) | 2022-07-29 | 1 | -4/+4 | |
* | Refactor to work on `char`s | 2022-07-28 | 1 | -7/+7 | |
* | Refactor to move `index` field to `point` | 2022-07-21 | 1 | -1/+1 | |
* | Remove a couple of clones | 2022-07-19 | 1 | -4/+4 | |
* | Replace use of `HashSet` with `vec` | 2022-07-19 | 1 | -3/+2 | |
* | Add support for turning off constructs | 2022-07-18 | 1 | -1/+4 | |
* | Fix some small to dos | 2022-07-07 | 1 | -2/+1 | |
* | Add basic support for block quotes | 2022-07-07 | 1 | -2/+2 | |
* | Refactor to do some to dos | 2022-07-05 | 1 | -3/+2 | |
* | Refactor code style | 2022-07-05 | 1 | -2/+3 | |
* | Update list of todos | 2022-07-04 | 1 | -3/+1 | |
* | Add support for sharing identifiers, references before definitions | 2022-06-29 | 1 | -6/+14 | |
* | Add link, images (resource) | 2022-06-24 | 1 | -4/+16 | |
* | Update todo | 2022-06-22 | 1 | -0/+2 | |
* | Add support for definitions | 2022-06-17 | 1 | -1/+0 | |
* | Add basic subtokenization, string content in fenced code | 2022-06-09 | 1 | -2/+10 | |
* | Refactor to pass more slices around | 2022-06-09 | 1 | -1/+1 | |
* | . | 2022-06-08 | 1 | -0/+14 |