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
Age
Commit message (
Expand
)
Author
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-12-18
std.Build: add API to create Compile steps from existing module
mlugg
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-18
std.Build.Step.TranslateC: propagate target, optimize, link_libc to added module
Eric Joldasov
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-12-13
Merge pull request #22035 from alexrp/unwind-fixes
Alex Rønne Petersen
2024-12-12
Merge pull request #22090 from alexrp/glibc-runtime-triples
Alex Rønne Petersen
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-29
std.Build: Detect `pkg-config` names with "lib" prefix
Jay Petacat
2024-11-28
std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().
Alex Rønne Petersen
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-27
std.Build: gracefully handle child stdin closing when running tests
mlugg
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-19
build: don't hang when capturing Stdout of verbose Build.Step.Run
Alex Kladov
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-10-24
std.Build.Watch: implement removing watches for kqueue
Andrew Kelley
2024-10-24
std.Build.Watch: limit to one switch on os tag
Andrew Kelley
2024-10-24
implement --watch for kqueue
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
std.Build.Step.Compile: add a way to expect an error message
Andrew Kelley
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-10
std.Build.Step.CheckObject: display source file path
Andrew Kelley
2024-10-10
std.Build.Cache.Path: fix single-quote escaping format
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-08
link tests: add a way to check prefix and use it
Andrew Kelley
2024-10-04
19009: zig objcopy: integrate --add-section, --set-section-alignment and --se...
Patrick Wickenhaeuser
2024-09-25
replace TranslateC.addIncludeDir with variants with LazyPath/library names
dave caruso
2024-09-25
std: fix inappropriate use of unreachable in fanotify_init
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
add runs per second to fuzzing ui
Andrew Kelley
2024-09-11
make lowest stack an internal libfuzzer detail
Andrew Kelley
2024-09-11
fuzzer: move web files into separate directory
Andrew Kelley
2024-08-31
Merge pull request #21173 from mrjbq7/writeStackTrace
Andrew Kelley
2024-08-28
fuzzing: fix entry address logic
Andrew Kelley
2024-08-28
LLVM: disable inline 8-bit counters when using trace pc guard
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-23
fix autodocs regression FTBFS
Andrew Kelley
2024-08-22
std.debug: remove allocator from std.debug.writeStackTrace()
John Benediktsson
2024-08-21
std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-14
Watch.zig: fixes for windows implementation
Jarrod Meyer
[prev]
[next]