| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix thread_act_t size | Colin Davidson | 2025-12-01 | 1 | -1/+1 |
| | | |||||
| * | Add `reflect.has_no_indirections` | gingerBill | 2025-12-01 | 1 | -0/+67 |
| | | |||||
| * | Merge pull request #5864 from Skyress-s/master | gingerBill | 2025-12-01 | 1 | -3/+3 |
| |\ | | | | | fix: linalg.quaternion_from_forward_and_up() | ||||
| | * | Fixed issue where the linalg.quaternion_from_forward_and_up could return ↵ | Mathias Mohn Mørch | 2025-10-30 | 1 | -3/+3 |
| | | | | | | | | | incorrect values in certain scenarioes | ||||
| * | | Fix #5978: choice_bit_set respects bit_set domain | Andreas Stenmark | 2025-11-30 | 1 | -4/+7 |
| | | | |||||
| * | | Merge pull request #5963 from Yawning/feature/chacha8rand | Jeroen van Rijn | 2025-11-29 | 12 | -157/+279 |
| |\ \ | | | | | | | runtime: Use chacha8rand as the default RNG (BREAKING) | ||||
| | * | | base/runtime: Add chacha8rand as the default RNG | Yawning Angel | 2025-11-29 | 1 | -3/+42 |
| | | | | |||||
| | * | | base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` | Yawning Angel | 2025-11-29 | 8 | -152/+5 |
| | | | | | | | | | | | | | | | | | | | Having the OS/runtime provide a cryptographic entropy source is the right thing to do, and we need it to initialize the default random number generator. | ||||
| | * | | testing: Use xoshiro256** instead of the runtime RNG | Yawning Angel | 2025-11-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | While platforms that do not have an entropy source have no rights, use something that is always guaranteed to work. | ||||
| | * | | math/rand: Add xoshiro256** | Yawning Angel | 2025-11-29 | 1 | -0/+123 |
| | | | | | | | | | | | | | | | | This is extracted from the previos PR as an improved non-cryptographic PRNG option. | ||||
| | * | | math/rand: Add a copy of the existing PCG PRNG | Yawning Angel | 2025-11-29 | 1 | -0/+107 |
| | | | | | | | | | | | | | | | | | | | The switch to the new RNG will be a breaking change as the outputted sequence will change for a given seed. This is intended for backward compatibility purposes only. | ||||
| * | | | Fix #5975 | Jeroen van Rijn | 2025-11-29 | 1 | -2/+2 |
| |/ / | | | | | | | Fix `err` shadowing in test runner. Fixes #5975. | ||||
| * | | 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 |
| |\ \ | | | | | | | `math/rand`: Add range-based number generation procedures | ||||
| | * | | 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 `core:math/rand` | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | Extract 18 (64-bit) or 8 (32-bit) digits per big division. This gives a 2.5x speedup for a 1024-bit bigint. | ||||
| * | | | 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 |
| | |\ \ | | | | | | | | | `os2.File_Stream` | ||||
| | | * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement some more Linux syscalls * Fixed typo and removed stray comments * Correct types for some syscalls * Fix types and add variadic argument for prctl * flag fixes * when x86/amd64 only * more fixes --------- Co-authored-by: Laytan Laats <laytanlaats@hotmail.com> | ||||
| | * | | | | 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 ↵ | Karl Zylinski | 2025-11-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | on freestanding again. Closes #5948 | ||||
| * | | | | 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 #5931 and add test case for it. | ||||
| * | | | | 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 | ||||
| | * | | | 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 |
| | |/ / |/| | | |||||