aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix minor issues withing `curl` bindingsSylphrena2025-12-152-4/+4
| |/ / / /
* / / / / Use `"strong"` linkage on Windows for some glfw proceduresgingerBill2025-12-151-2/+2
|/ / / /
* | | | Add `strings.builder_replace` and `strings.builder_replace_all`gingerBill2025-12-151-0/+87
* | | | Do naive compound literal comparison for $ parameters to parapoly proceduresgingerBill2025-12-152-1/+37
* | | | Remove debug stringgingerBill2025-12-151-4/+0
| |_|/ |/| |
* | | Correct UAF bugs caused by doing `defer shrink`gingerBill2025-12-151-17/+18
* | | Propagate array arithmetic fixgingerBill2025-12-151-1/+4
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-12-152-0/+485
|\ \ \
| * \ \ Merge pull request #6009 from odin-lang/bill/xargingerBill2025-12-142-0/+485
| |\ \ \
| | * | | Improve docs and add `Iterator`gingerBill2025-12-121-25/+301
| | * | | Add basic docsgingerBill2025-12-121-20/+67
| | * | | Add `push_back_elem_and_get_ptr`gingerBill2025-12-121-0/+16
| | * | | Add basic docsgingerBill2025-12-121-0/+17
| | * | | Add `container/xar` to `examples/all`gingerBill2025-12-121-0/+1
| | * | | `core:container/xar`gingerBill2025-12-121-0/+128
| | |/ /
* | / / Present constant array arithmetic error correctlygingerBill2025-12-151-1/+5
|/ / /
* / / Update kb_text_shape to v2.05gingerBill2025-12-142-7/+31
|/ /
* | Remove `contextless` from `slice.swap_with_slice`gingerBill2025-12-111-1/+1
* | Add `"contextless"` where possible in `core:slice`gingerBill2025-12-111-36/+37
* | Merge pull request #5984 from dozn/patch-4gingerBill2025-12-111-1/+1
|\ \
| * | Change Return Type of `sdl2.GetWindowFlags` from `u32` to `WindowFlags` `bit_...dozn2025-12-011-1/+1
* | | Update radlink.exe to v0.9.24gingerBill2025-12-111-0/+0
* | | Merge pull request #6008 from Tetralux/tetra/fix-lz4Jeroen van Rijn2025-12-111-1/+1
|\ \ \
| * | | [compress/lz4] Ensure libc is linked on WindowsTetralux2025-12-101-1/+1
* | | | Merge pull request #5741 from FourteenBrush/patch-4Jeroen van Rijn2025-12-101-1/+1
|\ \ \ \
| * | | | Make `linux.IO_Vec.base` a multipointerFourteenBrush2025-10-021-1/+1
* | | | | Fix typogingerBill2025-12-101-1/+1
* | | | | Remove `fallthrough` to prefer a single `case`gingerBill2025-12-101-21/+11
* | | | | Use a single `case` rather than `fallthrough`gingerBill2025-12-101-11/+2
* | | | | Merge pull request #6004 from laytan/box2d-3.1.1gingerBill2025-12-1016-71/+134
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | vendor/box2d: update Windows binaries to 3.1.1laytan2025-12-092-0/+0
| * | | | vendor/box2d: update MacOS binaries to 3.1.1Laytan Laats2025-12-093-0/+0
| * | | | vendor/box2d: update to 3.1.1Laytan Laats2025-12-0911-71/+134
* | | | | Merge pull request #6005 from reshen/patch-1Jeroen van Rijn2025-12-091-2/+2
|\ \ \ \ \
| * | | | | Fixing code example, trace_ctx variable was renamedReshen2025-12-091-2/+2
|/ / / / /
* | | | | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575)WisonYe2025-12-091-1/+1
* | | | | vendor/wgpu: handle nil better in wgpu.jsLaytan Laats2025-12-091-0/+12
* | | | | Fix function signature for memmove to prevent errors when compiling C++ while...jimhub2025-12-091-1/+1
|/ / / /
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-12-093-1/+5
|\ \ \ \
| * \ \ \ Merge pull request #5981 from the-JS-hater/struct-cycle-fixgingerBill2025-12-091-0/+3
| |\ \ \ \
| | * | | | missed a semicolonMorgan2025-12-011-1/+1
| | * | | | undetected type declaration cycles work-aroundMorgan2025-12-011-0/+3
| * | | | | Merge pull request #5995 from RobinsAviary/mastergingerBill2025-12-091-1/+1
| |\ \ \ \ \
| | * | | | | Use multi-pointer so you can pass arrayRobinsAviary2025-12-051-1/+1
| * | | | | | Merge pull request #6002 from DuchGhast/default-temp-allocator-under-flow-fixgingerBill2025-12-091-0/+1
| |\ \ \ \ \ \
| | * | | | | | Fix default temp allocator under flow bugDuchGhast2025-12-081-0/+1
| | | |_|_|_|/ | | |/| | | |
* | / | | | | Fix #6003gingerBill2025-12-091-5/+3
|/ / / / / /
* / / / / / `kbts.BreakAddCodepoint` to use `EndOfText: b32`gingerBill2025-12-091-1/+1
|/ / / / /
* | | | | Add `raw_union_tag` struct tag fields to many types in `vendor`gingerBill2025-12-088-69/+110
* | | | | `raw_union_tag` allow for comma separation for multiple mappingsgingerBill2025-12-081-13/+18