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
juice
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
/
std
Age
Commit message (
Expand
)
Author
2022-12-14
std: remove a solved TODO comment
Andrew Kelley
2022-12-14
std.c.fstatat64: add noalias attributes
Andrew Kelley
2022-12-14
std.fs.Dir.statFile rework
Andrew Kelley
2022-12-14
std.fs.Dir.statFile: use fstatat
Philippe Pittoli
2022-12-14
Merge pull request #13891 from Vexu/compile-errors
Andrew Kelley
2022-12-14
std: remove OOM workarounds
Andrew Kelley
2022-12-14
Merge pull request #13935 from ziglang/mach-tasks
Jakub Konka
2022-12-14
parser: fix usage of incorrect error tag
Veikka Tuominen
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-13
expose VcpkgRoot so that build script can call exe.addVcpkgPath
jackji
2022-12-13
Merge pull request #13907 from Vexu/call-merge
Andrew Kelley
2022-12-14
darwin: add even more wrappers for Mach syscalls
Jakub Konka
2022-12-14
Merge pull request #12298 from r00ster91/debugerror
Veikka Tuominen
2022-12-13
add `zig objcopy` subcommand
Andrew Kelley
2022-12-13
add std.mem.reverseIterator
Jonathan Marler
2022-12-13
std: add object format extension for dxcontainer
Meghan
2022-12-13
Allocator.zig: minor fixes
Ganesan Rajagopal
2022-12-13
std: Fix update() method in PriorityQueue and PriorityDequeue (#13908)
Frechdachs
2022-12-13
Merge pull request #13910 from Luukdegram/wasm-simd
Andrew Kelley
2022-12-13
darwin: add ability to dealloc obtained thread list for a task
Jakub Konka
2022-12-13
darwin: add thread_act_t wrapper and helpers
Jakub Konka
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-13
darwin: wrap task_threads mach syscall
Jakub Konka
2022-12-13
std.debug: use OpenSelfDebugInfoError
r00ster91
2022-12-13
cleanup: inline color constants
r00ster91
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
2022-12-12
Add 0-length buffer checks to os.read & os.write
Tom Maenan Read Cutting
2022-12-12
std: fix bug in Pcg32 fill function (#13894)
fsh
2022-12-12
darwin: add more defs and wrappers
Jakub Konka
2022-12-12
wasm: implement the 'splat' instruction part 1
Luuk de Gram
2022-12-12
std: Add Wasm SIMD opcodes and value type
Luuk de Gram
2022-12-12
zig fmt: remove c_void -> anyopaque rewrite
yujiri8
2022-12-12
std.os.linux: fix timerfd test
Jan Philipp Hafer
2022-12-12
std: added std.mem.window
Ronald Chen
2022-12-12
std: implement subsetOf and supersetOf for EnumMultiset
Ronald Chen
2022-12-12
std: implement subsetOf and supersetOf for DynamicBitSet
Ronald Chen
2022-12-12
darwin: add defs and funcs for Mach exception handling
Jakub Konka
2022-12-11
disable failing windows std lib tests
Andrew Kelley
2022-12-11
std.build.InstallRawStep: fix compilation on wasm32-wasi
Andrew Kelley
2022-12-11
std: fix compile error bitrot
Andrew Kelley
2022-12-11
std.build.OptionsStep: fix regressed tests
Andrew Kelley
2022-12-11
std.build: extract steps to separate files
Andrew Kelley
2022-12-11
darwin: wrap mach_port_insert_right kernel call
Jakub Konka
2022-12-11
std: add EnumMultiSet
Pyrolistical
2022-12-11
std: Update ArrayList documentation
Mikael Berthe
2022-12-11
darwin: wrap allocating and deallocating mach ports for a task
Jakub Konka
2022-12-11
Remove incorrect assertion in readMachODebugInfo panicking during panic
Jakub Konka
2022-12-11
std: added pure fns to EnumSet
Ronald Chen
2022-12-11
wasi: fixes os.isatty on type mismatch (#13813)
Takeshi Yoneda
[next]