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
/
stage1
Age
Commit message (
Expand
)
Author
2023-04-13
add c_char type
Andrew Kelley
2023-04-08
zig.h: fix typo for zig_trap definition
Andrew Kelley
2023-04-06
zig.h: f16 fix for compiler_rt
Andrew Kelley
2023-04-05
update zig1.wasm
Andrew Kelley
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-10
Include `signal.h` to define SIGTRAP in Stage 1 compiler (#14867)
Lavt Niveau
2023-03-08
Module: rewrite zir caching logic
Jacob Young
2023-03-05
update zig1.wasm
Andrew Kelley
2023-02-27
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-20
CBE: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-02-21
Update std.Build to new module CLI, update zig1 and CMakeLists
mlugg
2023-02-19
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
update zig1.wasm
Andrew Kelley
2023-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-01-30
update zig1.wasm to include `@qualCast`
Veikka Tuominen
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
2023-01-26
update CPU features to LLVM 16
Andrew Kelley
2023-01-23
update zig1.wasm
kcbanner
2023-01-11
disable package manager code when bootstrapping
Andrew Kelley
2023-01-02
update zig1.wasm for MSVC compatibility
Andrew Kelley
2022-12-27
update zig1.wasm to overflow arithmetic builtin changes
Veikka Tuominen
2022-12-18
update zig1.wasm to builtin.Type field changes
Veikka Tuominen
2022-12-13
update zig1.wasm to `@call` changes
Veikka Tuominen
2022-12-10
update zig1.wasm
Andrew Kelley
2022-12-09
replace zig1.wasm to the removal of BoundFn
Veikka Tuominen
2022-12-09
remove the zstd mechanism from the build process
Andrew Kelley
2022-12-09
wasm2c: reuse locals
Jacob Young
2022-12-07
build: obtain zigcpp library prefix/suffix from cmake
Andrew Kelley
2022-12-06
add zig1.wasm.zst
Andrew Kelley
2022-12-06
wasm2c: improve amortized speed of memory.grow
Jacob Young
2022-12-06
wasi: add support for windows paths
Jacob Young
2022-12-06
wasm2c: support memory.copy with overlapping buffers
Jacob Young
2022-12-06
wasm2c: remove unnecessary brackets to reduce max bracket depth
Jacob Young
2022-12-06
wasm2c: avoid aliasing issues on memory access
Jacob Young
2022-12-06
wasi: implement file truncation
Jacob Young
2022-12-06
use zig-wasm2c for bootstrapping
Jacob Young
2022-12-06
zig1.c: remove executable bit
Andrew Kelley
2022-12-06
update zig1.c to latest zig-wasi
Andrew Kelley
2022-12-06
Some fixes for the wasi interpreter for macOS (#13587)
Matt Knight
2022-12-06
zig1.c: autodetect host target triple
Andrew Kelley
2022-12-06
enable the LLVM backend in stage2
Andrew Kelley
2022-12-06
zig1.c: decompress zig1.wasm.zst with zstd
Andrew Kelley
2022-12-06
add zstd v1.5.2
Andrew Kelley
2022-12-06
interpret the WASI blob to produce zig2.c and compiler_rt.c
Andrew Kelley
2022-12-06
redo CMakeLists.txt to use WASI interpreter
Andrew Kelley