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
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-29
std.os.windows additions and fixes
Kamil T
2023-10-29
std: delete psapi, gdi32, and winmm
Andrew Kelley
2023-10-28
Merge pull request #17727 from ziglang/elf-memory-deferred
Jakub Konka
2023-10-28
delete std.os.windows.user32
Andrew Kelley
2023-10-28
std.mem.minMax: make it return a tuple
Andrew Kelley
2023-10-28
compiler_rt/emutls: remove unnecessary `@ptrCast` (#17755)
XXIV
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-27
std.json: Parse -0 as a float instead of an integer (#17729)
Linus Groh
2023-10-27
Update slice_sentinel comment
frmdstryr
2023-10-27
Update comment on while
frmdstryr
2023-10-27
Merge pull request #17716 from jacobly0/x86_64
Jacob Young
2023-10-27
GenericReader error set fixes
Travis Staloch
2023-10-27
Merge pull request #17734 from joadnacer/iouring-update
Andrew Kelley
2023-10-27
std.http.Client: add proxy scheme guessing, fix typo
Nameless
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-27
x86_64: fix `@memset`
Jacob Young
2023-10-27
x86_64: add missing spill
Jacob Young
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-27
std.io_uring: Improve splice implementation
joadnacer
2023-10-27
std.linux: Update io_uring structs and consts for kernel 6.3.8
joadnacer
2023-10-26
std.target: bump some OS max versions
Michael Dusan
2023-10-26
Step.Options: `@typeName` gives a fully qualified name so the test needs to r...
Krzysztof Wolicki
2023-10-25
Merge pull request #17699 from ziglang/elf-better-alloc
Jakub Konka
2023-10-25
Merge pull request #17706 from ziglang/elf-error-tests
Jakub Konka
2023-10-25
Update comment on for_range in Ast
frmdstryr
2023-10-25
builtin: implement `default_panic` for `plan9`
Jacob Young
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-25
Update comment on Tag value assign_mod in Ast.zig
frmdstryr
2023-10-25
std.Uri: prevent crash with strange authority section
Nameless
2023-10-24
build: match and ignore /?/ in expected compile errors
Jakub Konka
2023-10-24
Sema: don't allow undef values through resolveDefinedValue in typeof block
mlugg
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement `@mod` for floating-point types
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-23
std.zig.system.NativeTargetInfo: fix glibc version parsing
Eric Joldasov
2023-10-22
Merge pull request #17407 from truemedian/http-ng
Andrew Kelley
2023-10-22
std: disable failing test
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-22
Merge pull request #17400 from joadnacer/ringbuffer-optim
Andrew Kelley
2023-10-22
std: slightly improve codegen of `std.unicode.utf8ValidateSlice`
Jacob Young
2023-10-22
autodoc: Display type kinds for containers (#17667)
Krzysztof Wolicki
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Merge pull request #14833 from QusaiHroub/optimize_std.fs.Dir.makeOpenPath_12474
Andrew Kelley
2023-10-21
std.http.Client: documentaion fixes
Nameless
[next]