aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/marshal.odin
Commit message (Expand)AuthorAgeFilesLines
* Implement `f16` functionalitygingerBill2021-04-011-0/+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-091-1/+0
* Integrate `package io` into core librarygingerBill2020-12-031-2/+3
* Remove unused variablegingerBill2020-11-251-2/+0
* Update package json for new map layout; Correct llvm-api includes for *nixgingerBill2020-11-251-4/+4
* Remove usage of `do` in core librarygingerBill2020-09-231-9/+15
* [REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...gingerBill2020-09-071-5/+1
* Commit fixgingerBill2020-06-161-14/+30
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-221-2/+2
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-7/+7
* Change implicit semicolon rules for record types within procedure bodies; Upd...gingerBill2019-10-061-4/+3
* Remove `package types` and merge with `package reflect`gingerBill2019-08-131-2/+2
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-2/+2
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-4/+4
* Fix slicing issue; Change path of math/bits in package json #363gingerBill2019-03-301-1/+1
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-2/+50
* json.marshalgingerBill2019-01-061-0/+283