aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change to IEEE 754-2008 conformance for `min`/`max` runtime operations.gingerBill2024-03-061-8/+10
* Unify min/max semantics for simd_(min|max)gingerBill2024-03-062-6/+6
* Change min/max runtime behaviour to match IEEE 754-2019gingerBill2024-03-061-0/+18
* Merge pull request #3215 from blob1807/json-better-enum-supportgingerBill2024-03-061-1/+15
|\
| * Apply suggestions from code review blob18072024-03-041-2/+2
| * convert spaces to tabsblob18072024-03-041-1/+1
| * Return underlining value instead of panicingblob18072024-03-041-4/+6
| * changed to use reflect.enum_name_from_value_anyblob18072024-03-011-34/+2
| * Merge branch 'odin-lang:master' into json-better-enum-supportblob18072024-03-0160-2293/+4220
| |\
| * | add all inter types to switchblob18072024-02-211-3/+27
| * | replace spaces with tabsblob18072024-02-211-19/+19
| * | add missing commablob18072024-02-211-1/+1
| * | Add better support for Enums in jsonblob18072024-02-211-1/+21
| * | Revert json union fixblob18072024-02-211-9/+0
| * | Merge branch 'master' of https://github.com/blob1807/Odinblob18072024-02-2136-14131/+16740
| |\ \
| * | | Fix bug https://github.com/odin-lang/Odin/issues/3173blob18072024-02-211-0/+9
* | | | Disable core library tests for ARM (Silly CI)gingerBill2024-03-061-5/+5
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-0644-3031/+1452
|\ \ \ \
| * \ \ \ Merge pull request #3229 from Yawning/feature/moar-cryptogingerBill2024-03-0644-3031/+1452
| |\ \ \ \
| | * | | | vendor/botan: RemoveYawning Angel2024-03-0421-2775/+14
| | * | | | tests/core/crypto: Use the `tests/common` boilerplateYawning Angel2024-03-048-107/+87
| | * | | | core/crypto: Misc cleanups and documentation improvementsYawning Angel2024-03-045-39/+108
| | * | | | core/crypto/kmac: Initial importYawning Angel2024-03-044-11/+228
| | * | | | core/crypto/tuplehash: Initial importYawning Angel2024-03-045-131/+424
| | * | | | core/crypto/shake: Support cSHAKEYawning Angel2024-03-044-19/+204
| | * | | | core/crypto/_sha3: Cleanups, prepare for cSHAKEYawning Angel2024-03-044-38/+48
| | * | | | core/crypto/hkdf: Initial importYawning Angel2024-03-043-0/+172
| | * | | | core/crypto/pbkdf2: Initial importYawning Angel2024-03-044-0/+244
| | * | | | core/crypto/hmac: Add a clone methodYawning Angel2024-03-041-0/+12
* | | | | | Fix #3173gingerBill2024-03-061-0/+5
|/ / / / /
* | | | | Merge pull request #3238 from laytan/libc-free-raylib-and-rectpackgingerBill2024-03-066-21/+42
|\ \ \ \ \
| * | | | | clean importsLaytan Laats2024-03-013-3/+3
| * | | | | move `va_list` into `core:c`Laytan Laats2024-03-013-16/+14
| * | | | | makes raylib and stb_rect_pack free of libcLaytan Laats2024-02-294-12/+35
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3242 from laytan/fix-cgltf-bindinggingerBill2024-03-061-1/+1
|\ \ \ \ \
| * | | | | fix minor cgltf binding issueLaytan Laats2024-03-011-1/+1
| |/ / / /
* | | | | 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
|/ / / / / /
* | | | | | Update `are_types_identical` for `bit_field`gingerBill2024-03-041-0/+23
* | | | | | Correct `is_type_comparable` for `bit_field`gingerBill2024-03-041-0/+3
| |/ / / / |/| | | |