index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
Age
Commit message (
Expand
)
Author
2025-10-18
std.start: align stack pointer according to ARC v3 ABI
Alex Rønne Petersen
2025-10-18
std.start: add or1k support
Alex Rønne Petersen
2025-10-18
Merge pull request #25622 from alexrp/inline-asm-fixes
Alex Rønne Petersen
2025-10-18
Revert "std.Thread: disable test on armeb in addition to thumbeb"
Alex Rønne Petersen
2025-10-18
Merge pull request #25614 from squeek502/windows-rename-delete
Alex Rønne Petersen
2025-10-18
std.os.linux: remove syscall7() on mips64/mipsn32
Alex Rønne Petersen
2025-10-18
std.pie: fix getDynamicSymbol() for mipsn32
Alex Rønne Petersen
2025-10-18
std.start: fix _start for mipsn32
Alex Rønne Petersen
2025-10-18
std.Thread: fix some issues in x86_64/x32 inline asm
Alex Rønne Petersen
2025-10-18
std.Thread: fix inline asm for mipsn32
Alex Rønne Petersen
2025-10-18
std.os.linux: fix some issues in x32 inline asm
Alex Rønne Petersen
2025-10-18
std.os.linux: fix some issues in mipsn32 inline asm
Alex Rønne Petersen
2025-10-18
std: make all MIPS inline asm safe for MIPS I
Alex Rønne Petersen
2025-10-18
std.Target: move Cpu.supportsAddressSpace() up to here
Alex Rønne Petersen
2025-10-18
Merge pull request #25600 from alexrp/std-debug-more-arches
Alex Rønne Petersen
2025-10-18
compiler: rename `--test-timeout-ms` to `--test-timeout`
Matthew Lugg
2025-10-18
std: split up ecdsa tests
Matthew Lugg
2025-10-18
crypto.ecdsa: trim the number of tests we perform
Frank Denis
2025-10-18
ci: bump unit test timeouts
mlugg
2025-10-18
std: make RwLock test less intensive
mlugg
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-10-18
std.Build: do not expect server protocol for tests using immature backends
mlugg
2025-10-18
build runner: remove `--prominent-compile-errors`, introduce `--error-style`
mlugg
2025-10-18
std.Build: separate errors from failed commands
mlugg
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-10-18
std.Build: implement unit test timeouts
mlugg
2025-10-17
std.Uri: test file URIs without an authority field
Jon Parise
2025-10-18
os.linux.timeval: use same field names as std.c
Brandon Black
2025-10-18
std.debug.cpu_context.Sparc: fix bad use of call delay slot
Alex Rønne Petersen
2025-10-18
std.debug.cpu_context: let the compiler deal with clobbers
Alex Rønne Petersen
2025-10-18
std.debug.cpu_context: sort context decls according to switch prongs (NFC)
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for arc
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for m68k
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for or1k
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for csky
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for lanai
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for ve
Alex Rønne Petersen
2025-10-18
std.debug: FP-based unwinding is impossible on avr, csky, msp430, and xcore
Alex Rønne Petersen
2025-10-17
Merge pull request #25610 from alexrp/std-os-linux-cleanup
Alex Rønne Petersen
2025-10-17
windows: Always try using POSIX_SEMANTICS/etc for rename/delete
Ryan Liptak
2025-10-17
windows: make FILE_DISPOSITION_ constants pub
Ryan Liptak
2025-10-17
std.os.linux.tls: don't unnecessarily use std.posix
Alex Rønne Petersen
2025-10-17
std.os.linux: add incomplete x32 arch bits file
Alex Rønne Petersen
2025-10-17
std.os.linux: add incomplete mipsn32 arch bits file
Alex Rønne Petersen
2025-10-17
std.os.linux: clean up a bunch of dead consts
Alex Rønne Petersen
2025-10-17
std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...
Alex Rønne Petersen
2025-10-17
std.os.linux: replace usize/isize in arch bits with fixed types for clarity
Alex Rønne Petersen
2025-10-17
std.os.linux: move some generic decls out of the arch bits
Alex Rønne Petersen
2025-10-16
std.os.linux.thumb: remove some @setRuntimeSafety(false) with no clear purpose
Alex Rønne Petersen
2025-10-16
std.os.linux: remove some pointless asm clobbers in naked fns
Alex Rønne Petersen
[prev]
[next]