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
Age
Commit message (
Expand
)
Author
2022-08-11
std: Don't pass undefined memory to the kernel in os.abort()
Isaac Freund
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
2022-08-10
Merge pull request #12379 from ifreund/packed-struct-explicit-backing-int
Andrew Kelley
2022-08-10
fix: disallow newline in char literal
zooster
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-09
std: add workaround for stage2 bug
Veikka Tuominen
2022-08-08
Sema: avoid error return traces when possible
Andrew Kelley
2022-08-08
std: fix BoundedArray test checking wrong condition (#12372)
Ryotaro "Justin" Kimura
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2022-08-06
std: use std.macho.LoadCommandIterator for MachO parsing in std.debug
Jakub Konka
2022-08-06
Type: adjust C type sizes
Veikka Tuominen
2022-08-05
std.mem.zeroes: Zero sized structs with uninitialized members (#12246)
N00byEdge
2022-08-05
std.enums: make directEnumArrayLen public
Allan Regush
2022-08-05
Makes std.meta.Tuple and std.meta.ArgsTuple generate a unique type instead of...
Felix "xq" Queißner
2022-08-05
Update Linux syscall list for 5.19
Stephen Gregoratto
2022-08-03
macho: add missing align cast in LoadCommandIterator
Jakub Konka
2022-08-03
macho: update how we insert output sections
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-08-03
crypto.sign.ed25519: include a context string in blind key signatures (#12316)
Frank Denis
2022-08-02
Sema: add safety for sentinel slice
Veikka Tuominen
2022-08-01
std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...
Ryan Liptak
2022-07-31
Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watch
Ryan Liptak
2022-07-30
parser: require expression after colon in slice expr
Veikka Tuominen
2022-07-29
std.debug: default signal handler also handles SIGFPE
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-27
Merge pull request #12252 from ziglang/stage3-test-cases
Andrew Kelley
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-27
std.fmt: lowercase compile errors
r00ster91
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-07-26
start code: enable segfault handler for stage2
Andrew Kelley
2022-07-26
Merge pull request #12237 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-26
std.mem: add `reset` to `SplitBackwardsIterator` and `SplitIterator`
r00ster
2022-07-26
AstGen: disable null bytes and empty stings in some places
Veikka Tuominen
2022-07-26
parser: add error for doc comment attached to comptime or test blocks
Veikka Tuominen
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-25
PriorityDequeue: use compareFn in update() method
VÖRÖSKŐI András
2022-07-25
std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`
Ryan Liptak
2022-07-25
std.testing: make the caret indicator line more helpful
r00ster
2022-07-25
Merge pull request #12059 from Luukdegram/linker-tests-run-step
Luuk de Gram
2022-07-24
std.fs: Fix Walker closing the initial directory when not fully iterated
Ryan Liptak
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-24
std: compile error on invalid testing allocator usage
Ali Chraghi
2022-07-24
std.json: expose encodeJsonString and encodeJsonStringChars
Jonathan Marler
2022-07-23
io_uring: add new flags and opcodes
Vincent Rischmann
2022-07-23
Revert "std.mem.Allocator: add alignedCreate"
Veikka Tuominen
2022-07-23
std.mem.Allocator: add alignedCreate
devins2518
2022-07-23
std.net.getAddressList: fix segfault on bad hostname
Veikka Touminen
2022-07-23
std.json: Fix parsing of large numbers
ominitay
[prev]
[next]