| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix HXA defer warning | Jeroen van Rijn | 2025-04-07 | 1 | -2/+2 |
| * | Fix a bug in hxa decoder found by the new check | jakubtomsu | 2024-11-17 | 1 | -1/+1 |
| * | Port `tests\core\encoding\hxa` | Jeroen van Rijn | 2024-06-02 | 1 | -22/+20 |
| * | correct newly found vets | Laytan Laats | 2024-04-03 | 1 | -1/+1 |
| * | Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo... | gingerBill | 2023-06-26 | 1 | -2/+2 |
| * | Fix some core:encoding/hxa stuff (error handling, header, max -> min) | gitlost | 2022-03-16 | 1 | -4/+25 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -99/+99 |
| * | Replace uses of `err != nil` with `or_return` where appropriate | gingerBill | 2021-08-15 | 1 | -53/+32 |
| * | Add package `core:encoding/hxa` | gingerBill | 2021-08-09 | 1 | -0/+236 |