| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | xar: fix example | Laytan Laats | 2026-01-11 | 1 | -2/+3 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | rbtree: fix pointer usages | Laytan Laats | 2026-01-11 | 2 | -26/+16 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | runtime: use `alloc_non_zeroed` in `new_clone`; zeroing is not needed | Laytan Laats | 2026-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | net: implement OpenBSD and NetBSD support & add stubs for other targets & ↵ | Laytan Laats | 2026-01-11 | 26 | -335/+524 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup | |||||
| | * | | | | | | | | | ci: don't check BSD or ARM targets on Linux amd64 because they have their ↵ | Laytan Laats | 2026-01-11 | 1 | -12/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own run | |||||
| * | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2026-01-16 | 3 | -1/+20 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #6119 from slowhei/master | gingerBill | 2026-01-16 | 3 | -1/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix assertion error when imported proc groups are passed as proc arguments | |||||
| | | * | | | | | | | | | | Fix test name, add PR link, use tabs | Tohei Ichikawa | 2026-01-10 | 1 | -3/+4 | |
| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Fix assertion error when imported proc groups are passed as proc arguments | Tohei Ichikawa | 2026-01-10 | 3 | -1/+19 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix typo in strings.equal_fold | gingerBill | 2026-01-16 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #6136 from odin-lang/bill/disable-exceptions | gingerBill | 2026-01-16 | 3 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | `-disable-unwind` | |||||
| | * | | | | | | | | | | | `-disable-unwind` | gingerBill | 2026-01-15 | 3 | -0/+13 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Add `@(no_sanitize_thread)` | gingerBill | 2026-01-15 | 5 | -1/+10 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6135 from odin-lang/bill/must-tail | gingerBill | 2026-01-15 | 9 | -62/+144 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | `#must_tail` | |||||
| | * | | | | | | | | | | | Add `preserve/most` and `preserve/all`bill/must-tail | gingerBill | 2026-01-15 | 3 | -0/+8 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add `#must_tail` to odin/parser | gingerBill | 2026-01-15 | 2 | -5/+21 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add `#must_tail` and `"preserve/none"` calling convention | gingerBill | 2026-01-15 | 6 | -44/+21 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add `#must_tail` (similar syntax to `#force_inline` | gingerBill | 2026-01-15 | 6 | -24/+105 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #6125 from Wassimulator/patch-2 | gingerBill | 2026-01-14 | 1 | -1/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add init and fini callback procs to thread pools | |||||
| | * | | | | | | | | | | | use ^Thread instead of index in init and fini | Wassim Alhajomar | 2026-01-14 | 1 | -4/+4 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | cleanup | Wassim Alhajomar | 2026-01-12 | 1 | -1/+32 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove old dead directory `core:sys/win32` | gingerBill | 2026-01-14 | 1 | -3/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #6133 from WongSoft/fix-low-priority-thread-unix | gingerBill | 2026-01-14 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [core:thread] Ensure creating a low priority thread with SCHED_OTHER policy does not assert | |||||
| | * | | | | | | | | | | | | Ensure creating a low priority thread does not assert with SCHED_OTHER policy | Nathan Wong | 2026-01-13 | 1 | -1/+5 | |
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #6131 from FrancisTheCat/master | gingerBill | 2026-01-14 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | Add warning for `size_of(&x)` expressions | |||||
| | * | | | | | | | | | | | Fix indentation | Franz Hoeltermann | 2026-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add warning for `size_of(&x)` expressions | Franz | 2026-01-14 | 1 | -0/+10 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Remove duplicate assingment of array.allocator = allocator in ↵ | Faker-09 | 2026-01-13 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _make_dynamic_array_len_cap(...) (#6095) | |||||
| * | | | | | | | | | | | Add NSWindow layout information method bindings to darwin/Foundation (#6040) | Jacob Evelyn | 2026-01-13 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds bindings for `NSWindow`'s ["Getting Layout Information"](https://developer.apple.com/documentation/appkit/nswindow?language=objc#Getting-Layout-Information) methods to the `core:sys/darwin/Foundation` package. Co-authored-by: Jacob Evelyn <j@cob.land> | |||||
| * | | | | | | | | | | | Fix darwin/Foundation/NSScreen type property bindings (#6038) | Jacob Evelyn | 2026-01-13 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the `darwin/Foundation` package's `NSScreen` bindings to treat Objective-C "type properties" as class methods rather than instance methods. As a result, we can now access these properties like this: ```odin import NS "core:sys/darwin/Foundation" main :: proc() { NS.Screen.mainScreen() } ``` instead of this: ```odin import NS "core:sys/darwin/Foundation" main :: proc() { (^NS.Screen)(nil).mainScreen() } ``` This commit also adds a binding for `NSScreen`'s `screensHaveSeparateSpaces` type property, which was previously missing from the `darwin/Foundation` package. Co-authored-by: Jacob Evelyn <j@cob.land> | |||||
| * | | | | | | | | | | | optimized slice filling in xoshiro/pcg_random_generator_proc (#6001) | Xotchkass | 2026-01-13 | 2 | -18/+26 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Implement more Linux syscalls. (#6083) | Znarf | 2026-01-13 | 4 | -14/+186 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Adds static linking to non-windows platforms (#6057) | Fabrice | 2026-01-13 | 1 | -1/+15 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6127 from paulpage/paulpage-orca-update | Laytan | 2026-01-13 | 1 | -110/+142 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Update Orca bindings | |||||
| | * | | | | | | | | | | remove unneeded manual definitions | Paul Page | 2026-01-12 | 1 | -14/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Update Orca bindings | Paul Page | 2026-01-12 | 1 | -96/+142 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2026-01-11 | 10 | -112/+113 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #6120 from ske2004/fix-regression-6118 | gingerBill | 2026-01-10 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix regression for #6118 in #6104 | |||||
| | | * | | | | | | | | | Fix regression in #6118 | ske | 2026-01-10 | 1 | -1/+1 | |
| | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #6115 from bbogdan-ov/target-flag-usage-example | gingerBill | 2026-01-09 | 1 | -0/+4 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Show `-target` flag usage examples in the help | |||||
| | | * | | | | | | | | | Show `-target` flag usage examples in the help | bogdanov | 2026-01-08 | 1 | -0/+4 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #6114 from dayllenger/master | gingerBill | 2026-01-09 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix TGA header detection | |||||
| | | * | | | | | | | | | | Fix TGA header detection | Viktor | 2026-01-08 | 1 | -1/+1 | |
| | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #6117 from konodin/generic-curl-linking | gingerBill | 2026-01-09 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | Link Curl the same for all UNIX oses | |||||
| | | * | | | | | | | | | Link Curl the same for all UNIX oses | konodin | 2026-01-08 | 1 | -4/+4 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #6116 from konodin/freebsd-ipv6-einval | Laytan | 2026-01-08 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | Fix `EINVAL` binding to IPv6 on FreeBSD | |||||
| | | * | | | | | | | | Fix `EINVAL` binding to IPv6 on FreeBSD | konodin | 2026-01-08 | 1 | -1/+1 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge pull request #6110 from ske2004/fix-constant-conversion-checks | gingerBill | 2026-01-07 | 2 | -25/+14 | |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Fix constant conversion checks (#6104) | |||||
| | | * | | | | | | | Fix constant conversion checks (#6104) | ske | 2026-01-07 | 2 | -25/+14 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #6099 from figuerom16/master | gingerBill | 2026-01-06 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | vendor:compress/lz4 wasn't finding lz4 for Non-Windows targets. | |||||