aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `reflect.set_union_value`dev-2021-10gingerBill2021-09-301-0/+39
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-09-301-4/+8
|\
| * Merge pull request #1188 from krux02/minor-fix-3gingerBill2021-09-291-4/+8
| |\
| | * fix #1187Arne Döring2021-09-221-4/+8
* | | Remove deprecation from the build specific proceduresgingerBill2021-09-301-3/+0
|/ /
* | Rename `virtual.Arena` to `virtual.Growing_Arena`gingerBill2021-09-291-11/+12
* | Add a mutex to `arena_free_all`gingerBill2021-09-291-0/+6
* | Add a mutex to virtual.ArenagingerBill2021-09-291-0/+13
* | Add `core:mem/virtual`gingerBill2021-09-293-0/+289
* | Add `io.write_f16` `io.write_f32` `io.write_f64`gingerBill2021-09-291-0/+48
* | Allow `uintptr` <-> `[^]T`gingerBill2021-09-291-0/+12
* | 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
* | Add `io.Error` to `fmt.fprintf_typeid`gingerBill2021-09-291-6/+4
* | Keep `-vet` happygingerBill2021-09-293-7/+1
* | Correct `_builder_stream_vtable`gingerBill2021-09-291-6/+6
* | Minor clean up of n_read/n_written handlinggingerBill2021-09-291-51/+35
* | Add an extra optional `^int` parameter to most io read/write calls allowing f...gingerBill2021-09-293-225/+268
* | Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re...gingerBill2021-09-295-137/+156
* | Split `examples/all` into different filesgingerBill2021-09-293-15/+18
* | Make the io/conv.odin utilities be `#optional_ok`gingerBill2021-09-294-30/+29
* | Add `io.write_i128` and `io.writer_u128`gingerBill2021-09-291-6/+16
* | Remove `fmt` dependencygingerBill2021-09-292-4/+1
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-09-291-1/+1
|\ \
| * \ Merge pull request #1197 from Kelimion/helpJeroen van Rijn2021-09-281-1/+1
| |\ \
| | * | Fix -collection help typo.Jeroen van Rijn2021-09-281-1/+1
* | | | Improve `json.marshal` error handling for `io.Writer`; Add docs for the diffe...gingerBill2021-09-294-102/+224
* | | | Add `io.write_quoted_*` utility procedures to `package io`gingerBill2021-09-292-122/+163
|/ / /
* | | Improve MJSON handlinggingerBill2021-09-283-66/+83
* | | Support `json.Specification.MJSON`gingerBill2021-09-285-173/+201
|/ /
* | Move redundant `auto_cast` error from `-vet` to `-vet-extra`gingerBill2021-09-283-3/+14
* | Make it clear that integers are parsed separately from floatsgingerBill2021-09-281-7/+6
* | Correct `runtime.floattidf` and other related i128<->f64 internal proceduresgingerBill2021-09-281-14/+14
* | Correct `append_soa` for `#soa[dynamic][N]T`gingerBill2021-09-261-3/+18
* | Remove `@private` from some proceduresgingerBill2021-09-261-3/+3
* | Minor changes to microui.odingingerBill2021-09-251-2/+2
* | Make empty arrays work on a single line with `%#v`gingerBill2021-09-251-0/+4
* | Fix [^]u8 to cstring conversiongingerBill2021-09-251-0/+6
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-09-251-26/+46
|\ \
| * \ Merge pull request #1194 from Kelimion/defineJeroen van Rijn2021-09-251-26/+46
| |\ \
| | * | Allow `-define:name=string`.Jeroen van Rijn2021-09-251-26/+46
* | | | Allow for `union{T}` like types in `json.unmarshal`gingerBill2021-09-251-54/+61
|/ / /
* | | Add `json.unmarshal`gingerBill2021-09-255-21/+605
* | | Add `reflect.any_base` `reflect.any_core`gingerBill2021-09-251-0/+15
* | | Add `runtime.__get_map_header_runtime`gingerBill2021-09-251-0/+22
* | | `mem.Raw_*` alias `runtime.Raw_*`gingerBill2021-09-252-30/+17
* | | Make `map` internals more robust when using `mem.nil_allocator()`gingerBill2021-09-251-2/+4
* | | Correct f64 -> u128/i128 generationgingerBill2021-09-254-1/+19
* | | Add `i128` and `u128` parsers to `strconv`gingerBill2021-09-251-0/+223
|/ /