aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove `libm` dependency in `core:math` where possiblecustom-math-singingerBill2024-06-025-134/+459
* Implement `sin` and `cos` in native OdingingerBill2024-06-023-57/+129
* Merge pull request #3662 from Feoramund/fix-3660Jeroen van Rijn2024-06-021-0/+4
|\
| * Fix #3660Feoramund2024-06-021-0/+4
|/
* Merge pull request #3635 from Yawning/feature/aesJeroen van Rijn2024-06-0119-0/+2198
|\
| * core/crypto/aes: Add AES implementationYawning Angel2024-06-0111-1/+1142
| * core/crypto/_aes/ct64: Add GHASHYawning Angel2024-06-012-0/+141
| * core/crypto/_aes: 64-bit portable implementationYawning Angel2024-06-017-0/+867
| * core/simd/x86: Add the AES-NI intrinsicsYawning Angel2024-06-011-0/+49
|/
* Merge pull request #3658 from laytan/wasm64p32-runtime-fixesgingerBill2024-05-311-29/+63
|\
| * wasm: fix runtime.js even more for wasm64p32Laytan Laats2024-05-311-29/+63
* | Merge pull request #3659 from thetarnav/unreachablegingerBill2024-05-311-0/+2
|\ \ | |/ |/|
| * Add unreachable to base/builtin/builtin.odinDamian Tarnawski2024-05-311-0/+2
|/
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-05-313-9/+29
|\
| * Merge pull request #3657 from laytan/fix-wasm64p32-procsJeroen van Rijn2024-05-311-9/+15
| |\
| | * wasm: fix target wasm64p32 runtime procsLaytan Laats2024-05-311-9/+15
| * | Merge pull request #3655 from iErik/mastergingerBill2024-05-312-0/+14
| |\ \
| | * | PR#3655 - small linter issue correctionErik Isidore2024-05-301-1/+1
| | * | core:sys/linux - Add support for Unix Domain Socket addressesErik Isidore2024-05-302-0/+14
| | |/
* | / `core:encoding/ini`gingerBill2024-05-311-0/+189
|/ /
* | Fix #3649gingerBill2024-05-301-0/+2
* | Fix types againgingerBill2024-05-301-2/+2
* | Add experimental target `orca_wasm32`gingerBill2024-05-303-5/+30
* | Clean up `handle_link_name` handling of `link_suffix`gingerBill2024-05-301-3/+22
* | Fix #3651gingerBill2024-05-301-2/+2
* | Add `@(link_suffix=<string>)`gingerBill2024-05-305-9/+61
* | Merge pull request #3656 from laytan/microui-optional-clipboardgingerBill2024-05-301-1/+6
|\ \
| * | microui: make clipboard optional during initLaytan Laats2024-05-301-1/+6
| |/
* | Merge pull request #3652 from Dudejoe870/compile-time-hashgingerBill2024-05-302-50/+120
|\ \
| * | Initial hash directive implementationDudejoe8702024-05-282-50/+120
| |/
* | Merge pull request #3653 from laytan/fix-wheel-event-js-wsamgingerBill2024-05-301-6/+6
|\ \
| * | wasm: fix the WheelEvent not storing data properlyLaytan Laats2024-05-301-6/+6
* | | Merge pull request #3654 from laytan/darwin-fix-sdkpathgingerBill2024-05-301-2/+2
|\ \ \ | |_|/ |/| |
| * | darwin: fix sysroot retrieval for some systemsLaytan Laats2024-05-301-2/+2
| |/
* | Merge pull request #3650 from yay/destroy-multi-logger-no-pointergingerBill2024-05-291-3/+2
|\ \
| * | Take logger itself, not a pointer to logger in multi-logger destructor.Vitalii Kravchenko2024-05-281-3/+2
|/ /
* | Merge pull request #3644 from odin-lang/foreign-import-improvementsgingerBill2024-05-288-85/+152
|\ \
| * | Change parser to use `^Expr` rather than `string` for the foreign import pathsgingerBill2024-05-283-6/+8
| * | Delay checking foreign import paths until after global scope is checkedgingerBill2024-05-285-83/+118
| * | Begin moving `foreign import` import paths to be evaluated in the semantic ph...gingerBill2024-05-274-39/+69
* | | Merge pull request #3647 from Feoramund/fix-core-data-commentsJeroen van Rijn2024-05-281-0/+3
|\ \ \
| * | | Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying dataFeoramund2024-05-281-0/+3
| |/ /
* | | Merge pull request #3648 from Feoramund/rem-unused-prime-codeJeroen van Rijn2024-05-281-3/+0
|\ \ \ | |/ / |/| |
| * | Remove unused code in `internal_random_prime`Feoramund2024-05-281-3/+0
|/ /
* | Merge pull request #3642 from 2nafish117/fix-pitch-from-quatgingerBill2024-05-273-3/+3
|\ \ | |/ |/|
| * fix pitch_from_quaternionshashank2024-05-273-3/+3
|/
* Merge pull request #3639 from yay/destroy-file-logger-no-pointerJeroen van Rijn2024-05-271-1/+1
|\
| * Make destroy_file_logger take logger instead of logger pointer.Vitalii Kravchenko2024-05-271-1/+1
|/
* Merge pull request #3638 from harold-b/fix-darwin-libc-proc-sigsgingerBill2024-05-271-4/+4
|\
| * Fix a few darwin libc signatures with incorrect parameters.Harold Brenes2024-05-261-4/+4
|/