Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -1/+1 |
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 1 | -0/+2 |
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 1 | -17/+13 |
* | Refactor to improve states | Titus Wormer | 2022-07-29 | 1 | -15/+24 |
* | Refactor to improve allocation around strings | Titus Wormer | 2022-07-20 | 1 | -8/+5 |
* | Fix edge case in identifier normalization | Titus Wormer | 2022-07-18 | 1 | -1/+9 |
* | Add tests for matching identifiers w/ turkish `i` | Titus Wormer | 2022-07-11 | 1 | -1/+0 |
* | Refactor code style | Titus Wormer | 2022-07-05 | 1 | -1/+1 |
* | Add some more crosslinks to docs | Titus Wormer | 2022-06-28 | 1 | -3/+2 |
* | Add docs on normalizing identifiers, matching | Titus Wormer | 2022-06-22 | 1 | -2/+33 |
* | Add support for normalizing identifiers | Titus Wormer | 2022-06-22 | 1 | -0/+37 |