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
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
2024-08-13
std.Build.Fuzz.WebServer: sort pcs before source location lookup
Andrew Kelley
2024-08-13
avoid a branch in resolveAddressesDwarf
Andrew Kelley
2024-08-08
more optimized and correct management of 8-bit PC counters
Andrew Kelley
2024-08-08
fuzzing: comptime assertions to protect the ABI
Andrew Kelley
2024-08-07
build runner: output hint when no --port provided
Andrew Kelley
2024-08-07
update branch for latest std.sort changes
Andrew Kelley
2024-08-07
fuzzer web ui: resolve cwd in sources.tar
Andrew Kelley
2024-08-07
fuzzer web ui: introduce entry points
Andrew Kelley
2024-08-07
fuzzer web UI: receive coverage information
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
introduce tool for dumping coverage file
Andrew Kelley
2024-08-07
fuzzer: share zig to html rendering with autodocs
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-07-28
Merge pull request #20667 from jayrod246/windows-watch
Andrew Kelley
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
2024-07-27
Watch.zig: add initial windows implementation
Jarrod Meyer
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
std.Build.Fuzz: fix progress node hierarchy
Andrew Kelley
2024-07-25
build runner sends a start_fuzzing message to test runner
Andrew Kelley
[next]