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
getAppDataDir
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
std.Io.Threaded-groups-2
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
2023-10-16
std.mem: Improve writeIntSlice performance
joadnacer
2023-10-16
Build: fix some issues with ConfigHeader step
Jacob Young
2023-10-15
Merge pull request #17448 from squeek502/win32-manifest
Andrew Kelley
2023-10-16
Merge pull request #17293 from Snektron/spirv-aaaa
Robin Voetter
2023-10-15
Add preliminary support for Windows .manifest files
Ryan Liptak
2023-10-15
std.heap.ArenaAllocator: fix doc comment typo
Johan Jansson
2023-10-15
std.testing: disable expectEqualSlices printing for spirv
Robin Voetter
2023-10-15
std.testing: allow print() at comptime
Robin Voetter
2023-10-14
std.base64: Improve Encoder/Decoder performance
joadnacer
2023-10-14
Add a missing period in Future's description
JustinWayland
2023-10-14
Merge pull request #17489 from ziglang/glibc-update
Andrew Kelley
2023-10-13
glibc patch: remove some static asserts from fstatat
Andrew Kelley
2023-10-13
glibc patch: don't check __LIBC macro
Andrew Kelley
2023-10-13
glibc patch: add missing includes for inttypes.h
Andrew Kelley
2023-10-13
glibc patch: make fstatat.c and fstatat64.c compile
Andrew Kelley
2023-10-13
glibc patch: inline x86-lp_size.h
Andrew Kelley
2023-10-13
glibc patch: add a few dn_* functions
Motiejus Jakštys
2023-10-13
glibc patch: add backwards compatibility for some symbols
Motiejus Jakštys
2023-10-13
glibc patch: version-gate _DYNAMIC_STACK_SIZE_SOURCE
Andrew Kelley
2023-10-13
glibc patch: don't hardcode __GLIBC_MINOR__
Andrew Kelley
2023-10-13
update glibc headers to 2.38
Andrew Kelley
2023-10-13
glibc: update libc-modules.h to 2.38
Andrew Kelley
2023-10-13
update glibc start files to 2.38
Andrew Kelley
2023-10-13
glibc: update abilists file
Andrew Kelley
2023-10-13
Merge pull request #17510 from Vexu/vector
Andrew Kelley
2023-10-13
remove redundant use of pathFromRoot
radar roark
2023-10-13
std.simd: return comptime_int from `suggestVectorSize`
Veikka Tuominen
2023-10-13
drop for loop syntax upgrade mechanisms
Andrew Kelley
2023-10-12
lib: Fix asm code in _start for SPARC
Koakuma
2023-10-13
Fix minor typo in the description of Progress
JustinWayland
2023-10-12
Fix compilation failure in valgrind.zig
Kai Jellinghaus
2023-10-12
Update docs of PriorityQueue.iterator() and PriorityDeque.iterator()
Alexander Heinrich
2023-10-10
Step.Run: change `cwd` to `?Build.LazyPath` (#17418)
Krzysztof Wolicki
2023-10-10
Step.Compile: add options struct for `addCSourceFiles` (#17420)
Krzysztof Wolicki
2023-10-10
std.cstr: remove deprecated namespace
Eric Joldasov
2023-10-10
Grammar: Use `ContainerDeclaration*` instead of `ContainerDeclarations`
Jonathan Marler
2023-10-09
Merge pull request #17392 from ziglang/fetch
Andrew Kelley
2023-10-09
std.mem: use indexOfScalarPos when indexOf is called where needle.len == 1
Karl Seguin
2023-10-09
lib/std/fs/test.zig: cleanup (#17443)
Pat Tullmann
2023-10-08
std.fs.path.resolve: add test cases for empty string
Andrew Kelley
2023-10-08
Package.Fetch: fix handling of relative paths
Andrew Kelley
2023-10-08
zig build: add `--fetch` argument
Andrew Kelley
2023-10-08
std.tar: fix creation of symlinks with omit_empty_directories
Andrew Kelley
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
make Package.Path support string escape formatting
Andrew Kelley
2023-10-08
std: add unstable sorting to array hash maps
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-08
std.zig.ErrorBundle: add some explicit error sets
Andrew Kelley
2023-10-08
std.tar: add option for omitting empty directories
Andrew Kelley
[next]