aboutsummaryrefslogtreecommitdiff
path: root/stage1
AgeCommit message (Expand)Author
2023-04-13add c_char typeAndrew Kelley
2023-04-08zig.h: fix typo for zig_trap definitionAndrew Kelley
2023-04-06zig.h: f16 fix for compiler_rtAndrew Kelley
2023-04-05update zig1.wasmAndrew Kelley
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-10Include `signal.h` to define SIGTRAP in Stage 1 compiler (#14867)Lavt Niveau
2023-03-08Module: rewrite zir caching logicJacob Young
2023-03-05update zig1.wasmAndrew Kelley
2023-02-27Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-22Merge pull request #14691 from jacobly0/ctypeAndrew Kelley
2023-02-20CBE: use stdint.h types instead of `zig_` prefixesJacob Young
2023-02-21Update std.Build to new module CLI, update zig1 and CMakeListsmlugg
2023-02-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update zig1.wasmAndrew Kelley
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-01-30update zig1.wasm to include `@qualCast`Veikka Tuominen
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2023-01-26update CPU features to LLVM 16Andrew Kelley
2023-01-23update zig1.wasmkcbanner
2023-01-11disable package manager code when bootstrappingAndrew Kelley
2023-01-02update zig1.wasm for MSVC compatibilityAndrew Kelley
2022-12-27update zig1.wasm to overflow arithmetic builtin changesVeikka Tuominen
2022-12-18update zig1.wasm to builtin.Type field changesVeikka Tuominen
2022-12-13update zig1.wasm to `@call` changesVeikka Tuominen
2022-12-10update zig1.wasmAndrew Kelley
2022-12-09replace zig1.wasm to the removal of BoundFnVeikka Tuominen
2022-12-09remove the zstd mechanism from the build processAndrew Kelley
2022-12-09wasm2c: reuse localsJacob Young
2022-12-07build: obtain zigcpp library prefix/suffix from cmakeAndrew Kelley
2022-12-06add zig1.wasm.zstAndrew Kelley
2022-12-06wasm2c: improve amortized speed of memory.growJacob Young
2022-12-06wasi: add support for windows pathsJacob Young
2022-12-06wasm2c: support memory.copy with overlapping buffersJacob Young
2022-12-06wasm2c: remove unnecessary brackets to reduce max bracket depthJacob Young
2022-12-06wasm2c: avoid aliasing issues on memory accessJacob Young
2022-12-06wasi: implement file truncationJacob Young
2022-12-06use zig-wasm2c for bootstrappingJacob Young
2022-12-06zig1.c: remove executable bitAndrew Kelley
2022-12-06update zig1.c to latest zig-wasiAndrew Kelley
2022-12-06Some fixes for the wasi interpreter for macOS (#13587)Matt Knight
2022-12-06zig1.c: autodetect host target tripleAndrew Kelley
2022-12-06enable the LLVM backend in stage2Andrew Kelley
2022-12-06zig1.c: decompress zig1.wasm.zst with zstdAndrew Kelley
2022-12-06add zstd v1.5.2Andrew Kelley
2022-12-06interpret the WASI blob to produce zig2.c and compiler_rt.cAndrew Kelley
2022-12-06redo CMakeLists.txt to use WASI interpreterAndrew Kelley