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-04-27
std: prevent the possibility of deadlocks in some threaded tests
Jacob Young
2023-04-27
fix incorrect struct definition
朕与将军解战袍
2023-04-27
test: Fix windows_spawn tmp directory cleanup
xEgoist
2023-04-26
enable debugging infrastructure when using C backend
Andrew Kelley
2023-04-26
std.http: fix name of Status field to better match RFC name (#15455)
Meghan
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-26
std.http: do -> wait, fix redirects
Nameless
2023-04-26
std: @Vector support for std.json.parse
Janne Hellsten
2023-04-25
zig fmt
Andrew Kelley
2023-04-25
Sema: fix memcpy alias safety incorrect math
Andrew Kelley
2023-04-25
update test cases for new memcpy/memset semantics
Andrew Kelley
2023-04-25
x86_64 backend: support `@memset` with slices
Andrew Kelley
2023-04-25
add behavior test for `@memset` on slices
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-25
std.c: adding mincore for freebsd
David CARLIER
2023-04-25
std: further windows resource fix
xEgoist
2023-04-24
std: fix windows resource leaks
Jacob Young
2023-04-24
fix HTTP server to handle a chunked transfer coding request
Ryo Ota
2023-04-24
Merge pull request #15416 from squeek502/http-response-headers-undefined
Andrew Kelley
2023-04-24
Merge pull request #15290 from mlugg/feat/builtin-in-comptime
Andrew Kelley
2023-04-24
std.os: selfExePath implementation for haiku
David CARLIER
2023-04-24
std.c: add find_path for haiku
David Carlier
2023-04-24
std.net.StreamServer.Options: add reuse_port
Jon
2023-04-24
std.process: further totalSystemMemory portage
David CARLIER
2023-04-24
std.os: sysctl* wrappers, better warning at compile time
David Carlier
2023-04-23
std.http: Always initialize `response.headers` in Client.request
Ryan Liptak
2023-04-23
http.Headers: Add `clearAndFree` and `clearRetainingCapacity`
Ryan Liptak
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-23
Improvements to docs and text
zooster
2023-04-23
std.os.linux: Add new CAP constants
Hubert Jasudowicz
2023-04-23
std.tar: make sub dirs + trim spaces
Travis Staloch
2023-04-23
process: add args definition comment
Nicolas Sterchele
2023-04-23
fs.Dir.deleteTree: Fix DirNotEmpty condition
xEgoist
2023-04-23
std: adding sigevent to supported platforms.
David CARLIER
2023-04-23
std: adding FreeBSD's sched wrappers
David CARLIER
2023-04-23
std: mcontext layout for x86 and fixing few x86_64 fields types for
David Carlier
2023-04-23
std: add accept_filter struct to make use of SO_ACCEPTFILTER socket option
David CARLIER
2023-04-23
std: add a subset of the macOs's libproc api.
David CARLIER
2023-04-23
std: enriching malloc api on freebsd.
David CARLIER
2023-04-23
Merge pull request #15372 from nwtgck/fix-http-client
Andrew Kelley
2023-04-23
elf: add helpers for extracting type and bind from symbol def
Jakub Konka
2023-04-23
elf: add missing doc comments to some definitions
Jakub Konka
2023-04-22
Merge pull request #15356 from jacobly0/cbe-std-tests
Andrew Kelley
2023-04-22
process: totalSystemMemory freebsd portage
David CARLIER
2023-04-22
std: GPA deinit return an enum instead of a bool
Borja Clemente
2023-04-22
std: adding netbsd's pthread to cpu affinity api
David CARLIER
2023-04-22
Add doc comments for ComptimeStringMap
Bogdan Romanyuk
2023-04-22
os: expand sched_getaffinity wrapper and update freebsd's cpuset api flags.
David CARLIER
2023-04-22
doc: fix minor grammar issues
-k
[next]