aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Zero `intrinsics.alloca`gingerBill2024-03-061-2/+5
* | | | | | | Use `intrinsics.alloca` rather than `context.temp_allocator` in `json.unmarsh...gingerBill2024-03-061-5/+8
* | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-068-19/+163
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #3246 from edyu/mastergingerBill2024-03-051-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | For invmod, b has to be > 1, fix a logic typoEd Yu2024-03-041-3/+3
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #2999 from laytan/crypto-random-bytes-on-freebsd-and-darwingingerBill2024-03-057-16/+160
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | fix build tagsLaytan Laats2024-02-131-1/+6
| | * | | | | | implement part of core foundation framework bindings for err messageLaytan Laats2024-02-134-1/+106
| | * | | | | | remove darwin from bsd filenameLaytan Laats2024-02-131-0/+0
| | * | | | | | use `Security.framework` with `SecRandomCopyBytes` for rand_bytes on darwinLaytan Laats2024-02-133-1/+36
| | * | | | | | add crypto.rand_bytes for Darwin and FreeBSDLaytan Laats2024-02-133-16/+15
* | | | | | | | Fix #3250gingerBill2024-03-063-7/+15
|/ / / / / / /
* | | | | | | math.big constants were no longer initializeddev-2024-03Jeroen van Rijn2024-03-031-1/+6
* | | | | | | Add check to see if raylib is imported with `ShowCursor` on sys/windowsgingerBill2024-03-011-0/+4
* | | | | | | Merge pull request #3203 from listeriaceae/mastergingerBill2024-03-011-31/+164
|\ \ \ \ \ \ \
| * | | | | | | add Go licenseJuan Ignacio Díaz2024-02-171-1/+91
| * | | | | | | port math.round from GolangJuan Ignacio Díaz2024-02-161-30/+73
* | | | | | | | Add Recursive_Mutex procedures to procedure groupsgingerBill2024-03-011-0/+4
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix leap year buggingerBill2024-02-291-0/+8
* | | | | | | Merge pull request #3207 from Tetralux/printflngingerBill2024-02-292-25/+130
|\ \ \ \ \ \ \
| * | | | | | | [fmt] Add *printfln()Tetralux2024-02-182-25/+130
| |/ / / / / /
* | | | | | | Merge pull request #3201 from Yawning/feature/avlgingerBill2024-02-291-0/+678
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | core/container/avl: Initial importYawning Angel2024-02-241-0/+678
| | |_|_|_|/ | |/| | | |
* | | | | | Keep -vet happygingerBill2024-02-282-2/+0
* | | | | | Remove unnecessary use of `transmute`gingerBill2024-02-282-8/+4
|/ / / / /
* | | | | Improve `bit_field` printinggingerBill2024-02-221-3/+6
* | | | | Add field tags to `bit_field`gingerBill2024-02-221-2/+23
* | | | | Support compound literals for `bit_field`gingerBill2024-02-221-1/+1
* | | | | Add backing type of a `bit_field` to the doc-formatgingerBill2024-02-221-0/+1
* | | | | Add doc-format support for `bit_field`gingerBill2024-02-221-2/+6
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-222-3/+12
|\ \ \ \ \
| * \ \ \ \ Merge pull request #3221 from Tetralux/net/reservedportsJeroen van Rijn2024-02-222-3/+12
| |\ \ \ \ \
| | * | | | | fixupTetralux2024-02-221-1/+1
| | * | | | | [net] Better error code for binding a privileged port without root access on ...Tetralux2024-02-222-3/+12
| | |/ / / /
* | | | | | Add general support for `bit_field`sgingerBill2024-02-221-2/+8
* | | | | | Begin work adding `bit_field`gingerBill2024-02-224-0/+109
|/ / / / /
* | | | | Add `bit_field` as a keywordgingerBill2024-02-221-0/+2
* | | | | Minor changes to sync/chan (HIGHLY EXPERIMENTAL)gingerBill2024-02-221-34/+122
* | | | | Basic concept of `core:sync/chan`gingerBill2024-02-211-0/+401
* | | | | Add `sync.One_Shot_Event`gingerBill2024-02-211-0/+24
* | | | | Add `reflect.enum_name_from_value` and `reflect.enum_name_from_value_any`gingerBill2024-02-212-27/+39
| |_|_|/ |/| | |
* | | | [sys/linux]: Fix numeric values for socket fd flagsflysand72024-02-181-2/+2
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-171-9/+9
|\ \ \ \
| * \ \ \ Merge pull request #3197 from laytan/update-miniaudiogingerBill2024-02-161-9/+9
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | miniaudio: fix wrong sizes for ma_deviceLaytan Laats2024-02-141-9/+9
| | |/ /
* | / / Minor changes to `os2`gingerBill2024-02-175-3/+55
|/ / /
* | | Remove bounds checking on a lot of linalgLucas Perlind2024-02-132-121/+121
* | | Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent wi...Lucas Perlind2024-02-132-172/+172
|/ /
* | Split out `linalg.identity` between matrices and array-based matrixgingerBill2024-02-121-1/+11
* | Change minor/adjoint to be `row, col` from `c, r` to be consistent with `[row...gingerBill2024-02-122-172/+172