aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3395 from odin-lang/darwin-reorganizationdev-2024-04gingerBill2024-04-0841-9/+9
|\
| * Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-0841-9/+9
* | Change allocator to permanentgingerBill2024-04-081-2/+2
* | Obfuscate `#line`gingerBill2024-04-083-10/+15
* | Obfuscate `#file` and `#procedure` when `-obfuscate-source-code-locations` is...gingerBill2024-04-083-15/+25
|/
* Add `"type"` field to `-json-errors`gingerBill2024-04-081-0/+8
* Merge pull request #3394 from laytan/wasm-fixesgingerBill2024-04-084-6/+20
|\
| * enable the required target feature `atomics` when using them in wasmLaytan Laats2024-04-082-0/+6
| * fix `_end` being called before the actual end when using the step functionLaytan Laats2024-04-081-3/+11
| * fix js_wasm `time.tick_now`, `performance.now()` returns a floatLaytan Laats2024-04-082-3/+3
* | Fix printing error when field name could not be foundgingerBill2024-04-081-1/+2
* | Improve error messages for people using keywords instead of identifiersgingerBill2024-04-081-1/+9
|/
* Merge pull request #3390 from Lperlind/masterJeroen van Rijn2024-04-072-2/+2
|\
| * Update "core:runtime" to "base:runtime"Lucas Perlind2024-04-072-2/+2
|/
* Merge pull request #3388 from laytan/fix-raygui-symbolgingerBill2024-04-061-1/+1
|\
| * fix raygui `GuiFade` being renamed to `GuiSetAlpha`Laytan Laats2024-04-061-1/+1
* | Merge pull request #3389 from laytan/fix-wasm-atomicsgingerBill2024-04-061-10/+5
|\ \
| * | fix wasm atomicsLaytan Laats2024-04-061-10/+5
| |/
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-04-0613-67/+223
|\ \
| * \ Merge pull request #3379 from atomicptr/task/add-sdl-sempostgingerBill2024-04-061-0/+1
| |\ \
| | * | add missing SDL2_SemPost bindingChristopher Kaster2024-04-051-0/+1
| * | | Merge pull request #3383 from oskarnp/or_return_crashgingerBill2024-04-061-3/+3
| |\ \ \
| | * | | Fix checker crash when `or_return`/`or_break`/`or_continue` used for non-exis...oskarnp2024-04-061-3/+3
| | | |/ | | |/|
| * | | Merge pull request #3385 from blob1807/fixed-removed-undefined-varJeroen van Rijn2024-04-061-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | Removed undefined & usused varsblob18072024-04-061-1/+0
| |/ /
| * | Merge pull request #3381 from Yawning/fix/chacha20poly1305Jeroen van Rijn2024-04-051-9/+17
| |\ \ | | |/ | |/|
| | * core/crypto/poly1305: The final addition is NOT mod pYawning Angel2024-04-051-9/+17
| |/
| * Merge pull request #3377 from laytan/fix-amd64-sysv-abigingerBill2024-04-053-33/+81
| |\
| | * fix amd64 sysv abi to pass asan everywhereLaytan Laats2024-04-043-33/+81
| |/
| * Merge pull request #3373 from laytan/add-some-windows-wsa-symbolsgingerBill2024-04-042-15/+46
| |\
| | * add some wsa based additions to `core:sys/windows`Laytan Laats2024-04-042-15/+46
| * | Merge pull request #3371 from mailgerigk/windows-seteventgingerBill2024-04-041-0/+1
| |\ \
| | * | Add windows.SetEventgerigk2024-04-041-0/+1
| * | | Merge pull request #3372 from laytan/fix-lbarg-ignore-logicgingerBill2024-04-042-2/+6
| |\ \ \
| | * | | fix lbArg_Ignore logicLaytan Laats2024-04-042-2/+6
| | | |/ | | |/|
| * | | Merge pull request #3374 from laytan/fix-128-ints-alignment-arm64gingerBill2024-04-045-5/+69
| |\ \ \
| | * | | fix 128 bit int alignment on arm64Laytan Laats2024-04-045-5/+69
| | |/ /
* | / / Remove duplicate tablegingerBill2024-04-061-28/+13
|/ / /
* | | Add better error messages with suggestions for using `context` as an identifiergingerBill2024-04-041-0/+14
* | | Improve error messages for `A variable declaration must be an identifier`gingerBill2024-04-041-5/+22
* | | Remove consecutive linking librariesgingerBill2024-04-041-1/+13
* | | Default to "smart" linker behaviour; Add `-min-link-libs` to use minimize lin...gingerBill2024-04-043-34/+43
* | | Remove dead newlinegingerBill2024-04-041-1/+0
| |/ |/|
* | Merge pull request #3370 from laytan/fix-objc-proc-group-edge-casegingerBill2024-04-042-3/+5
|\ \ | |/ |/|
| * fix objc proc group edge caseLaytan Laats2024-04-032-3/+5
* | Minimize code duplication in `core:mem` by using the `base:runtime` callsgingerBill2024-04-032-50/+17
* | Merge pull request #3366 from laytan/fix-vet-scope-buggingerBill2024-04-0319-63/+57
|\ \
| * | correct newly found vetsLaytan Laats2024-04-0318-62/+56
| * | fix vet scope bug skipping some scopesLaytan Laats2024-04-021-1/+1
* | | Merge pull request #3367 from laytan/fix-stack-overflow-warninggingerBill2024-04-031-11/+9
|\ \ \ | |_|/ |/| |