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
Group-Canceled
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
groupAwait
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
/
std
Age
Commit message (
Expand
)
Author
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-23
fix type_is_codegen_pointer being used incorrectly
Andrew Kelley
2018-02-20
parse async fn definitions
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-17
improve std lib linux epoll API
Andrew Kelley
2018-02-16
ability to slice an undefined pointer at compile time if the len is 0
Andrew Kelley
2018-02-15
zig fmt supports simple line comments
Andrew Kelley
2018-02-14
std.zig.parser understands try. zig fmt respects a double line break.
Andrew Kelley
2018-02-14
std.zig.parser understands inferred return type and error inference
Andrew Kelley
2018-02-14
fix build broken by previous commit
Andrew Kelley
2018-02-14
self hosted parser: support string literals
Andrew Kelley
2018-02-14
self hosted parser supports builtin fn call with no args
Andrew Kelley
2018-02-13
correct doc comment in self hosted parser
Andrew Kelley
2018-02-13
self hosted: add tokenizer test fix eof handling
Andrew Kelley
2018-02-12
fix self hosted tokenizer handling of EOF
Andrew Kelley
2018-02-12
self hosted parser tests every combination of memory allocation failure
Andrew Kelley
2018-02-12
std.heap.ArenaAllocator: fix incorrectly activating safety check
Andrew Kelley
2018-02-12
back to malloc instead of aligned_alloc for c_allocator
Andrew Kelley
2018-02-12
remove std.heap.IncrementingAllocator
Andrew Kelley
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-11
std: refactor posixOpen to be friendlier to error return traces
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-10
std zig tokenizer: don't require 3 newlines at the end of the source
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
fix compiler crash switching on global error with no else
Andrew Kelley
2018-02-09
self hosted compiler: move tokenization and parsing to std lib
Andrew Kelley
2018-02-09
fix build runner on windows
Andrew Kelley
2018-02-08
std: fix return type of std.c.write
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-08
Add ArrayList functions (#755)
Marc Tiehuis
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-07
implement openSelfExe() on darwin (#753)
Ben Noordhuis
2018-02-07
improve behavior of `zig build` (#754)
Jeff Fowler
2018-02-07
format struct pointers as "<typename>@<address>" (#752)
Ben Noordhuis
2018-02-05
error sets - fix most std lib compile errors
Andrew Kelley
2018-02-05
error sets: fix peer resolution of error unions
Andrew Kelley
2018-02-05
handle linux returning EINVAL for large writes
Andrew Kelley
2018-02-05
handle linux returning EINVAL for large reads
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-02-05
make OutStream and InStream take an error set param
Andrew Kelley
2018-02-05
error sets - peer resolution for error unions
Andrew Kelley
2018-02-04
fix accidentally linking against kernel32 on non windows
Andrew Kelley
2018-02-04
Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.
Ben Noordhuis
2018-02-03
*WIP* error sets - std lib test compile but try to link against windows
Andrew Kelley
2018-02-03
*WIP* error sets - an inferred error set can end up being the global one
Andrew Kelley
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-02-01
*WIP* error sets - allow peer type resolution to create new error set
Andrew Kelley
[next]