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-04-30
back to AT&T syntax for assembly
Andrew Kelley
2017-04-29
add implicit cast from [0]T to %[]T
Andrew Kelley
2017-04-28
build system: remove setLinkerScriptContents
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-27
add compile error for returning local variable address
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-26
build system: addAssembly and addObject functions
Andrew Kelley
2017-04-24
update README
Andrew Kelley
2017-04-24
stack traces support compile units with no pc range
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-23
fix check-statement-is-void. add tests
Josh Wolfe
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-23
zig build system: installFile and installClibrary
Andrew Kelley
2017-04-22
std.os.ChildProcess: fix closing wrong file descriptors
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
std: fix PATH resolution when spawning child
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-21
add example which exercises addObject in the zig build system
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-20
delete test_artifacts directory when tests complete
Andrew Kelley
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-19
convert compare-output tests to use zig build system
Andrew Kelley
2017-04-18
error when building exe with no entry point
Andrew Kelley
2017-04-18
std.rand API follows idiomatic convention for init
Andrew Kelley
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-17
zig build system creates symlinks atomically
Andrew Kelley
2017-04-17
zig build system: progress toward install and uninstall
Andrew Kelley
2017-04-17
zig build system: implement custom command step
Andrew Kelley
2017-04-17
improvements to zig build system and unwrap error safety
Andrew Kelley
2017-04-17
zig build system: ability to link against dynamic library step
Andrew Kelley
2017-04-13
zig build system understands the concept of dependencies
Andrew Kelley
2017-04-11
zig build system writes template build.zig file when none exists
Andrew Kelley
2017-04-08
add enumTagName builtin function
Andrew Kelley
2017-04-07
allow implicit cast from `[N]T` to `&const []const T`
Andrew Kelley
2017-04-07
fix std.mem.IncrementingAllocator
Andrew Kelley
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-06
peer resolve types [N]T, [M]T as []const T
Andrew Kelley
2017-04-06
zig build: use -D for options instead of -O
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-04-05
std: ChildProcess.spawn looks at PATH env var
Andrew Kelley
2017-04-04
zig build system: fix cleanup on error, report spawn error
Andrew Kelley
2017-04-04
zig build system improvements, add some std API
Andrew Kelley
2017-04-04
API for command line args
Andrew Kelley
2017-04-03
fix std build for darwin
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
2017-04-03
zig build system: add setLinkerScript and setTarget
Andrew Kelley
2017-04-02
proof of concept build system
Andrew Kelley
[next]