aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/hxa/read.odin
Commit message (Collapse)AuthorAgeFilesLines
* Remove `core:mem` imports from `core:encoding`.Jeroen van Rijn3 days1-2/+1
|
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-15/+0
| | | | Fix `local_tz_name` on FreeBSD.
* Add `loc := #caller_location` to `read_entire_file`Jeroen van Rijn7 days1-2/+2
|
* Convert `core:encoding/hxa`Jeroen van Rijn7 days1-4/+4
|
* 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
|
* Port `tests\core\encoding\hxa`Jeroen van Rijn2024-06-021-22/+20
| | | | And fix a few leaks in `core:encoding/hxa` while at it.
* correct newly found vetsLaytan Laats2024-04-031-1/+1
|
* Replace `x in &y` Use `&v in y` syntax through core & vendor for ↵gingerBill2023-06-261-2/+2
| | | | `switch`/`for` statements
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-161-4/+25
| | | | | 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
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-99/+99
|
* Replace uses of `err != nil` with `or_return` where appropriategingerBill2021-08-151-53/+32
|
* Add package `core:encoding/hxa`gingerBill2021-08-091-0/+236