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
getAppDataDir
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2021-09-23
Linux/sparc64 bits: Add missing C type definitions
Koakuma
2021-09-23
Merge pull request #9825 from Snektron/big-int-signed-and-or
Andrew Kelley
2021-09-23
big ints: only write xor overflow if required
Robin Voetter
2021-09-23
big ints: 2s complement signed and + or fixes
Robin Voetter
2021-09-23
big ints: 2s complement signed or
Robin Voetter
2021-09-22
Remove reference to stage2_os
Martin Wickham
2021-09-22
Make stage2 start.zig work on Windows
Martin Wickham
2021-09-22
tokenizer: Fix index-out-of-bounds on unfinished unicode escapes before EOF
Ryan Liptak
2021-09-22
FIX resize() for non u8 element types. (#9806)
Coleman Broaddus
2021-09-22
big ints: 2s complement signed xor
Robin Voetter
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-22
io_uring: implement read_fixed/write_fixed
Vincent Rischmann
2021-09-22
std.build: fix handling of -Dcpu
Isaac Freund
2021-09-20
Merge pull request #9649 from Snektron/address-space
Andrew Kelley
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
tokenizer: Fix index-out-of-bounds on string_literal_backslash right before EOF
Ryan Liptak
2021-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-20
Fix compile error in WindowsCondition.wait()
Travis Martin
2021-09-20
adding support for UTF-8 output
HugoFlorentino
2021-09-19
Update `hash` & `crypto` benchmarks run comment (#9790)
Ali Chraghi
2021-09-20
I'm working on a WebAssembly interpreter in zig. WebAssembly uses LEB128 enco...
Malcolm Still
2021-09-20
Address Spaces: Fix comments in Ast.zig
Robin Voetter
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-09-20
Address Spaces: fmt a bunch of stuff
Robin Voetter
2021-09-20
Address Spaces: zig fmt + tests
Robin Voetter
2021-09-20
Address Spaces: x86 segment address spaces in builtin
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-20
Address spaces: AstGen
Robin Voetter
2021-09-20
Address spaces: addrspace(A) parsing
Robin Voetter
2021-09-19
elf: add amd64 relocation types
Jakub Konka
2021-09-19
Improve ensureTotalCapacity call in ChildProcess.collectOutputWindows
Ryan Liptak
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-19
std.PriorityDequeue: ensureUnusedCapacity and ensureTotalCapacity
Ryan Liptak
2021-09-19
std.PriorityQueue: ensureUnusedCapacity and ensureTotalCapacity
Ryan Liptak
2021-09-19
std.fifo.LinearFifo: ensureUnusedCapacity and ensureTotalCapacity
Ryan Liptak
2021-09-18
Add Linux ioctl creation utilities (#9748)
Jens Goldberg
2021-09-17
elf: add a couple missing special section indexes SHN_
Jakub Konka
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
std/special: fix 'zig test --test-evented-io
Stephen Gutekanst
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-16
std.unicode: cleanup allocations on error in allocating functions
Ryan Liptak
2021-09-16
net.Address: Fix writing 0-bytes when formatting Unix addresses
Kirjastonhoitaja
2021-09-15
fix __chkstk on aarch64
Jonathan Marler
2021-09-14
Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE
Travis Martin
2021-09-14
add functions to decode an epoch timestamp (#9040)
Jonathan Marler
2021-09-14
Merge pull request #9676 from ziglang/zld-incr
Jakub Konka
2021-09-14
zig fmt: Keep callconv(.Inline) on function pointer types
Philipp Lühmann
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
[next]