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
/
hash
Age
Commit message (
Expand
)
Author
2020-03-19
update std lib to take advantage of slicing with comptime indexes
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-27
remove invalid use of `allowzero` in std.crypto.murmur
Andrew Kelley
2020-01-18
std: use non-exhaustive enums from crc module
daurnimator
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
getStdOut fixes
data-man
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-01
Replace code occurences of --override-std-dir with --override-lib-dir
SamTebbs33
2019-09-26
Add comments about the test cases that have been disabled
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley