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-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-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-26
std/rand: remove unneeded TODO
Andrew Kelley
2016-09-26
cstr.len and cstr.cmp can run at compile time
Andrew Kelley
2016-09-26
emit error for extern function
Andrew Kelley
2016-09-23
stack trace is able to figure out compilation unit
Andrew Kelley
2016-09-21
fix incorrect linking from previous commit
Andrew Kelley
2016-09-20
fix error when switch prong has implicit cast
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-14
darwin compat fixups
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-13
std: fix compile error for unsupported os
Andrew Kelley
2016-09-10
std: use parameter type inference on min and max functions
Andrew Kelley
2016-09-08
std: avoid calling close twice in InStream
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-09-05
rename errName builtin to errorName
Andrew Kelley
2016-09-05
rename compileErr builtin to compileError
Andrew Kelley
2016-08-31
fix std io input to work for non seekable fds
Andrew Kelley
2016-08-29
implement null as a literal type
Andrew Kelley
2016-08-29
std: more progress toward stack printing
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: replace print_u64/i64 with printInt
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-11
add CBuf to standard library
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
2016-07-28
std: add tests for mt32 and mt64
Andrew Kelley
2016-07-27
std: add vaporware plans for floating point builtins
Andrew Kelley
2016-07-27
remove multiline comments
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-27
std: cleanup of rand
Andrew Kelley
[next]