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-09
std.debug: fix segfault/panic race condition
Andrew Kelley
2023-04-09
Merge pull request #15123 from truemedian/http-server
Andrew Kelley
2023-04-08
std: add FreeBSD's procctl api.
David CARLIER
2023-04-08
std.http: reenable protocol read tests, add missing branch in findHeaders end
Nameless
2023-04-08
std.http: add documentation
Nameless
2023-04-08
update package manager to use req.do(), fix chunked trailer reading
Nameless
2023-04-08
fix bugs, waitForCompleteHead -> do, move redirecting to do instead of read
Nameless
2023-04-08
add buffering to connection instead of the http protocol, to allow passing th...
Nameless
2023-04-08
std.http: add http server
Nameless
2023-04-08
tls.Client: don't read if we don't need more data
Nameless
2023-04-07
std.json: allow returning custom errors from custom stringify
mateusz
2023-04-06
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-06
Fix crash on some Windows machines
alion02
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-06
std.os: add mincore syscall
jim price
2023-04-06
std: add os_log/signpost api (sort of linux's perf event equivalent)
David CARLIER
2023-04-06
Add NetBSD termios constants to std.c.netbsd
Nikita Ronja
2023-04-05
std: add madvise flags to freebsd
David CARLIER
2023-04-05
std: add a subset of the apple's QOS api
David CARLIER
2023-04-05
std: fix memory bugs
Jacob Young
2023-04-05
Merge pull request #15162 from jacobly0/x86_64-start
Jakub Konka
2023-04-04
GPA: Catch invalid frees
Ganesan Rajagopal
2023-04-04
std: freebsd MAP* constants update, MAP_ALIGNED_SUPER and the MAP_ALIGNED macro.
David CARLIER
2023-04-03
start: disable extra start logic on various x86_64 subtargets
Jacob Young
2023-04-03
Elf: add program headers for the program header table
Jacob Young
2023-04-03
x86_64: remove returns from naked functions
Jacob Young
2023-04-02
Merge pull request #15134 from castholm/reverse-iterator
Veikka Tuominen
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-31
std.mem.reverseIterator: add nextPtr()
Carl Åstholm
2023-03-31
std.mem.reverseIterator: accept pointer to array
Carl Åstholm
2023-03-31
std: bump max macOS version to 13.3
Jakub Konka
2023-03-30
std: simplify VirtualProtectEx and fix ntdll signature
Jakub Konka
2023-03-30
std: move ntdll wrappers to std.os.windows
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
Change ordering of prep provide buffers args
bing
2023-03-28
Merge pull request #14771 from kcbanner/coff_dynamicbase
Jakub Konka
2023-03-28
bpf: add missing *const for helper functions
Tw
2023-03-27
std.MultiArrayList: add set and get to Slice
Jacob Young
2023-03-26
std: add the VM_MAKE_TAG macro for darwin.
David CARLIER
2023-03-25
std: remove temporary workarounds for stage2_x86_64
Jacob Young
2023-03-25
build: fixes from review
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-25
enable more float-parsing tests
Marc Tiehuis
2023-03-25
std.enums.IndexedSet: Add initOne and initMany
Jay Petacat
2023-03-25
std.process.Child: implement maxrss on Darwin
tjog
2023-03-24
Merge pull request #15061 from ziglang/fix-15036
Jakub Konka
2023-03-24
Merge pull request #15035 from xEgoist/windowsMaxRss
Jakub Konka
2023-03-23
build: allow for deferred FileSource matching in CheckObjectStep
Jakub Konka
2023-03-23
build: when parsing rpaths, do not expand special runtime paths on Darwin
Jakub Konka
[next]