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
Group-Canceled
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
groupAwait
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-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
AstGen: use RLS to infer the first argument of `@fieldParentPtr`
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-29
implement ryu 64-bit backend
Marc Tiehuis
2024-03-29
lib/std/coff: add ImportNameType.NAME_EXPORTAS variant
Jakub Konka
2024-03-29
std.math: rework modf
Sean
2024-03-28
Merge pull request #19399 from ypsvlq/mingw
Andrew Kelley
2024-03-28
std.PackedInt: remove workaround for stage1 bug
Veikka Tuominen
2024-03-27
Build.Step.Compile: Add `mingw_unicode_entry_point` field
Ryan Liptak
2024-03-27
std.zig: remove extraneous newlines in log messages
Jacob Young
2024-03-27
haiku: fix poll definitions
Jacob Young
2024-03-26
make `addCSourceFiles` assert `options.files` are relative
David Rubin
2024-03-26
valgrind client request wrappers take const pointers (#19237)
Prokop Randáček
2024-03-26
std.Build: dupe provided paths for Step.Fmt.create()
Luis Cáceres
2024-03-25
Merge pull request #19414 from mlugg/comptime-mutable-memory-yet-again
Andrew Kelley
2024-03-25
Merge pull request #19406 from jacobly0/haiku
Andrew Kelley
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-24
std.enums: fix EnumSet.init and EnumMap.init for non-exhaustive enums
Simon Brown
2024-03-24
Build.Cache: fix UAF during `unhit`
Jacob Young
2024-03-24
fix comptime float formatting
Marc Tiehuis
2024-03-24
std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytes
Ben Sinclair
2024-03-23
haiku: debitrot
Jacob Young
2024-03-23
WasmAllocator: fix safety panic during OOM
Jacob Young
2024-03-23
Build.Cache: fix UAF during `unhit`
Jacob Young
2024-03-23
Merge pull request #19396 from ziglang/coff-stdlib
Jakub Konka
2024-03-22
lib/std/coff: add ImportHeader, and Relocation metadata
Jakub Konka
2024-03-22
lib/std/coff: add undocumented machine type ARM64EC
Jakub Konka
2024-03-22
lib/std/coff: allow for unhandled enum values
Jakub Konka
2024-03-22
Change std.os.exit to std.process.exit
regeliv
2024-03-22
Merge pull request #19390 from ziglang/valgrind
Andrew Kelley
2024-03-22
Merge pull request #19388 from ziglang/cache-dedup
Andrew Kelley
2024-03-21
std.Build.Cache: bump manifest_file_size_max to 100M
Andrew Kelley
2024-03-21
std.Build.Cache: use an array hash map for files
Andrew Kelley
2024-03-21
std.array_hash_map: remove meta context verification
Andrew Kelley
2024-03-21
std.array_hash_map: enhance doc comments
Andrew Kelley
2024-03-21
move Package.Path to std.Build.Cache.Path
Andrew Kelley
2024-03-21
extract std.Build.Cache.Directory into separate file
Andrew Kelley
2024-03-21
Merge pull request #19348 from jedisct1/wasi-threads-compfix
Andrew Kelley
2024-03-21
Update frexp.zig (#19370)
Sean
2024-03-21
std.mem.indexOfSentinel: valgrind integration
Andrew Kelley
2024-03-21
std.mem.indexOfScalarPos: valgrind integration
Andrew Kelley
2024-03-21
add std.debug.inValgrind
Andrew Kelley
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-21
std: remove one layer of redundant parse_float namespace
Andrew Kelley
2024-03-21
std.Build.addTest: add doc comments
Andrew Kelley
2024-03-21
rename ryu128 -> format_float
Marc Tiehuis
2024-03-21
std.os.windows: add POLL.IN and POLL.OUT
Michael Ortmann
2024-03-20
std.io: remove BufferedTee
Igor Anić
2024-03-20
std.hash_map: fix pointer lock safety false positive
Andrew Kelley
[next]