Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -1/+1 | |
2022-08-16 | Add `no_std + alloc` | Titus Wormer | 1 | -0/+2 | |
2022-08-15 | Refactor to proof docs, grammars | Titus Wormer | 1 | -17/+13 | |
2022-07-29 | Refactor to improve states | Titus Wormer | 1 | -15/+24 | |
* Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len` | |||||
2022-07-20 | Refactor to improve allocation around strings | Titus Wormer | 1 | -8/+5 | |
2022-07-18 | Fix edge case in identifier normalization | Titus Wormer | 1 | -1/+9 | |
2022-07-11 | Add tests for matching identifiers w/ turkish `i` | Titus Wormer | 1 | -1/+0 | |
2022-07-05 | Refactor code style | Titus Wormer | 1 | -1/+1 | |
2022-06-28 | Add some more crosslinks to docs | Titus Wormer | 1 | -3/+2 | |
2022-06-22 | Add docs on normalizing identifiers, matching | Titus Wormer | 1 | -2/+33 | |
2022-06-22 | Add support for normalizing identifiers | Titus Wormer | 1 | -0/+37 | |