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
/
std
/
index.zig
Age
Commit message (
Expand
)
Author
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
update what std tests to run
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-06
Add common hash/checksum functions
Marc Tiehuis
2018-03-30
Rewrite Rand functions
Marc Tiehuis
2018-02-19
add support for stack traces on macosx
Ben Noordhuis
2018-02-09
self hosted compiler: move tokenization and parsing to std lib
Andrew Kelley
2018-01-29
Add IntrusiveLinkedList to index.zig
Andrea Orru
2018-01-13
Add Md5 and Sha1 hash functions
Marc Tiehuis
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-12-10
rendering source code without recursion
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-05-03
Generic doubly linked list. (#361)
Andrea Orru
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-17
zig build system creates symlinks atomically
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-03-09
break off some of std.io into std.fmt, generalize printf
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-01-16
Merge branch 'master' into ir-merge
Andrew Kelley
2016-12-21
update more std library to new zig
Andrew Kelley
2016-11-03
add sort to CMakeLists + std/index
Steve Perkins
2016-09-14
MacOSX compatibility
alter
2016-08-31
fix std io input to work for non seekable fds
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-05-10
some work in progress networking code
Andrew Kelley
2016-05-09
add hashmap to standard library
Andrew Kelley
2016-05-08
add list implementation to standard library
Andrew Kelley
2016-05-07
std: separate str and cstr
Andrew Kelley
2016-05-03
beginnings of network standard library code
Andrew Kelley
2016-04-18
rearrange standard library a bit
Andrew Kelley
2016-04-09
implement @err_name builtin function
Andrew Kelley
2016-04-08
update cat example, refactor std
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley