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
/
std.zig
Age
Commit message (
Expand
)
Author
2016-01-08
implement unknown size array indexing and slicing
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-08
fix codegen for implicit maybe wrap
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
fix undefined reference to memcpy in release mode
Andrew Kelley
2016-01-06
support unknown size arrays
Andrew Kelley
2016-01-05
array syntax is [10]i32 instead of [i32; 10]
Andrew Kelley
2016-01-05
add #min_value() and #max_value()
Andrew Kelley
2016-01-03
add rand example that doesn't yet work
Andrew Kelley
2016-01-02
fix various bugs related to guess number example
Andrew Kelley
2016-01-02
fix implicit cast after unreachable bad code gen
Andrew Kelley
2016-01-02
ability to access pointers with array indexing syntax
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2015-12-23
inline assembly uses -> instead of return
Andrew Kelley
2015-12-15
std: more efficient inline assembly
Andrew Kelley
2015-12-15
support inline assembly expressions with return type
Andrew Kelley
2015-12-15
std: expose exit syscall
Andrew Kelley
2015-12-14
add global variable support
Andrew Kelley
2015-12-14
`const` and `var` instead of `let` and `let mut`
Andrew Kelley
2015-12-14
instead of *mut and *const, & and &const
Andrew Kelley
2015-12-14
std: factor out the write syscall and make it public
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-12
std: print_str no longer requires length argument
Andrew Kelley
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
2015-12-11
hello world working without libc
Andrew Kelley
2015-12-10
provide std.zig and add it to import paths
Andrew Kelley