• Joined on 2022-11-13
Nixyri synced commits to refs/pull/22012/merge at Nixyri/zig from mirror 2024-11-21 03:22:47 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/22021/merge at Nixyri/zig from mirror 2024-11-21 03:22:47 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced and deleted reference refs/tags/refs/pull/22034/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
Nixyri synced commits to master at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Nixyri synced commits to refs/pull/17956/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
a5d4ad17b7 crypto.keccak.State: add checks to prevent insecure transitions (#22020)
dafe1a910d Append disabled LLVM CPU features after enabled ones
acba2645f7 crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)
Compare 5 commits »
Nixyri synced commits to refs/pull/19907/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/20051/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/20271/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/20863/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/21246/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
a5d4ad17b7 crypto.keccak.State: add checks to prevent insecure transitions (#22020)
dafe1a910d Append disabled LLVM CPU features after enabled ones
acba2645f7 crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)
Compare 6 commits »
Nixyri synced commits to refs/pull/21348/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/21461/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
a5d4ad17b7 crypto.keccak.State: add checks to prevent insecure transitions (#22020)
dafe1a910d Append disabled LLVM CPU features after enabled ones
acba2645f7 crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)
Compare 18 commits »
Nixyri synced commits to refs/pull/21555/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
a5d4ad17b7 crypto.keccak.State: add checks to prevent insecure transitions (#22020)
Compare 2 commits »
Nixyri synced commits to refs/pull/21638/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
a5d4ad17b7 crypto.keccak.State: add checks to prevent insecure transitions (#22020)
dafe1a910d Append disabled LLVM CPU features after enabled ones
acba2645f7 crypto.aes.soft: use std.atomic.cache_line instead of a harcoded value (#22026)
Compare 6 commits »
Nixyri synced commits to refs/pull/21694/merge at Nixyri/zig from mirror 2024-11-21 03:22:46 +00:00
f845fa04a0 std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Compare 2 commits »
Nixyri synced commits to refs/pull/99437/head at Nixyri/godot from mirror 2024-11-21 03:22:35 +00:00
436a6f449d Add test cases for Occluder Shapes
Nixyri synced commits to refs/pull/99437/merge at Nixyri/godot from mirror 2024-11-21 03:22:35 +00:00
436a6f449d Add test cases for Occluder Shapes
Compare 2 commits »
Nixyri synced commits to refs/pull/99455/head at Nixyri/godot from mirror 2024-11-21 03:22:35 +00:00
f484b89ff5 Added indirect drawing functionality to MultiMesh
9e6098432a Merge pull request #99469 from akien-mga/revert-97370
cfef79415b Merge pull request #99449 from Sauermann/fix-revert-device-id-clash
7c1f42506a Merge pull request #99448 from clayjohn/RD-sky-flip
70963cf515 Merge pull request #99413 from Alex2782/fix_transfer_bit
Compare 15 commits »
Nixyri synced commits to refs/pull/99455/merge at Nixyri/godot from mirror 2024-11-21 03:22:35 +00:00
f484b89ff5 Added indirect drawing functionality to MultiMesh
Compare 2 commits »
Nixyri synced commits to refs/pull/95497/head at Nixyri/godot from mirror 2024-11-21 03:22:34 +00:00
542bef343a Improve string formatting error messages
9e6098432a Merge pull request #99469 from akien-mga/revert-97370
cfef79415b Merge pull request #99449 from Sauermann/fix-revert-device-id-clash
7c1f42506a Merge pull request #99448 from clayjohn/RD-sky-flip
70963cf515 Merge pull request #99413 from Alex2782/fix_transfer_bit
Compare 3029 commits »