aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* `core:container/lru`dev-2022-02gingerBill2022-02-012-1/+185
* Add allocator parameter to `rand.perm`gingerBill2022-02-011-2/+2
* Correct debug information logic for procedure parametersgingerBill2022-02-013-4/+77
* Fix typogingerBill2022-01-311-5/+5
* Correct false positive check in `check_unique_package_names`gingerBill2022-01-313-2/+19
* 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-313-7/+7
* Fix all_main.odingingerBill2022-01-301-2/+0
* Correct CIgingerBill2022-01-302-5/+4
* Update CI to do `odin check examples/all`gingerBill2022-01-301-9/+20
* Add `round` to linalg_glsl_math.odingingerBill2022-01-301-0/+2
* Merge pull request #1461 from AquaGeneral/mastergingerBill2022-01-303-0/+104
|\
| * Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSLJesse Stiller2022-01-303-0/+104
|/
* Merge pull request #1459 from powerc9000/clay-macos-fixesgingerBill2022-01-281-2/+0
|\
| * Fix mutex and conditions trying to be destroyed twice in unixpowerc90002022-01-271-2/+0
|/
* Remove debug codegingerBill2022-01-271-1/+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
* | | Add `#no_type_assert` and `#type_assert` to disable implicit type assertions ...gingerBill2022-01-278-46/+142
|/ /
* | Correct int31_max etcgingerBill2022-01-271-3/+3
* | Support built-in procedures for doc formatgingerBill2022-01-272-4/+24
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-01-261-1/+2
|\ \
| * \ Merge pull request #1454 from jasonKercher/fix_segfaultgingerBill2022-01-261-1/+2
| |\ \
| | * | avoid segfault on map resizeCiD-2022-01-261-1/+2
| |/ /
* / / Update doc format to allow for aliasesgingerBill2022-01-262-21/+25
|/ /
* | Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...gingerBill2022-01-263-5/+27
* | Remove spurious `)`gingerBill2022-01-261-2/+2
* | Fix double map dereference indexinggingerBill2022-01-262-2/+8
* | Add ODIN_ERROR_POS_STYLE environment variablegingerBill2022-01-263-9/+54
|/
* Keep -vet happygingerBill2022-01-251-0/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-01-251-1/+1
|\
| * Merge pull request #1450 from Kelimion/bit_arrayJeroen van Rijn2022-01-251-1/+1
| |\
| | * bit_array: Fix initial size.Jeroen van Rijn2022-01-251-1/+1
* | | Strip unneeded semicolonsgingerBill2022-01-2521-62/+62
|/ /
* | Update all_main.odin to include all the crypto packagesgingerBill2022-01-251-0/+81
* | Fix #1448gingerBill2022-01-251-3/+11
* | Revert changegingerBill2022-01-251-7/+6
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-01-251-5/+5
|\ \
| * | Merge pull request #1449 from Kelimion/zlib_changeJeroen van Rijn2022-01-251-5/+5
| |\|
| | * zlib: update Huffman builder.Jeroen van Rijn2022-01-251-5/+5
| |/
* / Disable early return from `check_proc_info`gingerBill2022-01-252-7/+8
|/
* Handle line comment bettergingerBill2022-01-241-5/+15
* Parse comments on enums fieldsgingerBill2022-01-246-17/+74
* Update docs for packages fmt and iogingerBill2022-01-244-10/+81