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
/
debug
Age
Commit message (
Expand
)
Author
4 days
update all std.fs.cwd() to std.Io.Dir.cwd()
Andrew Kelley
4 days
std: reorganize realpath and process executable APIs
Andrew Kelley
4 days
update all occurrences of openFile to receive an io instance
Andrew Kelley
4 days
update all occurrences of std.fs.File to std.Io.File
Andrew Kelley
4 days
update all occurrences of close() to close(io)
Andrew Kelley
4 days
std: all File functions moved to std.Io
Andrew Kelley
6 days
Merge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...
Alex Rønne Petersen
2025-12-12
windows: type safety improvements and more ntdll functions
Jacob Young
2025-12-06
std: make stack unwinding faster on macOS
Matthew Lugg
2025-12-05
std: replace usages of std.mem.indexOf with std.mem.find
Adrià Arrufat
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.debug.MachOFile: handle 'path/to/archive.a(entry.o)' form
Matthew Lugg
2025-11-20
fuzzer: account for runtime address slide
Matthew Lugg
2025-11-20
std.debug.Info: basic Mach-O support
Matthew Lugg
2025-11-20
std.debug: split up Mach-O debug info handling
Matthew Lugg
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-11-12
std.debug: allow fp unwind from context
Matthew Lugg
2025-11-10
Merge pull request #25886 from alexrp/kvx
Alex Rønne Petersen
2025-11-10
std.debug.Dwarf: add kvx ip/fp/sp register mappings
Alex Rønne Petersen
2025-11-10
std.debug.cpu_context: add kvx context implementation
Alex Rønne Petersen
2025-11-09
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young
2025-10-31
fix typo in std.debug.ElfFile.loadSeparateDebugFile
TibboddiT
2025-10-30
std.debug.cpu_context: fix signal_ucontext_t for arm-linux
Alex Rønne Petersen
2025-10-30
Merge pull request #25733 from GasInfinity-Forks/x86_16-cpu_context
Alex Rønne Petersen
2025-10-29
feat: add `x86_16` debug `cpu_context`
GasInfinity
2025-10-29
std.debug.SelfInfo.Windows: less invasive change
Andrew Kelley
2025-10-29
std.Io: introduce openSelfExe
Andrew Kelley
2025-10-29
std.debug.SelfInfo: add missing io parameter to getSymbol
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
std: fix seekBy unit test
Andrew Kelley
2025-10-29
std.Io: implement fileStat
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-26
std.debug.cpu_context: fix mcontext alignment for x86_64-illumos
Alex Rønne Petersen
2025-10-25
std.debug.cpu_context: add missing signal_ucontext_t fields for x86_64-solari...
Stephen Gregoratto
2025-10-23
std.debug.cpu_context: add signal_ucontext_t for alpha, hppa, microblaze, sh
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
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-15
std.debug.Dwarf: add SPARC register number mappings
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context: add sparc*-linux context conversion support
Alex Rønne Petersen
[next]