aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/hxa
Commit message (Collapse)AuthorAgeFilesLines
* Replace `x in &y` Use `&v in y` syntax through core & vendor for ↵gingerBill2023-06-261-2/+2
| | | | `switch`/`for` statements
* fix some typoscui fliter2022-08-051-1/+1
| | | | Signed-off-by: cui fliter <imcusg@gmail.com>
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-162-7/+28
| | | | | Also add missing f16 case to core:reflect as_u64 & as_f64 Add tests for above & add previous tests missing from test/core/build.bat
* 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