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
2024-11-04
std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.
Alex Rønne Petersen
2024-10-29
std.debug: watchOS: fixes for ilp32 ABI (#21765)
Mario Nachbaur
2024-10-21
watchOS: add os to aarch64 architecture
Mario Nachbaur
2024-09-26
update safety test cases to new panic API
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-16
std: Restore conventional `compareFn` behavior for `binarySearch`
Jay Petacat
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-29
std.pdb: obey naming conventions
mlugg
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
Merge pull request #21230 from jacobly0/stack-trace
Jacob Young
2024-08-28
Dwarf: fix parsing self-hosted debug info for stack traces
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: assert sorted
Andrew Kelley
2024-08-13
std.debug.Dwarf: better source location information
Andrew Kelley
2024-08-13
avoid a branch in resolveAddressesDwarf
Andrew Kelley
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: fix broken logic
Andrew Kelley
2024-08-08
std.debug.Dwarf: try to load the debuginfo from the debuginfod cache.
Xavier Bouchoux
2024-08-08
std.debug.Dwarf: fix loading external debuginfo in the ".debuglink" case.
Xavier Bouchoux
2024-08-07
std.debug: fix compile errors on windows and macos
Andrew Kelley
2024-08-07
update branch for latest std.sort changes
Andrew Kelley
2024-08-07
std.debug.Coverage: use extern structs
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
std.debug.Info.resolveSourceLocations: O(N) implementation
Andrew Kelley
2024-08-07
std.Debug.Info: remove std.Progress integration
Andrew Kelley
2024-08-07
std.debug.Dwarf: precompute .debug_line table
Andrew Kelley
2024-08-07
std.debug.FixedBufferReader is fine
Andrew Kelley
2024-08-07
code coverage dumping tool basic implementation
Andrew Kelley
2024-08-07
introduce tool for dumping coverage file
Andrew Kelley
2024-08-04
std.sort: Remove key argument from binary-search-like functions (#20927)
Fri3dNstuff
2024-08-02
reintroduce std.Dwarf.abi.supportsUnwinding
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-08-01
std.debug: rename Info to SelfInfo
Andrew Kelley
2024-08-01
std.debug.Info: rename ModuleDebugInfo to Module
Andrew Kelley
2024-08-01
std.debug.Info: extract to separate file
Andrew Kelley
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-02
std: add function for writing fixed width ULEB128
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-16
Added test to ensure minimum number of bytes is emitted for writes
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
[next]