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
/
Build
/
Step
/
CheckObject.zig
Age
Commit message (
Expand
)
Author
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-03
std.macho: remove alignment from LoadCommandIterator
Andrew Kelley
2023-08-18
check-object: dump contents of LC_BUILD_VERSION and LC_VERSION_MIN_* cmds
Jakub Konka
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-27
test: add a test that verifies no debug handlers get pulled into compiler_rt
kcbanner
2023-07-20
check-object: allow for multiple extractions within one check
Jakub Konka
2023-07-20
check-object: format known OS-specific types before doing generic format
Jakub Konka
2023-07-20
check-object: dump PT flags when dumping program headers
Jakub Konka
2023-07-20
check-object: remove wildcard matchers as they are too clunky
Jakub Konka
2023-07-20
check-object: dump contents of .dynamic section
Jakub Konka
2023-07-19
test/link: add shared-memory test for WebAssembly
Luuk de Gram
2023-07-13
check-object: dump info on PHDRs
Jakub Konka
2023-07-13
check-object: dump more info on SHDRs
Jakub Konka
2023-07-13
check-object: dump some info on SHDRs
Jakub Konka
2023-07-13
check-object: dump ELF header
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
Remove CheckObjectStep.runAndCompare (#15973)
Zapolsky Anton
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele