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
/
stage1
/
zig0.cpp
Age
Commit message (
Expand
)
Author
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-06-28
zig0: handle baseline cpu features for rv64
Shupei Fan
2022-05-26
stage0: fix -fsingle-threaded CLI arg parsing
Andrew Kelley
2022-02-16
ci: use zig-bootstrap for windows
Andrew Kelley
2022-02-06
CLI: remove remainders of --verbose-ast and --verbose-tokenize
Johannes Löthberg
2022-01-07
Pass `--allow-unknown-exports` to wasmtime
Luuk de Gram
2022-01-06
wasm-linker: Only export symbols notated as such
Luuk de Gram
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-05
stage1: resolve lazy values before comptime fn call
Andrew Kelley
2021-06-17
stage1: fix zig0 help message
Andrew Kelley
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2020-12-20
add an option to compile zig in single-threaded mode
Andrew Kelley
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-10-03
stage0: check for some more required parameters
Tadeo Kondrak
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-26
stage0: update CLI to match stage2
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley