aboutsummaryrefslogtreecommitdiff
path: root/tests/core/encoding
Commit message (Expand)AuthorAgeFilesLines
* encoding/base32: Fix padding validation for malformed inputZoltán Kéri2025-12-271-3/+11
* Expand base64 tests to include roundtripJeroen van Rijn2025-11-221-0/+15
* Package lines for base32, move its tests to tests"Jeroen van Rijn2025-10-091-0/+231
* encoding/cbor: support simd vectorsLaytan Laats2025-06-041-0/+8
* encoding/cbor: support the matrix typeLaytan Laats2025-06-041-0/+20
* Fix parsing of CDATA tags (#5059)Jeroen van Rijn2025-04-191-6/+6
* encoding/json: marshal enumerated arrays to objects with key-value pairsjkenda2025-02-011-1/+47
* Add `#+feature dynamic-literals` to testsgingerBill2025-01-051-0/+1
* Add comment explaining #4515 test.Jeroen van Rijn2024-11-251-3/+8
* Test #4515Jeroen van Rijn2024-11-251-0/+34
* encoding/cbor: fix skipping of ignored/missing fields in struct unmarshalLaytan Laats2024-10-261-1/+4
* encoding/cbor: handle binary having more fields than the struct by discardingLaytan Laats2024-10-251-0/+51
* Fix `-vet` and `-strict-style` failures in testsFeoramund2024-08-262-6/+6
* encoding/cbor: various fixesLaytan Laats2024-08-091-42/+41
* Allow json to unmarshal empty struct.Jeroen van Rijn2024-07-211-0/+18
* Ensure deletion of maybe is delayed until we're finished with it.Ronald2024-07-201-1/+1
* Fix typo in name of testRonald2024-07-201-1/+1
* Add encoding/ini testsRonald2024-07-201-0/+120
* Merge branch 'master' into json-add-int-key-map-supportVladPavliuk2024-07-141-0/+21
|\
| * Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-1/+1
| * Add more uses of `#no_capture`gingerBill2024-07-141-1/+1
| * Align ignore syntax of json tags with fmt, cborVladPavliuk2024-07-141-1/+1
| * Add support of `ignore` tag for `json.marshal`VladPavliuk2024-07-131-0/+21
* | Small code refactoring in `test_core_json`VladPavliuk2024-07-131-2/+1
* | Remove unused imports in `test_core_json`VladPavliuk2024-07-131-3/+0
* | Allow to `marshal` and `unmarshal` maps with int keysVladPavliuk2024-07-131-0/+40
|/
* Fix indentation of testsgingerBill2024-06-291-16/+8
* Change how `Time` is constructed in `uuid`Feoramund2024-06-221-24/+24
* Add API for creating custom version 8 UUIDsFeoramund2024-06-221-3/+17
* Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+14
* Test if v1 and v6 UUID `node` is set correctlyFeoramund2024-06-221-6/+20
* Add `uuid` test for timestampsFeoramund2024-06-221-0/+48
* Add UUID sorting testsFeoramund2024-06-221-0/+125
* Fix indentationFeoramund2024-06-221-94/+94
* Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-3/+8
* Improve time-related API in `uuid` packageFeoramund2024-06-221-51/+50
* Require CSPRNG in UUID generation where applicableFeoramund2024-06-221-0/+9
* Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-221-5/+6
* Add version 6 UUID generationFeoramund2024-06-221-0/+31
* Add version 1 UUID generationFeoramund2024-06-221-0/+31
* Add version 7 UUID generationFeoramund2024-06-221-1/+31
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-2/+2
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+118
* Fold XML attribute whitespace.Jeroen van Rijn2024-06-121-0/+14
* Update XML reader to normalize whitespace, part 1.Jeroen van Rijn2024-06-121-5/+5
* Port `tests\core\encoding\xml`Jeroen van Rijn2024-06-021-136/+84
* Port `tests\core\encoding\varint`Jeroen van Rijn2024-06-021-60/+24
* Port `tests\core\encoding\json`Jeroen van Rijn2024-06-021-65/+23
* Port `tests\core\encoding\hxa`Jeroen van Rijn2024-06-021-115/+87
* Port `tests\encoding\hex`Jeroen van Rijn2024-06-021-50/+44