aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make `os2` Linux `_is_path_separator` compare against `_Path_Separator`Feoramund2025-03-211-1/+1
| * | Remove `if ODIN_OS == .Windows` in file that can only be built on WindowsFeoramund2025-03-211-26/+24
| * | Add tests for new `os2` path APIFeoramund2025-03-211-0/+344
| * | Decouple usage of `filepath` from `os2`Feoramund2025-03-2112-39/+42
| * | Add new path API for `os2`Feoramund2025-03-214-20/+541
| * | Add missing documentation to `os2/path`Feoramund2025-03-201-0/+39
| * | Assert that `_Path_Separator` is 7-bit ASCIIFeoramund2025-03-201-0/+2
* | | Merge pull request #4959 from wisonye/mastergingerBill2025-03-241-14/+27
|\ \ \
| * | | #4959, fixed the broken CI build.Wison Ye2025-03-231-2/+1
| * | | Fixed: Freebsd syscall 'getpeername' is missing.Wison Ye2025-03-231-14/+28
* | | | Merge pull request #4965 from dogue/mastergingerBill2025-03-241-0/+5
|\ \ \ \
| * | | | xlib: add proc binding for SetWindowBorderdogue2025-03-231-0/+5
|/ / / /
* | | | Merge pull request #4960 from jimhub/wgpu-js-fixesLaytan2025-03-231-3/+13
|\ \ \ \
| * | | | Bug fixes for wgpu.jsJames Liljenquist2025-03-221-3/+13
| |/ / /
* | | | Merge pull request #4124 from Yawning/feature/cryptoJeroen van Rijn2025-03-2366-885/+5435
|\ \ \ \ | |/ / / |/| | |
| * | | core/crypto/_aes/ct64: Disable bounds checkingYawning Angel2025-03-231-2/+2
| * | | core/crypto: Switch to using `ensure`Yawning Angel2025-03-2336-363/+188
| * | | core/crypto/blake2: Add the ability to easily alter digest sizeYawning Angel2025-03-232-6/+12
| * | | core/crypto/sha2: Clean up the portable code slightlyYawning Angel2025-03-231-14/+21
| * | | core/crypto/sha2: Use hardware SHA224/256 when available (AMD64)Yawning Angel2025-03-235-3/+285
| * | | test/benchmarks/crypto: Improve benchmarksYawning Angel2025-03-237-552/+746
| * | | core:crypto/deoxysii: Initial importYawning Angel2025-03-238-0/+1315
| * | | core/crypto/aegis: Initial importYawning Angel2025-03-2311-86/+1441
| * | | core/crypto/x448: Initial importYawning Angel2025-03-236-0/+1542
| * | | core/crypto: Add `rodata` annotations (NFC)Yawning Angel2025-03-2314-23/+29
| * | | core/crypto/chacha20poly1305: Add missing assertionsYawning Angel2025-03-231-0/+4
| * | | core/crypto/chacha20: Misc Simd128 improvementsYawning Angel2025-03-231-6/+32
| * | | core/crypto: Use `panic_contextless` instead of `intrinsics.trap`Yawning Angel2025-03-2313-33/+21
| * | | core/crypto/_aes/hw_intel: Fix comment (NFC)Yawning Angel2025-03-231-1/+1
|/ / /
* | | Merge pull request #4957 from Barinzaya/fix-mem-make_mapJeroen van Rijn2025-03-221-3/+20
|\ \ \
| * | | Split `mem.make_map` to match the `runtime` procs.Barinzaya2025-03-221-3/+20
|/ / /
* | | Merge pull request #4955 from wisonye/masterLaytan2025-03-222-17/+23
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master'Wison Ye2025-03-227-22/+41
| |\ \ \ | |/ / / |/| | |
* | | | fix unmarshalling bit sets in jsonLaytan Laats2025-03-221-2/+18
* | | | fix typo for freebsd arm64 MINSIGSTKSZLaytan Laats2025-03-211-1/+1
* | | | fix tabsLaytan Laats2025-03-211-8/+8
* | | | fix off by one temp cstring and put objc names on permanent allocator to be safeLaytan Laats2025-03-212-7/+3
* | | | Merge pull request #4953 from openhood/wasm-prevent-duplicate-event-listenersgingerBill2025-03-211-2/+9
|\ \ \ \
| * | | | Prevent registering the same event listener twice on the same element with th...Jonathan Tron2025-03-211-2/+9
* | | | | fix linux release trying to use non-existant llvm 20 packageLaytan Laats2025-03-211-2/+2
|/ / / /
| * / / Fixed #4892: 'EPoll_Event.events' should be bit set.Wison Ye2025-03-222-17/+23
|/ / /
* | | Merge pull request #4951 from openhood/wasm-fix-remove-event-listenersgingerBill2025-03-203-29/+45
|\ \ \
| * | | Fix add/remove event listeners in `core:sys/wasm`Jonathan Tron2025-03-203-29/+45
* | | | Merge pull request #4836 from laytan/fix-wrong-out-of-memorygingerBill2025-03-2010-36/+144
|\ \ \ \
| * | | | mem/virtual: specify max protection on mmap call in NetBSD and FreeBSDLaytan Laats2025-02-186-24/+99
| * | | | cleanup test arenasLaytan Laats2025-02-122-0/+2
| * | | | fix wrong out of memory in edge cases, just try allocate from block for one s...Laytan Laats2025-02-124-12/+43
* | | | | drop llvm 19 feature/microarch tableLaytan Laats2025-03-201-526/+0
| |/ / / |/| | |
* | | | Merge pull request #4948 from laytan/llvm-20-plusgingerBill2025-03-195-18/+1107
|\ \ \ \
| * | | | few llvm 20 changesLaytan Laats2025-03-195-18/+1107
|/ / / /