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
Age
Commit message (
Expand
)
Author
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-09
break off some of std.io into std.fmt, generalize printf
Andrew Kelley
2017-03-02
Fix unused return value in darwin.zig
Jackie Meggesto
2017-03-02
add compile error for assigning number literal to non-comptime var
Andrew Kelley
2017-02-28
rename CBuf to Buffer0 and some minor std API changes
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-23
add character format specifier to std.io.OutStream.printf
Andrew Kelley
2017-02-23
update std code for MacOS
Andrew Kelley
2017-02-16
support arithmetic for non byte aligned integer types
Andrew Kelley
2017-02-12
printf: only include + sign on signed ints if width specified
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-11
std.io.parseUnsigned buf parameter is const
Andrew Kelley
2017-02-11
fix crash on string literal with character code >= 128
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-02-06
improved behavior on debug safety crash
Andrew Kelley
2017-02-05
use printf in test runner code
Andrew Kelley
2017-02-04
memset and memcpy implementations need not return dest
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-02-02
remove ability to mark if and switch as inline
Andrew Kelley
2017-01-31
fix crash when passing void to var args function
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
2017-01-23
update charToDigit to take advantage of switch syntax
Andrew Kelley
2017-01-23
mem.free no longer requires explicit type argument
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
implement error when assigning to field of const struct
Andrew Kelley
2017-01-16
Merge branch 'master' into ir-merge
Andrew Kelley
2017-01-05
pass cannot assign to constant test
Andrew Kelley
2017-01-05
fix compiler rt
Andrew Kelley
2017-01-05
fix hash map implementation
Andrew Kelley
2017-01-05
fix mem.sliceAsInt regression
Andrew Kelley
2016-12-31
IR: std makes it to codegen
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-31
eradicate use of zeroes in std
Andrew Kelley
2016-12-21
update more std library to new zig
Andrew Kelley
2016-12-18
errors from inline fn calls include stack trace
Andrew Kelley
2016-12-18
workaround for Arch being a primitive type
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-12-18
hello.zig working with all structs anonymous
Andrew Kelley
2016-12-18
IR: basic support for implicit casting to const pointer
Andrew Kelley
2016-12-18
IR: update some std code to newest zig
Andrew Kelley
2016-12-17
IR: fix `this` expression
Andrew Kelley
2016-12-17
IR: fix compile time switch eval for enums
Andrew Kelley
2016-12-17
IR: fix switching on enum
Andrew Kelley
2016-12-12
IR: implement memcpy, memset, and slice expression
Andrew Kelley
2016-11-21
IR: implement setFnVisible builtin
Andrew Kelley
2016-11-18
IR: more maybe type support
Andrew Kelley
2016-11-18
IR: correctly codegening memset and memcpy
Andrew Kelley
2016-11-03
add sort to CMakeLists + std/index
Steve Perkins
[next]