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
Age
Commit message (
Expand
)
Author
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-30
std/os/uefi: fix packed struct bitfields
Nameless
2021-06-30
boot_services: allow custom MemoryTypes
Sreehari Sreedev
2021-06-29
std.fs.File: update doc comments regarding locking
Andrew Kelley
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-29
implement std.fs.File.setLock for Windows
Andrew Kelley
2021-06-29
std add fs.File.setLock
Andrew Kelley
2021-06-27
std/fmt: add fmtDurationSigned
Isaac Freund
2021-06-26
allow json scientific notation to coerce to integers as long as they actually...
Emil Lerch
2021-06-26
Export isValidId, remove pub on unexported functions
Robin Voetter
2021-06-25
Merge pull request #9148 from marler8997/windowsChildOutput
Andrew Kelley
2021-06-25
std/build: add --sysroot general option
Isaac Freund
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-24
zld: parse libSystem tbd stub when linking
Jakub Konka
2021-06-23
nice error for unsupported async sockets on Windows
Jonathan Marler
2021-06-23
translate-c: Remove usage of `extern enum`
Evan Haas
2021-06-22
add compile error if root.log is not a function
Luna
2021-06-21
fix unused locals from merge conflict
Andrew Kelley
2021-06-21
mips: fix syscall_pipe
Andrew Kelley
2021-06-21
remove unused parameters
Andrew Kelley
2021-06-21
std.os.linux.bpf: fix incorrect usage of unexpectedErrno
Andrew Kelley
2021-06-21
std.os.linux: fix splitValueBE64
Andrew Kelley
2021-06-21
std.TrailerFlags: remove superfluous parameter
Andrew Kelley
2021-06-21
std.crypto.p256: fix neg function compile error
Andrew Kelley
2021-06-21
std: ArrayHashMap remove unused parameter
Andrew Kelley
2021-06-21
std: fix code unblocked by previous commit
Jacob G-W
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2 tests: remove unused vars
Jacob G-W
2021-06-21
std.enums: make code correct zig and not stage1
Jacob G-W
2021-06-21
Merge pull request #8717 from mchudleigh/dwarf-on-windows
Veikka Tuominen
2021-06-20
Merge pull request #9168 from LemonBoy/fix-pie
Andrew Kelley
2021-06-20
stage2: Remove special double ampersand parsing case (#9114)
Dmitry Matveyev
2021-06-20
std: Make copy_file_range checks run at compile-time
LemonBoy
2021-06-20
Bring your own MAX_PATH_BYTES
mason1920
2021-06-19
std: Fix PIE startup sequence
LemonBoy
2021-06-18
Fix crash when compiling with cygwin/msys on windows
Matt Chudleigh
2021-06-18
Add support for reading DWARF debug information from COFF files
Matt Chudleigh
2021-06-18
Support long section names in COFF files
Matt Chudleigh
2021-06-18
Convert remaining addresses to u64 from usize in dwarf.zig
Matt Chudleigh
2021-06-18
finish ChildProcess collectOutputWindows
Jonathan Marler
2021-06-18
HashMap.getOrPutAssumeCapacityAdapted should set key to undefined (#9138)
hadroncfy
2021-06-17
std: Use WINAPI instead of .Stdcall
LemonBoy
2021-06-17
std: Uniform polling logic for Windows and Unix
LemonBoy
2021-06-17
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2021-06-17
Fix `lakemont` CpuModel (#9099)
d18g
2021-06-16
netbsd: add more std.os.bits
Michael Dusan
2021-06-15
zig build: add --libc general option
Isaac Freund
2021-06-15
Merge pull request #9091 from Vexu/translate-c
Veikka Tuominen
2021-06-15
std: don't reference non-existant ComptimeStringHashMap type
Björn Linse
[next]