aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Temporarily disable Windows-specific test runnerFeoramund2024-06-021-0/+7
| * | | | | Remove unneeded codeFeoramund2024-06-021-6/+0
| * | | | | Refactor the test runnerFeoramund2024-06-027-64/+1134
| * | | | | Share `libc` signal definitions with more platformsFeoramund2024-06-021-1/+1
| * | | | | Add `mem.Rollback_Stack`Feoramund2024-06-021-0/+319
| * | | | | Add `core:encoding/ansi` packageFeoramund2024-06-023-4/+162
| * | | | | Add `mem.tracking_allocator_reset`Feoramund2024-06-021-0/+14
| * | | | | Add task-stopping functionality to `thread.Pool`Feoramund2024-06-021-15/+115
| * | | | | Make `log.do_*_header` argument orders consistentFeoramund2024-06-021-2/+2
| * | | | | Fix trailing space with only `.Date` log optionFeoramund2024-06-021-1/+6
| * | | | | Move log timestamping out to `do_time_header` procFeoramund2024-06-021-9/+14
* | | | | | Merge branch 'master' of github.com:odin-lang/Odindev-2024-06Jeroen van Rijn2024-06-046-715/+730
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #3640 from harold-b/fix-darwin-libc-openJeroen van Rijn2024-06-041-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix open() foreign libc signature on DarwinHarold Brenes2024-05-271-1/+1
| * | | | | | | Merge pull request #3668 from colrdavidson/x11-tweaksJeroen van Rijn2024-06-042-693/+701
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | add a few more x11 funcs, fix egl bugColin Davidson2024-06-042-693/+701
| |/ / / / / /
* | | | | | | Complete nightly scripts update to new b2 cli versionJeroen van Rijn2024-06-043-8/+5
| | | | * | | Fix duplicate sign printing of complex and quaternion typesFeoramund2024-06-031-4/+20
| | | | * | | Add `fmt` tests for printing complex and quaternion typesFeoramund2024-06-031-0/+66
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #3666 from Feoramund/add-missing-compquatJeroen van Rijn2024-06-043-21/+28
|/| | | | |
| * | | | | Add aliases for `Raw_*` complex/quaternion types into `core:mem`Feoramund2024-06-031-0/+10
| * | | | | Make use of `runtime.Raw_*` types in `core:math/linalg`Feoramund2024-06-031-15/+10
| * | | | | Add missing `Raw_*` types for complex and quaternionFeoramund2024-06-031-0/+3
| * | | | | Move `Raw_Complex/Quaternion` types to `base:runtime`Feoramund2024-06-032-7/+6
* | | | | | b2 uriJeroen van Rijn2024-06-042-2/+2
* | | | | | Try `/` rather than ` `gingerBill2024-06-031-1/+1
* | | | | | Add `print` to `delete_old_binaries.py`gingerBill2024-06-031-0/+1
* | | | | | Fix to `bl.tok = path`gingerBill2024-06-031-1/+1
* | | | | | Fix typogingerBill2024-06-031-1/+1
* | | | | | Try updating nightly stuffgingerBill2024-06-032-2/+2
* | | | | | Add attributes to Foreign_Import_Decl in `clone`gingerBill2024-06-031-1/+2
* | | | | | Add `ast.Foreign_Import_Decl` to `ast.clone`gingerBill2024-06-031-0/+1
* | | | | | Add `ast.Foreign_Impot_Decl.fullpaths` to walk.odingingerBill2024-06-031-0/+1
* | | | | | Merge pull request #3664 from reduf/fix-signatures-of-some-functionsJeroen van Rijn2024-06-031-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix type of two Win32 functionsLaurent Dufresne2024-06-031-2/+2
|/ / / / /
* | | | | 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
| |\ \ \ \ \