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
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-21
Merge pull request #20708 from alexrp/target-cleanup-2
Andrew Kelley
2024-07-22
debug: correct dump_hex and dump_hex_fallible casing (#19296)
Wooster
2024-07-21
std.Target.Os: Rename lv2 to ps3.
Alex Rønne Petersen
2024-07-21
std.Target: Add comments for deliberately omitted/removed LLVM tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-21
Revert "Merge pull request #20380 from tau-dev/master"
Andrew Kelley
2024-07-21
std.os.linux: sched_setaffinity fix (#20357)
Gabor Lekeny
2024-07-21
zig build: respect `PKG_CONFIG` environment variable
Eric Joldasov
2024-07-21
std.Build: add support for passing comptime_int, float and comptime_float opt...
L zard
2024-07-21
fix(fmt): pointer type syntax to index (take 2) (#20336)
Will Lillis
2024-07-21
tls.Client: implement record padding (#20558)
Igor Anić
2024-07-21
std.mem.reverse: Improve performance (#20455)
JonathanHallstrom
2024-07-21
Riscv32e align stack to 4 bytes (#20673)
cheme
2024-07-21
Merge pull request #20380 from tau-dev/master
Andrew Kelley
2024-07-20
Merge pull request #20402 from alexrp/target-cleanup
Andrew Kelley
2024-07-20
compiler server: detect when parent process pipe is broken
Andrew Kelley
2024-07-20
fix std.fmt.hex
Andrew Kelley
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-20
move std.zig.fatal to std.process.fatal
Andrew Kelley
2024-07-20
std.Target: Remove `coreclr` ABI specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove the `gnuf64` ABI specifier.
Alex Rønne Petersen
2024-07-19
std: Add loongarch support for elf. (#20678)
YANG Xudong
2024-07-19
Merge pull request #20679 from ziglang/std.c-reorg
Andrew Kelley
2024-07-19
mem: handle Float and Bool cases in byteSwapAllFields
kcbanner
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
ModuleDebugInfo: Discard C++ namespaces appearing in PDBs
Tau
2024-07-19
fix fanotify_mark on 32-bit
Techatrix
2024-07-19
macos doesn't have pipe2
Andrew Kelley
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-18
Merge pull request #19641 from The-King-of-Toasters/windows-api-refactor
Andrew Kelley
2024-07-17
format: do not force user to provide an alignment field when it's not necessa...
eric-saintetienne
2024-07-17
Windows: Rework kernel32 apis
Stephen Gregoratto
2024-07-17
QueryObjectName: Add error union
Stephen Gregoratto
2024-07-17
Merge pull request #20474 from Rexicon226/riscv
Jakub Konka
2024-07-16
Merge pull request #20632 from jacobly0/codegen-thread
Jacob Young
2024-07-16
std.Zir: some declaration traversal fixes
mlugg
2024-07-16
Merge pull request #20646 from ziglang/fix-updateZirRefs
Andrew Kelley
2024-07-16
indexOfSentinel: fix ub
Jacob Young
2024-07-16
Progress: avoid race on `global_progress.draw_buffer`
Jacob Young
2024-07-15
Zir: fix wrong union field access for declaration
Andrew Kelley
2024-07-16
std.c.LC: mark enum as non-exhaustive
Eric Joldasov
[next]