aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix #1834gingerBill2022-07-241-7/+14
|/ / / / /
* | | | | Temp fix for `lb_emit_store`gingerBill2022-07-241-1/+1
* | | | | Force memset instead of store zeroinitializer when the value is largegingerBill2022-07-244-8/+19
* | | | | Add `#by_ptr` procedure attribute to enforce a parameter to be passed by poin...gingerBill2022-07-245-4/+27
* | | | | Fix #1493gingerBill2022-07-241-2/+8
* | | | | Fix #1793gingerBill2022-07-241-1/+7
* | | | | Fix and improve `x->y()` behaviour to minimize duplicate evaluationgingerBill2022-07-243-4/+34
|/ / / /
* | | | Merge pull request #1895 from yeongjukang/patch-1gingerBill2022-07-221-1/+1
|\ \ \ \
| * | | | fix parameter for atan2 in procedure asinYeongju Kang2022-07-221-1/+1
* | | | | Merge pull request #1892 from esnunes/vendor-raylib-4.0-macos-arm64gingerBill2022-07-225-5/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update `vendor:raylib` to support macos-arm64 (apple silicon)Eduardo Nunes2022-07-205-5/+14
* | | | | Merge pull request #1893 from Tetralux/slash-join-slicegingerBill2022-07-211-1/+1
|\ \ \ \ \
| * | | | | [path/slashpath] Change join() to take a slice instead of varargsTetralux2022-07-211-1/+1
|/ / / / /
* / / / / Add `MAKE_WORD`gingerBill2022-07-211-0/+4
|/ / / /
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-07-194-5/+48
|\ \ \ \
| * \ \ \ Merge pull request #1877 from fabiansperber/improve-debug-infogingerBill2022-07-194-5/+48
| |\ \ \ \
| | * | | | Fix debug info for type switch variable to be only visible in correct switch ...Fabian Sperber2022-07-191-2/+7
| | * | | | Fix loop var (init) becoming hidden while stepping on the for-lineFabian Sperber2022-07-192-2/+12
| | * | | | Embed natvis in windows debug build for easier viewing of strings and ArraysFabian Sperber2022-07-192-1/+29
| |/ / / /
* | | | | Minor improvementsgingerBill2022-07-192-16/+18
* | | | | Add custom event handling to wasmgingerBill2022-07-192-17/+71
|/ / / /
* | | | Remove import cycle on FreeBSDgingerBill2022-07-184-25/+29
* | | | Keep -vet happygingerBill2022-07-181-0/+1
* | | | Disallow `proc() do stmt` and only allow `proc() { stmt }`gingerBill2022-07-182-6/+2
* | | | Integrate numerous debug fixes from #1877gingerBill2022-07-185-35/+49
* | | | Merge pull request #1873 from weshardee/mastergingerBill2022-07-181-2/+9
|\ \ \ \
| * \ \ \ Merge branch 'odin-lang:master' into masterWes Hardee2022-07-0921-56/+335
| |\ \ \ \
| * | | | | fix -build-mode:shared on MacOSWes Hardee2022-06-301-2/+9
* | | | | | Fix #1836gingerBill2022-07-161-3/+6
* | | | | | Fix #1869gingerBill2022-07-161-0/+7
* | | | | | Fix #1880gingerBill2022-07-161-1/+9
* | | | | | Fix #1883gingerBill2022-07-162-26/+32
* | | | | | Fix printing of `bit_set` typesgingerBill2022-07-161-2/+2
* | | | | | Remove assertgingerBill2022-07-161-1/+0
* | | | | | Fix #1888gingerBill2022-07-166-17/+41
* | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-07-161-86/+92
|\ \ \ \ \ \
| * | | | | | Fix murmur64a's tail handling.Jeroen van Rijn2022-07-151-86/+92
* | | | | | | Mock up for the ability to enforce our own `runtime.memset` if necessarygingerBill2022-07-161-11/+24
|/ / / / / /
* | | | | | Fix typogingerBill2022-07-151-1/+1
* | | | | | Add `buffer_read_ptr` and `buffer_write_ptr`gingerBill2022-07-141-0/+8
* | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-07-1418-153/+115
|\ \ \ \ \ \
| * | | | | | [hash] Give crc-64 a 64-bit seed.Jeroen van Rijn2022-07-141-2/+2
| * | | | | | Merge pull request #1881 from odin-lang/strings-builder-cleanupgingerBill2022-07-1317-151/+113
| |\ \ \ \ \ \
| | * | | | | | Correct naming in testsgingerBill2022-07-115-7/+7
| | * | | | | | Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-1112-144/+106
* | | | | | | | Fix `libc.putchar`gingerBill2022-07-141-1/+1
|/ / / / / / /
* / / / / / / Add improved error message when doing `^x` instead of `&x` for addressable va...gingerBill2022-07-111-1/+22
|/ / / / / /
* | / / / / Update README.mdgingerBill2022-07-101-2/+2
| |/ / / / |/| | | |
* | | | | Fix compilation on non-windows platformsgingerBill2022-07-091-0/+2
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-07-092-0/+74
|\ \ \ \ \ | | |_|_|/ | |/| | |