| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Zero `intrinsics.alloca` | gingerBill | 2024-03-06 | 1 | -2/+5 | |
| * | | | | | | | Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarsh... | gingerBill | 2024-03-06 | 1 | -5/+8 | |
| * | | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-03-06 | 8 | -19/+163 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge pull request #3246 from edyu/master | gingerBill | 2024-03-05 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | For invmod, b has to be > 1, fix a logic typo | Ed Yu | 2024-03-04 | 1 | -3/+3 | |
| | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | | Merge pull request #2999 from laytan/crypto-random-bytes-on-freebsd-and-darwin | gingerBill | 2024-03-05 | 7 | -16/+160 | |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | | * | | | | | | fix build tags | Laytan Laats | 2024-02-13 | 1 | -1/+6 | |
| | | * | | | | | | implement part of core foundation framework bindings for err message | Laytan Laats | 2024-02-13 | 4 | -1/+106 | |
| | | * | | | | | | remove darwin from bsd filename | Laytan Laats | 2024-02-13 | 1 | -0/+0 | |
| | | * | | | | | | use `Security.framework` with `SecRandomCopyBytes` for rand_bytes on darwin | Laytan Laats | 2024-02-13 | 3 | -1/+36 | |
| | | * | | | | | | add crypto.rand_bytes for Darwin and FreeBSD | Laytan Laats | 2024-02-13 | 3 | -16/+15 | |
| * | | | | | | | | Fix #3250 | gingerBill | 2024-03-06 | 3 | -7/+15 | |
| |/ / / / / / / | ||||||
| * | | | | | | | math.big constants were no longer initializeddev-2024-03 | Jeroen van Rijn | 2024-03-03 | 1 | -1/+6 | |
| * | | | | | | | Add check to see if raylib is imported with `ShowCursor` on sys/windows | gingerBill | 2024-03-01 | 1 | -0/+4 | |
| * | | | | | | | Merge pull request #3203 from listeriaceae/master | gingerBill | 2024-03-01 | 1 | -31/+164 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add Go license | Juan Ignacio Díaz | 2024-02-17 | 1 | -1/+91 | |
| | * | | | | | | | port math.round from Golang | Juan Ignacio Díaz | 2024-02-16 | 1 | -30/+73 | |
| * | | | | | | | | Add Recursive_Mutex procedures to procedure groups | gingerBill | 2024-03-01 | 1 | -0/+4 | |
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Fix leap year bug | gingerBill | 2024-02-29 | 1 | -0/+8 | |
| * | | | | | | | Merge pull request #3207 from Tetralux/printfln | gingerBill | 2024-02-29 | 2 | -25/+130 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [fmt] Add *printfln() | Tetralux | 2024-02-18 | 2 | -25/+130 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3201 from Yawning/feature/avl | gingerBill | 2024-02-29 | 1 | -0/+678 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | core/container/avl: Initial import | Yawning Angel | 2024-02-24 | 1 | -0/+678 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Keep -vet happy | gingerBill | 2024-02-28 | 2 | -2/+0 | |
| * | | | | | | Remove unnecessary use of `transmute` | gingerBill | 2024-02-28 | 2 | -8/+4 | |
| |/ / / / / | ||||||
| * | | | | | Improve `bit_field` printing | gingerBill | 2024-02-22 | 1 | -3/+6 | |
| * | | | | | Add field tags to `bit_field` | gingerBill | 2024-02-22 | 1 | -2/+23 | |
| * | | | | | Support compound literals for `bit_field` | gingerBill | 2024-02-22 | 1 | -1/+1 | |
| * | | | | | Add backing type of a `bit_field` to the doc-format | gingerBill | 2024-02-22 | 1 | -0/+1 | |
| * | | | | | Add doc-format support for `bit_field` | gingerBill | 2024-02-22 | 1 | -2/+6 | |
| * | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-02-22 | 2 | -3/+12 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge pull request #3221 from Tetralux/net/reservedports | Jeroen van Rijn | 2024-02-22 | 2 | -3/+12 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | fixup | Tetralux | 2024-02-22 | 1 | -1/+1 | |
| | | * | | | | | [net] Better error code for binding a privileged port without root access on ... | Tetralux | 2024-02-22 | 2 | -3/+12 | |
| | | |/ / / / | ||||||
| * | | | | | | Add general support for `bit_field`s | gingerBill | 2024-02-22 | 1 | -2/+8 | |
| * | | | | | | Begin work adding `bit_field` | gingerBill | 2024-02-22 | 4 | -0/+109 | |
| |/ / / / / | ||||||
| * | | | | | Add `bit_field` as a keyword | gingerBill | 2024-02-22 | 1 | -0/+2 | |
| * | | | | | Minor changes to sync/chan (HIGHLY EXPERIMENTAL) | gingerBill | 2024-02-22 | 1 | -34/+122 | |
| * | | | | | Basic concept of `core:sync/chan` | gingerBill | 2024-02-21 | 1 | -0/+401 | |
| * | | | | | Add `sync.One_Shot_Event` | gingerBill | 2024-02-21 | 1 | -0/+24 | |
| * | | | | | Add `reflect.enum_name_from_value` and `reflect.enum_name_from_value_any` | gingerBill | 2024-02-21 | 2 | -27/+39 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | [sys/linux]: Fix numeric values for socket fd flags | flysand7 | 2024-02-18 | 1 | -2/+2 | |
| * | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-02-17 | 1 | -9/+9 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge pull request #3197 from laytan/update-miniaudio | gingerBill | 2024-02-16 | 1 | -9/+9 | |
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | miniaudio: fix wrong sizes for ma_device | Laytan Laats | 2024-02-14 | 1 | -9/+9 | |
| | | |/ / | ||||||
| * | / / | Minor changes to `os2` | gingerBill | 2024-02-17 | 5 | -3/+55 | |
| |/ / / | ||||||
| * | | | Remove bounds checking on a lot of linalg | Lucas Perlind | 2024-02-13 | 2 | -121/+121 | |
| * | | | Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent wi... | Lucas Perlind | 2024-02-13 | 2 | -172/+172 | |
| |/ / | ||||||
| * | | Split out `linalg.identity` between matrices and array-based matrix | gingerBill | 2024-02-12 | 1 | -1/+11 | |
| * | | Change minor/adjoint to be `row, col` from `c, r` to be consistent with `[row... | gingerBill | 2024-02-12 | 2 | -172/+172 | |