aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Expand)AuthorAgeFilesLines
* [json/unmarshal] Fix quoted strings.Jeroen van Rijn2022-04-191-0/+6
* Revert "Fix unmarshal for escaped strings."Jeroen van Rijn2022-04-191-5/+0
* Fix unmarshal for escaped strings.Jeroen van Rijn2022-04-191-0/+5
* [LEB128] Add byte-at-a-time ILEB decoder.Jeroen van Rijn2022-04-161-14/+28
* Merge pull request #1718 from Kelimion/varint_streamedJeroen van Rijn2022-04-161-20/+32
|\
| * Add uleb128 byte-at-a-time decoder.Jeroen van Rijn2022-04-161-20/+32
* | [varint] Clear up doc.odin.Jeroen van Rijn2022-04-131-13/+14
|/
* Utilize `union #shared_nil` in more placesgingerBill2022-03-241-3/+4
* Fix some core:encoding/hxa stuff (error handling, header, max -> min)gitlost2022-03-162-7/+28
* [varint] Add doc.odinJeroen van Rijn2022-03-081-0/+27
* [varint] Tighten max input bounds.Jeroen van Rijn2022-03-081-2/+2
* [varint] Add additional LEB128 tests.Jeroen van Rijn2022-03-081-2/+6
* [varint] Add signed LEB128 encoding.Jeroen van Rijn2022-03-081-14/+82
* [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-081-0/+67
* Simplify docs to hide the copyrightgingerBill2022-01-171-6/+6
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-151-2/+2
* Fix 'unmarsal' typoPhil H2021-12-051-25/+25
* Fix minor issue with unmarshal for booleansgingerBill2021-11-131-0/+1
* Add json encoding test + fix enum not being set on success.Daniel Gavin2021-11-072-5/+6
* Fix json.marshal for MatrixgingerBill2021-10-201-0/+3
* Remove dead codegingerBill2021-10-021-17/+0
* Add alias for `MJSON` as `Bitsquid`gingerBill2021-10-021-0/+1
* Improve reflect.Type_Info_Complex supportgingerBill2021-09-291-1/+15
* Add more support for complex typesgingerBill2021-09-292-21/+29
* Clean up `json.marshal_to_writer`gingerBill2021-09-291-36/+12
* Remove `fmt` dependencygingerBill2021-09-292-4/+1
* Improve `json.marshal` error handling for `io.Writer`; Add docs for the diffe...gingerBill2021-09-294-102/+224
* Improve MJSON handlinggingerBill2021-09-283-66/+83
* Support `json.Specification.MJSON`gingerBill2021-09-285-173/+201
* Make it clear that integers are parsed separately from floatsgingerBill2021-09-281-7/+6
* Allow for `union{T}` like types in `json.unmarshal`gingerBill2021-09-251-54/+61
* Add `json.unmarshal`gingerBill2021-09-255-21/+605
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-312-7/+7
* Remove unneeded semicolons from the core librarygingerBill2021-08-3112-1072/+1072
* Add multi pointers to coregingerBill2021-08-211-0/+3
* Update package encoding/json for `or_return`gingerBill2021-08-151-24/+6
* Add more uses of `or_return`gingerBill2021-08-151-31/+10
* Replace uses of `err != nil` with `or_return` where appropriategingerBill2021-08-151-53/+32
* Fix typogingerBill2021-08-151-0/+1
* Add package `core:encoding/hxa`gingerBill2021-08-094-0/+705
* [Breaking] Change the layout `json.Value` to be a `union` rather than a `stru...gingerBill2021-08-084-103/+83
* Remove package core:encoding/celgingerBill2021-08-083-1426/+0
* CEL: Fix ISE.Jeroen van Rijn2021-08-081-52/+52
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-144-23/+23
* Implement `f16` functionalitygingerBill2021-04-011-0/+1
* Make base32 and base64 adhere to `-strict-style`gingerBill2021-03-142-4/+4
* Make trailing comma usage consistentgingerBill2021-03-131-1/+1
* Remove `#opaque` typesgingerBill2021-02-231-3/+0
* Remove `bit_field` in type info, runtime, and general core librarygingerBill2021-02-191-28/+0
* vet all core packagesgingerBill2021-01-093-4/+2