aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `preserve/most` and `preserve/all`bill/must-tailgingerBill2026-01-153-0/+8
* Add `#must_tail` to odin/parsergingerBill2026-01-152-5/+21
* Add `#must_tail` and `"preserve/none"` calling conventiongingerBill2026-01-156-44/+21
* Add `#must_tail` (similar syntax to `#force_inline`gingerBill2026-01-156-24/+105
* Merge pull request #6125 from Wassimulator/patch-2gingerBill2026-01-141-1/+32
|\
| * use ^Thread instead of index in init and finiWassim Alhajomar2026-01-141-4/+4
| * cleanupWassim Alhajomar2026-01-121-1/+32
* | Remove old dead directory `core:sys/win32`gingerBill2026-01-141-3/+0
* | Merge pull request #6133 from WongSoft/fix-low-priority-thread-unixgingerBill2026-01-141-1/+5
|\ \
| * | Ensure creating a low priority thread does not assert with SCHED_OTHER policyNathan Wong2026-01-131-1/+5
* | | Merge pull request #6131 from FrancisTheCat/mastergingerBill2026-01-141-0/+10
|\ \ \ | |/ / |/| |
| * | Fix indentationFranz Hoeltermann2026-01-141-1/+1
| * | Add warning for `size_of(&x)` expressionsFranz2026-01-141-0/+10
|/ /
* | Remove duplicate assingment of array.allocator = allocator in _make_dynamic_...Faker-092026-01-131-1/+0
* | Add NSWindow layout information method bindings to darwin/Foundation (#6040)Jacob Evelyn2026-01-131-0/+20
* | Fix darwin/Foundation/NSScreen type property bindings (#6038)Jacob Evelyn2026-01-131-3/+7
* | optimized slice filling in xoshiro/pcg_random_generator_proc (#6001)Xotchkass2026-01-132-18/+26
* | Implement more Linux syscalls. (#6083)Znarf2026-01-134-14/+186
* | Adds static linking to non-windows platforms (#6057)Fabrice2026-01-131-1/+15
* | Merge pull request #6127 from paulpage/paulpage-orca-updateLaytan2026-01-131-110/+142
|\ \ | |/ |/|
| * remove unneeded manual definitionsPaul Page2026-01-121-14/+0
| * Update Orca bindingsPaul Page2026-01-121-96/+142
|/
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2026-01-1110-112/+113
|\
| * Merge pull request #6120 from ske2004/fix-regression-6118gingerBill2026-01-101-1/+1
| |\
| | * Fix regression in #6118ske2026-01-101-1/+1
| * | Merge pull request #6115 from bbogdan-ov/target-flag-usage-examplegingerBill2026-01-091-0/+4
| |\ \
| | * | Show `-target` flag usage examples in the helpbogdanov2026-01-081-0/+4
| * | | Merge pull request #6114 from dayllenger/mastergingerBill2026-01-091-1/+1
| |\ \ \
| | * | | Fix TGA header detectionViktor2026-01-081-1/+1
| | | |/ | | |/|
| * | | Merge pull request #6117 from konodin/generic-curl-linkinggingerBill2026-01-091-4/+4
| |\ \ \
| | * | | Link Curl the same for all UNIX oseskonodin2026-01-081-4/+4
| | |/ /
| * | | Merge pull request #6116 from konodin/freebsd-ipv6-einvalLaytan2026-01-081-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix `EINVAL` binding to IPv6 on FreeBSDkonodin2026-01-081-1/+1
| |/ /
| * | Merge pull request #6110 from ske2004/fix-constant-conversion-checksgingerBill2026-01-072-25/+14
| |\ \ | | |/ | |/|
| | * Fix constant conversion checks (#6104)ske2026-01-072-25/+14
| |/
| * Merge pull request #6099 from figuerom16/mastergingerBill2026-01-061-0/+2
| |\
| | * Update lz4.odin: foreign import for linuxfiguerom162026-01-041-0/+2
| * | Merge pull request #6090 from doanamo/directx-stringsgingerBill2026-01-063-81/+87
| |\ \
| | * | Prefer LPCSTR/LPCWSTR types in DirectX bindingsPiotr Doan2026-01-023-81/+87
* | | | Fix `#type` not being handled as in normal expressionsgingerBill2026-01-111-0/+9
|/ / /
* | | Move `WSAEVENT` to types.odindev-2026-01gingerBill2026-01-052-1/+2
* | | Implement `LPWSAOVERLAPPED_COMPLETION_ROUTINE` correctlygingerBill2026-01-051-2/+15
| |/ |/|
* | Minor change from `make_checker_context` to `init_checker_context`gingerBill2026-01-031-16/+18
* | Merge pull request #6091 from A1029384756/masterJeroen van Rijn2026-01-0271-618/+3673
|\ \ | |/ |/|
| * [vendor/sdl3] shortened enum namingA10293847562026-01-021-6/+6
| * [vendor/sdl3] typoA10293847562026-01-021-2/+2
| * [vendor/sdl3] another pass over the headersA10293847562026-01-023-12/+15
| * [vendor/sdl3] satify vetA10293847562026-01-023-3/+3
| * [vendor/sdl3] update to sdl 3.4.0A10293847562026-01-0269-610/+3662
|/
* Merge pull request #6089 from Neirokan/ipv4_to_ipv6_fixgingerBill2026-01-021-2/+2
|\