aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/normalize_identifier.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-0/+2
|
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-17/+13
|
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-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`
* Refactor to improve allocation around stringsLibravatar Titus Wormer2022-07-201-8/+5
|
* Fix edge case in identifier normalizationLibravatar Titus Wormer2022-07-181-1/+9
|
* Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer2022-07-111-1/+0
|
* Refactor code styleLibravatar Titus Wormer2022-07-051-1/+1
|
* Add some more crosslinks to docsLibravatar Titus Wormer2022-06-281-3/+2
|
* Add docs on normalizing identifiers, matchingLibravatar Titus Wormer2022-06-221-2/+33
|
* Add support for normalizing identifiersLibravatar Titus Wormer2022-06-221-0/+37