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
2025-02-26
std.ArrayList: delete unit test
Andrew Kelley
2025-02-26
Merge pull request #22488 from Rexicon226/ubsan-rt
Andrew Kelley
2025-02-25
AstGen: improve 'file cannot be a tuple' source location
mlugg
2025-02-25
std.Target: Update known max OS versions.
Alex Rønne Petersen
2025-02-25
Merge pull request #22937 from alichraghi/ali_spv
Robin Voetter
2025-02-25
std.heap.page_size_min: relax freestanding restriction
Andrew Kelley
2025-02-25
std.mem.indexOfSentinel: don't ask the OS the page size
Andrew Kelley
2025-02-25
build: add `bundle_ubsan_rt`
David Rubin
2025-02-25
mem: add `@branchHint` to `indexOfSentinel`
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-25
ubsan: implement some more checks
David Rubin
2025-02-25
Compilation: use the minimal runtime in `ReleaseSafe`
David Rubin
2025-02-25
ubsan: switch to using `std.builtin.panicExtra` to log errors
David Rubin
2025-02-25
ubsan: add a basic runtime
David Rubin
2025-02-25
Revert "skip regressed LLVM 17 std lib test on powerpc"
Alex Rønne Petersen
2025-02-25
Merge pull request #22999 from alexrp/mingw-update
Alex Rønne Petersen
2025-02-24
spirv: replace some unreachables with compile errors
Ali Cheraghi
2025-02-24
std.zig.target: Support new wiaguid library name for MinGW-w64.
Alex Rønne Petersen
2025-02-24
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler
2025-02-24
Merge pull request #22154 from alexrp/disable-intrinsics
Alex Rønne Petersen
2025-02-23
std.posix: Handle USER_MAPPED_FILE in windows ftruncate() impl
Linus Groh
2025-02-23
std.Build.Step.ConfigHeader: follow deprecation policy
Andrew Kelley
2025-02-23
Merge pull request #22794 from cbilz/autoconf_at
Andrew Kelley
2025-02-23
std.math.big.int: Support strings up to base 36
Linus Groh
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-22
zig fmt
Andrew Kelley
2025-02-22
std.Build: Allow ConfigHeader values to be added at build.zig runtime
Constantin Bilz
2025-02-22
std.net: Fix IPv6 address format compression for long zero runs (#22441)
Anders Bondehagen
2025-02-22
std.crypto.tlcsprng: Fix hardcoded use of defaultRandomSeed()
Linus Groh
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-22
std.heap.DebugAllocator: default wasm to 64K page size
Andrew Kelley
2025-02-22
std.crypto.asn1: fix merge conflicts
Andrew Kelley
2025-02-22
Merge pull request #19976 from clickingbuttons/asn1
Andrew Kelley
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
zig fmt: fix invalid alignment on frees
Andrew Kelley
2025-02-22
update to new pop API
Andrew Kelley
2025-02-22
std/http/Client: Remove TODO comments on indentation
87flowers
2025-02-22
std/zig/render: Add doc comments to AutoIndentingStream
87flowers
2025-02-22
std/zig/parser: Add indentation tests
87flowers
2025-02-22
std/zig/render: implement fixes for unit tests
87flowers
2025-02-22
std/zig/render: assigns are .after_equals
87flowers
2025-02-22
std/zig/render: Collapse one level of indentation in binop after equals sign
87flowers
2025-02-22
std/zig/render: Implement space mode to fix comment indentation
87flowers
2025-02-22
std/zig/render: Initial implementation of indentation
87flowers
2025-02-22
std/zig/render: Implement AutoIndentingStream.init
87flowers
2025-02-22
std.DynLib: add support for DT_GNU_HASH sections in elf files
geemili
2025-02-22
Add rapidhash (#22085)
Chris Covington
2025-02-22
std.zig.system.NativePaths: Add Homebrew paths (#22738)
Wyatt Radkiewicz
2025-02-22
AstGen: make layout specifiers on opaque containers a compile error
David Rubin
2025-02-22
fix ArrayHashMap setKey when store_hash=true
Andrew Kelley
[next]