aboutsummaryrefslogtreecommitdiff
path: root/core/unicode/tools
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-1/+1
|
* More conflicts during rebaseJeroen van Rijn7 days1-56/+31
|
* Correct 2 rune printinggingerBill2026-01-181-1/+1
|
* Move html escaping calls and fix existing generatorgingerBill2026-01-181-25/+24
|
* also fix the doc comment in the code generatorLaytan Laats2024-09-021-1/+1
|
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-1/+1
|
* Add more uses of `#no_capture`gingerBill2024-07-141-1/+1
|
* Fix generation for unicode entitiesgingerBill2024-06-291-3/+3
|
* Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-021-69/+80
|
* Use `or_break` and `or_continue` where appropriate in the core librarygingerBill2023-09-301-37/+33
|
* Replace `x in &y` Use `&v in y` syntax through core & vendor for ↵gingerBill2023-06-261-1/+1
| | | | `switch`/`for` statements
* Correct naming in testsgingerBill2022-07-111-1/+1
|
* [core:encoding/entity] Add new package to decode &<entity>; entities.Jeroen van Rijn2021-12-051-0/+287
Includes generator to generate a lookup for named entitiess.