aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `runtime.map_exists_dynamic`gingerBill2022-11-081-1/+24
* Correct `reflect.map_entry_info_slice`gingerBill2022-11-082-28/+21
* Remove the need for `type->Map.internal_type` and replace with the definition...gingerBill2022-11-087-57/+21
* Support `for in` loops for `map`gingerBill2022-11-082-8/+30
* Correct hashing for `map` typesgingerBill2022-11-082-89/+95
* General modificationsgingerBill2022-11-087-77/+165
* Correct `fmt` printing to be robustgingerBill2022-11-071-2/+2
* Basic fmt printing for `map`gingerBill2022-11-076-56/+32
* Basic get and set support for new `map`gingerBill2022-11-071-28/+62
* Begin work on implementing the new `map` internalsgingerBill2022-11-0713-471/+811
* `-default-to-nil-allocator` also enables `-no-dynamic-literals`gingerBill2022-11-071-0/+5
* Implement `asin` in native OdingingerBill2022-11-041-2/+103
* Implement `acos` in native OdingingerBill2022-11-041-5/+106
* Add `core:text/edit`gingerBill2022-11-041-0/+413
* Fix atrig functionsgingerBill2022-11-041-3/+3
* Fix formattinggingerBill2022-11-041-1/+0
* Add `@(require_results)`gingerBill2022-11-041-0/+1
* Move LICENSEgingerBill2022-11-041-0/+0
* Use `#by_ptr` and `@(require_results)` were usefulgingerBill2022-11-041-10/+24
* Update README.mdgingerBill2022-11-041-1/+11
* Add README.mdgingerBill2022-11-041-0/+146
* Wrap `parse` procedures to allow for multiple return valuesgingerBill2022-11-041-13/+30
* Add `//+build windows`gingerBill2022-11-041-0/+1
* Use slices and Odin `string` where possible due to struct field orderinggingerBill2022-11-041-93/+45
* Add cgltf to build_vendor.batgingerBill2022-11-041-0/+7
* Fix +build ignoregingerBill2022-11-044-3/+5
* Add `vendor:cgltf`gingerBill2022-11-046-0/+9041
* Add doc.odingingerBill2022-11-031-0/+2
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-038-8/+7
|\
| * Removed //+build ignore from tests/core/math/big/test.odin.FancyKillerPanda2022-02-241-1/+0
| * Emit a parser warning when encountering an unknown tag.FancyKillerPanda2022-02-241-0/+2
| * Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-247-8/+6
* | Merge pull request #2141 from ChuuniMage/patch-2gingerBill2022-11-031-0/+18
|\ \
| * | Update fmt.odinChuuniMage2022-10-211-2/+2
| * | Add caprintf and ctprintf to fmtChuuniMage2022-10-211-0/+18
* | | Merge pull request #2072 from odin-lang/allocator-mode-alloc-non-zeroedgingerBill2022-11-0320-65/+128
|\ \ \
| * \ \ Merge branch 'master' into allocator-mode-alloc-non-zeroedgingerBill2022-11-0393-2594/+3821
| |\ \ \
| * | | | Fix typogingerBill2022-09-221-1/+1
| * | | | Fix typogingerBill2022-09-221-1/+1
| * | | | Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-2221-65/+128
* | | | | Merge pull request #2147 from jaspergeer/tighten-slice-string-cast-errorgingerBill2022-11-031-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | check addressing mode insteadJasperGeer2022-10-261-2/+2
| * | | | don't suggest u8 slice cast to string for u8 slice literalJasperGeer2022-10-231-2/+2
* | | | | Merge pull request #2165 from JopStro/mastergingerBill2022-11-032-3/+34
|\ \ \ \ \
| * | | | | wasi: Add FD_FILESTAT_GET to default file open rightsJopStro2022-11-011-1/+1
| * | | | | rename default_dir to current_dirJopStro2022-10-311-2/+2
| * | | | | create _yeild stub for wasi_wasm32 target to avoid compile errorJopStro2022-10-311-0/+2
| * | | | | implement open for wasi_wasm32 targetJopStro2022-10-311-3/+32
* | | | | | Rename `fnv32` and `fnv64` to `fnv32_no_a` and `fnv64_no_a`gingerBill2022-11-031-2/+4
* | | | | | Merge pull request #2173 from Hyp-X/mastergingerBill2022-11-031-1/+1
|\ \ \ \ \ \