aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Expand)AuthorAgeFilesLines
* fix `@(optimization_mode)` usage in builtin collectionsLaytan Laats2024-07-081-5/+5
* encoding/cbor: add a custom tag to the exampleLaytan Laats2024-07-081-5/+33
* encoding/cbor: improve perf of marshalling array-like typesLaytan Laats2024-07-081-16/+56
* encoding/cbor: fix umarshal of big fixed arraysLaytan Laats2024-07-081-14/+6
* wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-291-1/+0
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-294-31/+31
* Even more style fixesgingerBill2024-06-292-2/+2
* Indentation fixesgingerBill2024-06-291-116/+116
* Fix generation for unicode entitiesgingerBill2024-06-291-4816/+4816
* Add another `-vet-cast` checkgingerBill2024-06-291-1/+1
* Keep `-vet` happyFeoramund2024-06-281-2/+2
* Merge pull request #3643 from korvahkh/fix-omitempty-commagingerBill2024-06-281-15/+17
|\
| * Merge branch 'odin-lang:master' into fix-omitempty-commakorvahkh2024-06-1316-308/+624
| |\
| * | encoding/json: Fix struct marshal() emitting comma after omitted fieldkorvahkh2024-05-271-15/+17
* | | Merge pull request #3792 from Feoramund/core-uuidgingerBill2024-06-288-0/+1082
|\ \ \
| * | | Use new API `from_nanoseconds` in `uuid`Feoramund2024-06-221-3/+3
| * | | Change how `Time` is constructed in `uuid`Feoramund2024-06-221-5/+3
| * | | Clarify some `uuid` legacy documentationFeoramund2024-06-221-16/+12
| * | | Add API for creating custom version 8 UUIDsFeoramund2024-06-221-0/+89
| * | | Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+116
| * | | Add `unsafe_write` to `uuid` packageFeoramund2024-06-221-4/+45
| * | | Address minor organizational issuesFeoramund2024-06-223-17/+21
| * | | Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-1/+30
| * | | Improve time-related API in `uuid` packageFeoramund2024-06-222-25/+80
| * | | Update `uuid` package documentationFeoramund2024-06-221-7/+38
| * | | Require CSPRNG in UUID generation where applicableFeoramund2024-06-222-3/+12
| * | | Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-222-135/+150
| * | | Add version 6 UUID generationFeoramund2024-06-222-1/+65
| * | | Add version 1 UUID generationFeoramund2024-06-223-0/+102
| * | | Add version 7 UUID generationFeoramund2024-06-223-0/+120
| * | | Make UUID namespaces `@(rodata)`Feoramund2024-06-221-0/+4
| * | | Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-224-48/+38
| * | | Fix wrong commentsFeoramund2024-06-221-2/+2
| * | | Add `core:encoding/uuid`Feoramund2024-06-226-0/+419
| | |/ | |/|
* | | Mark deuxJeroen van Rijn2024-06-241-1/+1
* | | Fix CSV comments.Jeroen van Rijn2024-06-241-2/+4
|/ /
* | Fold XML attribute whitespace.Jeroen van Rijn2024-06-121-10/+24
* | Update XML reader to normalize whitespace, part 1.Jeroen van Rijn2024-06-123-111/+65
* | Port `tests\core\encoding\json`Jeroen van Rijn2024-06-023-41/+42
* | Port `tests\core\encoding\hxa`Jeroen van Rijn2024-06-022-37/+36
* | Port `tests\encoding\hex`Jeroen van Rijn2024-06-021-6/+5
* | Update `tests\core\encoding\cbor` to use new test runner.Jeroen van Rijn2024-06-024-113/+116
* | Add `core:encoding/ansi` packageFeoramund2024-06-022-0/+157
* | `core:encoding/ini`gingerBill2024-05-311-0/+189
|/
* Merge pull request #3628 from IllusionMan1212/bitset-json-marshalling-fixJeroen van Rijn2024-05-251-2/+0
|\
| * fix(core/encoding/json): remove Unsupported_Type return when marshalling bit_setIllusionMan12122024-05-251-2/+0
* | Remove core:mem import in example.Jeroen van Rijn2024-05-241-1/+0
* | Add iterator_next(&r) to CSV.Jeroen van Rijn2024-05-242-2/+112
|/
* encoding/json: Properly marshal `#no_nil` unionskorvahkh2024-05-111-5/+8
* Fix `omitempty` in `json.marshal`Feoramund2024-04-272-2/+2