aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | os/os2: better fix for the stale errorslaytan2025-12-201-19/+15
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6044 from laytan/fix-windows-read-console-stale-errorsLaytan2025-12-201-0/+1
|\| | | | | | | | | | | | |/ / / / / / / / / / |/| | | | | | | | | | os/os2: fix stale errors on windows when reading from console
| * | | | | | | | | | os/os2: fix stale errors on windows when reading from consolelaytan2025-12-201-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #6037 from BigBoyBarney/missing-builtingingerBill2025-12-193-8/+16
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | Add `@builtin` to missing builtin procedure group procs
| * | | | | | | | | Add @builtin to missing builtin procedure group procsSylphrena2025-12-193-8/+16
| | | | | | | | | |
* | | | | | | | | | Disable global variable initialization into separate functions to circumvent ↵gingerBill2025-12-191-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | an LLVM bug
* | | | | | | | | Merge pull request #6035 from janga-perlind/darwin-bindingsJeroen van Rijn2025-12-198-13/+117
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | More bindings for darwin
| * | | | | | | | More bindings for darwinLucas Perlind2025-12-198-13/+117
| | | | | | | | |
* | | | | | | | | Fix spacing in RUNTIME_LINKAGE declarationLaytan2025-12-171-1/+1
| | | | | | | | |
* | | | | | | | | Redefine `RUNTIME_LINKAGE` when `-no-entry-point` is set in certain ↵gingerBill2025-12-171-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | circumstances.
* | | | | | | | | Change target triple of `freestanding_amd64_win64` to ↵gingerBill2025-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `x86_64-pc-windows-msvc` to fix a bug with LLVM's code generation
* | | | | | | | | With `-use-single-module` make some procedures use internal linkage rather ↵gingerBill2025-12-171-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than weak linkage
* | | | | | | | | Only call `get_args()` if `args` is actually used by using an indirect valuegingerBill2025-12-161-2/+8
| | | | | | | | |
* | | | | | | | | Add `translate_by_grapheme: bool` fieldgingerBill2025-12-161-4/+23
| | | | | | | | |
* | | | | | | | | Merge pull request #6012 from A1029384756/masterLaytan2025-12-151-4/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [tz_unix] added additional search paths to match musl
| * | | | | | | | | [tz_unix] add lookup for TZDIR environment variableA10293847562025-12-151-0/+12
| | | | | | | | | |
| * | | | | | | | | [tz_unix] added additional search paths to match muslA10293847562025-12-111-4/+10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-12-152-4/+4
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #6026 from BigBoyBarney/curl-fixgingerBill2025-12-152-4/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix minor issues within `curl` bindings
| | * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | `core:container/xar` - Exponential Array
| | * | | | | | | | 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 Existing `WindowFlags` `bit_set`
| * | | | | | | Change Return Type of `sdl2.GetWindowFlags` from `u32` to `WindowFlags` ↵dozn2025-12-011-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | `bit_set`
* | | | | | | 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 Windows
| * | | | | | | [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 multipointer
| * | | | | | | 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
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Box2d 3.1.1
| * | | | | | | vendor/box2d: update Windows binaries to 3.1.1laytan2025-12-092-0/+0
| | | | | | | |