aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* `core:container/lru`dev-2022-02gingerBill2022-02-011-0/+183
* Add allocator parameter to `rand.perm`gingerBill2022-02-011-2/+2
* Remove the unneeded `$`gingerBill2022-01-311-2/+2
* Add `slice.stable_sort*` proceduresgingerBill2022-01-313-12/+61
* Unify logic for `slice.sort*` related proceduresgingerBill2022-01-312-488/+182
* Enforce `-strict-style` in CIgingerBill2022-01-312-4/+4
* Add `round` to linalg_glsl_math.odingingerBill2022-01-301-0/+2
* Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSLJesse Stiller2022-01-303-0/+104
* Fix mutex and conditions trying to be destroyed twice in unixpowerc90002022-01-271-2/+0
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-01-271-5/+8
|\
| * Merge pull request #1458 from Kelimion/zlib_fixJeroen van Rijn2022-01-271-5/+8
| |\
| | * Fix DEFLATE stored block handling.Jeroen van Rijn2022-01-271-5/+8
* | | Add `rand.exp_float64`gingerBill2022-01-272-8/+220
* | | Fix typogingerBill2022-01-271-1/+1
* | | Update doc_format.odingingerBill2022-01-271-2/+12
|/ /
* | Correct int31_max etcgingerBill2022-01-271-3/+3
* | Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...gingerBill2022-01-261-5/+15
|/
* Keep -vet happygingerBill2022-01-251-0/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-01-251-1/+1
|\
| * bit_array: Fix initial size.Jeroen van Rijn2022-01-251-1/+1
* | Strip unneeded semicolonsgingerBill2022-01-2521-62/+62
|/
* zlib: update Huffman builder.Jeroen van Rijn2022-01-251-5/+5
* Update docs for packages fmt and iogingerBill2022-01-244-10/+81
* Add comment for the internals of `assert`gingerBill2022-01-231-0/+4
* Add `strings.split_lines*` proceduresgingerBill2022-01-231-0/+70
* Fix fread definitionDale Weiler2022-01-231-1/+1
* Correct inverse and inverse_transpose for 2x2 matricesgingerBill2022-01-201-12/+12
* Add `.Private` information to doc-formatgingerBill2022-01-195-67/+63
* Print examples correctlygingerBill2022-01-192-74/+70
* Allow for entity grouping in structs and procedure signatures with the Odin d...gingerBill2022-01-191-1/+5
* Improve docs_writer.cppgingerBill2022-01-173-25/+24
* Simplify docs to hide the copyrightgingerBill2022-01-1716-44/+64
* Comment out `link_section` on proceduresgingerBill2022-01-171-2/+2
* Move `core:path` to `core:path/slashpath`gingerBill2022-01-173-3/+8
* Extraneous parameters in hlsl/glsl.saturate removedJesse Stiller2022-01-172-33/+32
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-1510-27/+37
* Rename architecture `386` to `i386`gingerBill2022-01-157-6/+6
* Make `ODIN_BUILD_MODE` a enum typegingerBill2022-01-154-3/+16
* fix push_back and pop_frontCiD-2022-01-141-1/+4
* Define wasm `_start` entry point in Odin codegingerBill2022-01-131-0/+19
* Merge pull request #1389 from ap29600/slice_scannergingerBill2022-01-131-0/+17
|\
| * use multipointers instead of simple pointersAndrea Piseri2021-12-281-11/+7
| * Merge branch 'master' into slice_scannerAndrea Piseri2021-12-2814-1404/+211
| |\
| * | Add slice/scanner procAndrea Piseri2021-12-231-0/+21
* | | Merge pull request #1424 from jasonKercher/os_linuxgingerBill2022-01-131-48/+233
|\ \ \
| * | | check correct errno in _readlinkCiD-2022-01-121-2/+2
| * | | os_linux additions + libc to syscallsCiD-2022-01-121-46/+231
* | | | Rename `proc_*` to `entry_*`gingerBill2022-01-132-0/+0
* | | | Add `main` to proc_unix.odingingerBill2022-01-131-3/+13
* | | | Correct calling conventiongingerBill2022-01-121-1/+1