aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/character_reference.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor some statesLibravatar Titus Wormer2022-08-011-0/+1
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-86/+46
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-13/+14
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-30/+52
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-18/+18
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-1/+1
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-14/+14
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-9/+9
* Refactor to improve allocation around stringsLibravatar Titus Wormer2022-07-201-6/+4
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-15/+42
* Fix dead link in docsLibravatar Titus Wormer2022-07-181-2/+2
* Fix to use single array for character referencesLibravatar Titus Wormer2022-07-151-6/+8
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-21/+22
* Refactor code styleLibravatar Titus Wormer2022-07-051-46/+23
* Add docs for token typesLibravatar Titus Wormer2022-06-221-31/+37
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-34/+30
* Add some more enabled testsLibravatar Titus Wormer2022-06-201-2/+0
* Add tests for character referenceLibravatar Titus Wormer2022-06-151-1/+1
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-2/+2
* Add some improved docsLibravatar Titus Wormer2022-06-131-2/+4
* .Libravatar Titus Wormer2022-06-081-0/+237