aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/hxa
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-1/+1
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days3-31/+34
* Add `loc := #caller_location` to `read_entire_file`Jeroen van Rijn7 days1-2/+2
* Convert `core:encoding/hxa`Jeroen van Rijn7 days2-7/+7
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* package lines for encodingJeroen van Rijn2025-10-091-1/+2
* Fix HXA defer warningJeroen van Rijn2025-04-071-2/+2
* Fix a bug in hxa decoder found by the new checkjakubtomsu2024-11-171-1/+1
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-83/+89
* Port `tests\core\encoding\hxa`Jeroen van Rijn2024-06-022-37/+36
* correct newly found vetsLaytan Laats2024-04-031-1/+1
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-2/+2
* fix some typoscui fliter2022-08-051-1/+1
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-162-7/+28
* Simplify docs to hide the copyrightgingerBill2022-01-171-6/+6
* Remove unneeded semicolons from the core librarygingerBill2021-08-313-241/+241
* Replace uses of `err != nil` with `or_return` where appropriategingerBill2021-08-151-53/+32
* Add package `core:encoding/hxa`gingerBill2021-08-094-0/+705