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
getAppDataDir
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
std.Io.Threaded-groups-2
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
7 days
std.debug: fix simple_panic
Andrew Kelley
7 days
std: consolidate all instances of std.Io.Threaded into a singleton
Andrew Kelley
7 days
SelfInfo.Windows: a few fixes for std.Io
Ryan Liptak
7 days
std: Update/fix some usages/implementations of std.Io APIs
Ryan Liptak
7 days
fix more fallout from locking stderr
Andrew Kelley
7 days
fix build runner compilation errors on macOS
Andrew Kelley
7 days
update uses of std.debug.lockStdErr
Andrew Kelley
7 days
std.heap.DebugAllocator: never detect TTY config
Andrew Kelley
7 days
std.debug: simplify printLineFromFile
Andrew Kelley
7 days
update all std.fs.cwd() to std.Io.Dir.cwd()
Andrew Kelley
7 days
std: reorganize realpath and process executable APIs
Andrew Kelley
7 days
update all occurrences of openFile to receive an io instance
Andrew Kelley
7 days
update all occurrences of std.fs.File to std.Io.File
Andrew Kelley
7 days
update all occurrences of close() to close(io)
Andrew Kelley
7 days
std: all File functions moved to std.Io
Andrew Kelley
9 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
[next]