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.zig
Age
Commit message (
Expand
)
Author
2022-02-08
std.Progress: make the API infallible
Andrew Kelley
2022-01-11
dupe sym name from stage1 before passing to stage2
Jakub Konka
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
2022-01-02
stage2: fix CLI not populating output binary files
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-03
default mabi based on RISC-V extensions and -mabi build option
vole-dev
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-16
Add build.zig and command line flags
Lee Cannon
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-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-02-21
std.Progress: improve support for "dumb" terminals
jacob gw
2021-01-23
add LTO support
Andrew Kelley
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-10-26
non-hacky workaround for the empty file bug
Andrew Kelley
2020-10-17
code cleanups
Andrew Kelley
2020-10-11
initialize std.os.argv in stage1 compiler. it is needed for selfExePath under...
Sébastien Marie
2020-10-03
stage1 main(): catch unreachable in debug builds for easier troubleshooting
Andrew Kelley
2020-10-01
Adds error return trace printing to stage1.
Felix (xq) Queißner
2020-09-28
the stage1 backend cache stores inferred link libs
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-24
don't delete C import .c source from zig-cache
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley