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
2020-05-13
improve recovery on top level declarations
Vexu
2020-05-13
continue parsing on invalid and token
Vexu
2020-05-13
continue parsing after missing commas and invalid statements
Vexu
2020-05-13
continue parsing on extra qualifier errors
Vexu
2020-05-12
std.zig attempt to continue parsing on error
Vexu
2020-05-12
make parser testError take a list of expected errors
Vexu
2020-05-12
Merge pull request #5118 from xackus/fix-json-writestream
Vexu
2020-05-12
Merge pull request #5275 from strangebug/docs-markdown-links
Vexu
2020-05-12
std.json properly handle comptime int/float
Vexu
2020-05-11
make Address.getOsSockLen pub
Jonathan Marler
2020-05-09
Remove fs.File artifact from connectUnixSocket
Haze Booth
2020-05-09
make std.build.getInstallPath public
Vexu
2020-05-08
Merge pull request #4892 from Sobeston/patch-4
Vexu
2020-05-08
std: add test for mem.zeroes on sentinel terminated arrays
Vexu
2020-05-08
Merge pull request #4932 from Qix-/fix-private-access
Vexu
2020-05-08
std: fix RTLD_ constants on OSX
daurnimator
2020-05-08
fix more private member access
Vexu
2020-05-08
publicize member functions affected by #4909
Josh Junon
2020-05-07
remove readable check when opening a socket connection
Loris Cro
2020-05-07
fix oneshot flag erroneusly set as filter_flag
Loris Cro
2020-05-07
fix crash in single-threaded builds
Loris Cro
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-07
Removed GetModuleHandleA from user32
Jens Goldberg
2020-05-07
Removed duplicate WM_ACTIVATE
Jens Goldberg
2020-05-06
add failAllocator to enable some regression tests
Jonathan Marler
2020-05-06
fix copy/paste error in AllocWithOptionaPayload
Jonathan Marler
2020-05-06
Standard library: Fix a regression in loop.waitUntilFdWritableOrReadable
Timon Kruiper
2020-05-06
Optimization of vectors hashing
data-man
2020-05-06
std: handle ConnectionTimedOut in switch
Vexu
2020-05-05
simplify test-evented-io build setting
Andrew Kelley
2020-05-05
Add setUseTestEventedIO for test steps in build.zig
Haze Booth
2020-05-05
avoid unnecessary fcntl syscalls when setting socket flags
Andrew Kelley
2020-05-05
fix incorrect flags being set in os.setSockFlags
Andrew Kelley
2020-05-05
update docs/tests for async/extern fn removal
Tadeo Kondrak
2020-05-05
Add support for external links and URL to markdown parser.
StrangeBug
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-05
add zig fmt fix for async/extern fn
Tadeo Kondrak
2020-05-05
remove nakedcc/stdcallcc/async fn/extern fn fnproto
Tadeo Kondrak
2020-05-05
Merge pull request #5272 from tadeokondrak/noasync-to-nosuspend
Andrew Kelley
2020-05-05
update comments for nosuspend
Tadeo Kondrak
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-05
Rename noasync to nosuspend in self-hosted, add rewriter
Tadeo Kondrak
2020-05-05
Update ErrorUnion thread spawn result to return null instead of 0
Haze Booth
2020-05-04
Merge pull request #5267 from Vexu/const-call
Vexu
2020-05-04
os.zig: add ETIMEDOUT error case to read function
Jonathan Marler
2020-05-04
std: fix blake3 assignment to constant
Vexu
2020-05-03
Pass filtered_sock_type to system.socket. Cover PermissionDenied error
Cato
2020-05-02
solve the problem with Darwin shims in std.os instead
Andrew Kelley
2020-05-02
Fixed Darwin-incompatible socket flags and unavailable system calls
Cato
2020-05-02
Merge pull request #5249 from ziglang/FireFox317-windows-evented-io
Andrew Kelley
[next]