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
/
build.zig
Age
Commit message (
Expand
)
Author
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-17
docgen: support executing exe code examples
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-12
*WIP* proof of concept error return traces
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-04
appveyor: enable verbose link for self hosted compiler
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-23
build: add --search-prefix option
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-12
self-hosted: build tries to find llvm-config.exe
Andrew Kelley
2017-12-12
self-hosted: cleanup build looking for llvm-config
Andrew Kelley
2017-12-11
self-hosted: link with LLVM
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-21
zig build: fix system libraries not respected for C artifacts
Andrew Kelley
2017-10-16
fix regression on posix from previous commit
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
implement environment variables for windows
Andrew Kelley
2017-10-08
more std.os.path work for windows
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-23
zig build: add linkFramework API
Andrew Kelley
2017-09-23
std.build: fix -install_name for darwin dynamic C linking
Andrew Kelley
2017-09-23
std.build: fix building C dynamic libraries on darwin
Andrew Kelley
2017-09-18
std.build: catch mistake of setting output path to build dir
Andrew Kelley
2017-09-18
std.build: explicitly disable stack protector when nostdlib
Andrew Kelley
2017-09-18
std.build: simpler API
Andrew Kelley
2017-09-17
zig build: use stack protector for C code in debug mode
Andrew Kelley
2017-09-17
add option to run tests in LLDB and turn it on for macos travis
Andrew Kelley
2017-09-17
Add dash arguments for cli
Marc Tiehuis
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-08-30
test suite cross-compile builds tests for other targets
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-20
fix not propagating parseh aliases through pub use decls
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-09
zig build: allow calling b.standardReleaseOptions...
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-03
zig build: cache_root is relative to build_root
Andrew Kelley
2017-05-03
zig build: inherit stdin for running commands
Andrew Kelley
2017-05-02
zig build: copy args for addCommand
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
[next]