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
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-02-06
require running std lib tests coherently
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-24
fixed formatting in options display
nebulaeonline
2018-12-23
fixed stricmp/strcasecmp between windows/posix
nebulaeonline
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-11-19
fix incorrect --help text
Andrew Kelley
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-09
more efficient builtin library code generation
Andrew Kelley
2018-09-30
Fixes --emit asm on windows and makes C header file generation explicit. (#1612)
Sahnvour
2018-09-28
zig build: use os_self_exe_path to determine exe path not arg0
Andrew Kelley
2018-09-25
stage1: Added `zig help` to show usage on stdout
Jay Weisskopf
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-12
fix zig build cache dir path
Andrew Kelley
2018-09-11
rename --enable-timing-info to -ftime-report to match clang
Andrew Kelley
2018-09-11
bring back zig-cache
Andrew Kelley
2018-09-11
stage1: clean up timing report in test mode
Andrew Kelley
2018-09-11
ability to disable cache. off by default except for...
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-10
stage1: always optimize blake and softfloat even in debug mode
Andrew Kelley
2018-09-09
`zig id` command
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2018-09-05
start creating a hash of input parameters
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-06-29
support --emit in 'test' command
Ben Noordhuis
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-07
langref: automatic update of builtin.zig
Andrew Kelley
2018-04-18
add --no-rosegment cli option
Andrew Kelley
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-13
fix regression with zig install dir
Andrew Kelley
2018-04-13
Merge pull request #915 from zig-lang/self-hosted-cli
Andrew Kelley
2018-04-13
fix undefined behavior triggered by fn inline test
Andrew Kelley
2018-04-12
remove --zig-install-prefix arg now that we find std at runtime
Andrew Kelley
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-28
non-zero exit when build.zig cannot be created
Ben Noordhuis
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-07
improve behavior of `zig build` (#754)
Jeff Fowler
2018-02-04
add --forbid-library
Andrew Kelley
2018-01-19
all doc code examples are now tested
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-04
update windows build to llvm 5.0.1
Andrew Kelley
2018-01-03
self-hosted build: use llvm-config from stage1
Andrew Kelley
2018-01-03
build: std files and c header files are only specified once
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
[next]