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
Age
Commit message (
Expand
)
Author
2024-01-29
std.Thread: fix off-by-one in PosixThreadImpl (#18711)
Christian Flicker
2024-01-27
std: remove meta.globalOption
Veikka Tuominen
2024-01-27
os.windows: Fix missing correction from #18657
Krzysztof Wolicki
2024-01-27
Merge pull request #18676 from MrDmitry/feat/improve_cmake_replace_values
Andrew Kelley
2024-01-27
parser: fix "else" followed by "comptime"
Pavel Verigo
2024-01-26
Get rid of direct dependency on std.fmt
MrDmitry
2024-01-26
Minor formatting, removed duplicate test case
MrDmitry
2024-01-26
Add escaped character processing
MrDmitry
2024-01-26
Rewrite replace_variables with CMake-specific version
MrDmitry
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
2024-01-26
std.os.wasi | Fix comment links
Zachary Raineri
2024-01-24
std.macho: add segment flags
Jakub Konka
2024-01-24
Merge pull request #17155 from winterqt/ignore-nix-ldflags-linkage-directives
Andrew Kelley
2024-01-23
os.windows: Fix error 258 name in Win32Error
Krzysztof Wolicki
2024-01-23
NativePaths: support -L and -l arguments in NIX_LDFLAGS
Andrew Kelley
2024-01-23
std.zig.system.NativePaths: ignore linkage directives in `NIX_LDFLAGS`
Winter
2024-01-23
std.fmt: fix unecessary deref on user-defined format function
Khang Nguyen Duy
2024-01-23
std.process: return u64 in totalSystemMemory
Tristan Ross
2024-01-22
Free threads in std.Thread.Pool.init only with pool.join
Littleote
2024-01-22
std.io: replace readStructBig with readStructEndian
Tristan Ross
2024-01-21
langref: make more consistent
Andrew Kelley
2024-01-21
std.fmt: clarify the use of "character"
Andrew Kelley
2024-01-21
Merge pull request #18634 from MrDmitry/bug/ConfigHeader_cmake_neighbors
Andrew Kelley
2024-01-21
Handle all errors on std.net.Ipv4address.resolveIP
Christiano Haesbaert
2024-01-21
Fix last_index after variable substitution
MrDmitry
2024-01-20
Merge pull request #18596 from ypsvlq/mingw
Andrew Kelley
2024-01-20
Merge pull request #18622 from ziglang/zig-mod-edge-case
Andrew Kelley
2024-01-20
std.math: make hypot infer type from argument (#17910)
expikr
2024-01-19
std/math/pow: Fix #18553, isOddInteger: Return false if float value is greate...
hdert
2024-01-19
std.Build.Compile: handle modules sans root source files
Andrew Kelley
2024-01-19
Merge pull request #18293 from g-cassie/array-list-replace-range-assume
Andrew Kelley
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-20
mingw-w64: remove msvcrt sources
Elaine Gibson
2024-01-20
mingw-w64: add missing CRT sources
Elaine Gibson
2024-01-19
do not enforce function parameters to be marked comptime if only called at co...
Meghan Denny
2024-01-19
std.ArrayList: pedantic fixups to previous commit
Andrew Kelley
2024-01-19
std.ArrayList: add replaceRangeAssumeCapacity method
Gordon Cassie
2024-01-19
Merge pull request #18615 from ziglang/langref
Andrew Kelley
2024-01-19
Merge pull request #18611 from erikarvstedt/array-list-overflow
Andrew Kelley
2024-01-18
zig build: add doc comments for functions related to options
Andrew Kelley
2024-01-19
std.ArrayList.replaceRange: remove unneded overflow checks
Erik Arvstedt
2024-01-19
std.ArrayList: remove `+ 1` overflow checks
Erik Arvstedt
2024-01-18
openbsd: add proper support for aarch64
Sebastien Marie
2024-01-18
std.http.Client: read response messages with no length until eof
Nameless
2024-01-18
Merge pull request #17499 from rootbeer/makepath-dangling-symlink
Andrew Kelley
2024-01-18
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki
2024-01-16
Build: add namedWriteFiles to Build
Loris Cro
2024-01-16
byos: Ease `GeneralPurposeAllocator` integration
Jay Petacat
2024-01-16
Merge pull request #15565 from xEgoist/spawnWindows
Andrew Kelley
2024-01-16
Fix TLS record overflow by limiting inner record length to 2^14
melonedo
[next]