| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | math/rand: Add a copy of the existing PCG PRNG | Yawning Angel | 2025-11-29 | 1 | -0/+107 | |
| * | | | | | | | Fix #5975 | Jeroen van Rijn | 2025-11-29 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix `core:math/ease` | Jeroen van Rijn | 2025-11-28 | 1 | -2/+3 | |
| * | | | | | | Always use new itoa method when MATH_BIG_FORCE_32_BIT | Jeroen van Rijn | 2025-11-28 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #5972 from Xotchkass/rand_range | Jeroen van Rijn | 2025-11-28 | 1 | -0/+312 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | changed panic to assert | Xotchkass | 2025-11-28 | 1 | -24/+8 | |
| | * | | | | | | Add range-based random number generation functions | Xotchkass | 2025-11-28 | 1 | -0/+328 | |
| * | | | | | | | Fix `is_pointer_internally` not handling Named Types. | blob1807 | 2025-11-28 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Another little bit faster. | Jeroen van Rijn | 2025-11-27 | 1 | -4/+23 | |
| * | | | | | | Merge pull request #5968 from Xotchkass/rand_u_max | Jeroen van Rijn | 2025-11-27 | 1 | -0/+160 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | add uint32_max, uint64_max, uint128_max and uint_max procs to math/rand | Xotchkass | 2025-11-26 | 1 | -0/+160 | |
| * | | | | | | | Switch between old and new itoa method based on optimization level + digit size | Jeroen van Rijn | 2025-11-27 | 1 | -5/+14 | |
| * | | | | | | | Speed up big.itoa | Jeroen van Rijn | 2025-11-27 | 2 | -6/+84 | |
| * | | | | | | | Use `@(rodata)` where possible | gingerBill | 2025-11-27 | 4 | -6/+14 | |
| * | | | | | | | Add `@(require_results)` to `core:time` | gingerBill | 2025-11-27 | 4 | -3/+60 | |
| * | | | | | | | Add alias `Okay = None` | gingerBill | 2025-11-27 | 1 | -0/+2 | |
| * | | | | | | | Use `< 0` instead of `== -1` for comparisons | gingerBill | 2025-11-27 | 5 | -14/+14 | |
| * | | | | | | | Handle `Allocator_Error` correctly in `core:math/big` | gingerBill | 2025-11-27 | 3 | -5/+19 | |
| * | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2025-11-27 | 14 | -137/+604 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge pull request #5930 from odin-lang/bill/os2-file-stream | gingerBill | 2025-11-26 | 6 | -81/+162 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Add `#assert(intrinsics.type_is_superset_of(File_Stream_Mode, io.Stream_Mode))` | gingerBill | 2025-11-17 | 1 | -1/+3 | |
| | | * | | | | | | Merge branch 'master' into bill/os2-file-stream | gingerBill | 2025-11-17 | 5 | -18/+38 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | Added some comments | gingerBill | 2025-11-14 | 1 | -3/+2 | |
| | | * | | | | | | | Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2` | gingerBill | 2025-11-14 | 6 | -81/+161 | |
| | * | | | | | | | | Add SIO_UDP_CONNRESET winsock constant | Ben Ryan | 2025-11-26 | 1 | -4/+6 | |
| | * | | | | | | | | Implement more Linux syscalls (#5705) | bc-universe | 2025-11-24 | 4 | -31/+372 | |
| | * | | | | | | | | rerrange math.sign and math.sign_bit overloads | Phil Homan | 2025-11-23 | 1 | -24/+24 | |
| | * | | | | | | | | add math.sign and math.sign_bit overloads for int types | Phil Homan | 2025-11-22 | 1 | -1/+28 | |
| | * | | | | | | | | Use BUF_SIZE | gingerBill | 2025-11-22 | 1 | -1/+1 | |
| | * | | | | | | | | Increase base64 decoding table size to 256, preventing out of bounds reads | Franz Hoeltermann | 2025-11-22 | 1 | -19/+35 | |
| * | | | | | | | | | `core:fmt` lvalues in `for` loops to minimize stack usage | gingerBill | 2025-11-27 | 1 | -13/+13 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Add `@(require_results)` to `core:simd` procedures where missing | gingerBill | 2025-11-22 | 1 | -0/+8 | |
| * | | | | | | | | Don't build log allocator file on freestanding. This makes core:log compile o... | Karl Zylinski | 2025-11-21 | 1 | -0/+2 | |
| * | | | | | | | | Add NSWindow coordinate space conversion bindings | Tohei Ichikawa | 2025-11-18 | 1 | -0/+32 | |
| * | | | | | | | | Fix #5931 | Jeroen van Rijn | 2025-11-18 | 2 | -19/+10 | |
| * | | | | | | | | Fix indentation in comments | gingerBill | 2025-11-18 | 1 | -6/+6 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #5936 from benjryan/wsa_defs | gingerBill | 2025-11-16 | 1 | -0/+24 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add WSASendTo and WSARecvFrom | Ben Ryan | 2025-11-16 | 1 | -0/+24 | |
| * | | | | | | | | Fix out of bounds access when parsing end_pos | Brad Lewis | 2025-11-15 | 1 | -12/+8 | |
| * | | | | | | | | Use `_get_platform_error()` where more appropriate | gingerBill | 2025-11-14 | 3 | -6/+6 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | `Empty` -> `Unsupported`bill/io-error-changes | gingerBill | 2025-11-14 | 17 | -23/+23 | |
| * | | | | | | | Move some of the os&os2 errors into `io.Error`; Rename Empty to Unsupported | gingerBill | 2025-11-14 | 3 | -39/+37 | |
| * | | | | | | | LockFileEx/UnlockFileEx and related flags | Wrath | 2025-11-13 | 1 | -0/+19 | |
| * | | | | | | | Merge pull request #5900 from laytan/another-thread-cancel-try | Laytan | 2025-11-13 | 1 | -15/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | removes the darwin specific paths from thread_unix | Laytan Laats | 2025-11-07 | 1 | -15/+8 | |
| * | | | | | | | | Fix typo in NS.String_initWithCString | Tohei Ichikawa | 2025-11-12 | 1 | -1/+1 | |
| * | | | | | | | | Merge pull request #5903 from BNTB/master | gingerBill | 2025-11-11 | 2 | -0/+10 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in psapi... | acyclicgraph | 2025-11-08 | 2 | -0/+10 | |
| | |/ / / / / / / | ||||||
| * | / / / / / / | sys/linux: add io uring API | Laytan | 2025-11-10 | 4 | -6/+516 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | whoops | Laytan Laats | 2025-11-08 | 1 | -2/+2 | |