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
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-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
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
2023-10-06
std.unicode.utf8ValidateSlice: optimize implementation (#17329)
Karl Seguin
2023-10-06
Update Server.zig:{listen, do} to specify error enums
Becker A
2023-10-06
Merge pull request #17419 from ziglang/unsound-native-target-info
Andrew Kelley
2023-10-06
Add pause() to linux.zig
Ratakor
2023-10-06
Add filled_sigset to os.zig
Ratakor
2023-10-06
Add filled_sigset to os.linux
Ratakor
2023-10-06
std.math: add nextAfter (#16894)
castholm
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-04
Merge pull request #17344 from ziglang/type-erased-reader
Andrew Kelley
2023-10-04
linux: add fanotify API
nikneym
2023-10-04
GeneralPurposeAllocator.searchBucket: check current bucket before searching t...
Ryan Liptak
2023-10-04
Update IORING_OP to reflect upstream (#17388)
Kai Jellinghaus
2023-10-03
std.macho: remove alignment from LoadCommandIterator
Andrew Kelley
[next]