| 3 years ago | Jacob Young | | wasi: implement file truncation |
| 3 years ago | Jacob Young | | use zig-wasm2c for bootstrapping |
| 3 years ago | Andrew Kelley | | CMake: use ReleaseSmall instead of ReleaseFast |
| 3 years ago | Andrew Kelley | | build: remove -Dwasi-bootstrap; add update-zig1 step |
| 3 years ago | Andrew Kelley | | CMake: rebuild when the wasm blob changes |
| 3 years ago | Andrew Kelley | | zig1.c: remove executable bit |
| 3 years ago | Andrew Kelley | | CI: make Windows build from source like everybody else |
| 3 years ago | Andrew Kelley | | Sema: queue type resolution for result of `@fieldParentPtr` |
| 3 years ago | Andrew Kelley | | CMake: no optimization for zig1.c and zig2.c |
| 3 years ago | Jacob Young | | std.fmt: more descriptive names for impl functions |
| 3 years ago | Andrew Kelley | | fix merge conflicts from master branch |
| 3 years ago | Andrew Kelley | | update zig1.c to latest zig-wasi |
| 3 years ago | Matt Knight | | Some fixes for the wasi interpreter for macOS (#13587) |
| 3 years ago | Andrew Kelley | | CMake: use -O1 instead of -O2 for building generated .c code |
| 3 years ago | Andrew Kelley | | zig1.c: autodetect host target triple |
| 3 years ago | Andrew Kelley | | enable the LLVM backend in stage2 |
| 3 years ago | Andrew Kelley | | zig1.c: decompress zig1.wasm.zst with zstd |
| 3 years ago | Andrew Kelley | | add zstd v1.5.2 |
| 3 years ago | Andrew Kelley | | interpret the WASI blob to produce zig2.c and compiler_rt.c |
| 3 years ago | Andrew Kelley | | redo CMakeLists.txt to use WASI interpreter |
| 3 years ago | Andrew Kelley | | stage2: take advantage of the new WasmAllocator |
| 3 years ago | Andrew Kelley | | stage2: make --color override apply to std.Progress |
| 3 years ago | Andrew Kelley | | std.wasm: add Opcode.prefixed and make PrefixedOpcode nonexhaustive |
| 3 years ago | Andrew Kelley | | std: clean up imports in a couple files |
| 3 years ago | Andrew Kelley | | allow `build-obj` and `build-exe` in -Donly-c builds |
| 3 years ago | Andrew Kelley | | WASI: remove absolute path emulation from std lib |
| 3 years ago | Andrew Kelley | | build.zig: add bulk_memory to -Dwasi-bootstrap |
| 3 years ago | Andrew Kelley | | actually remove stage1 |
| 3 years ago | Andrew Kelley | | std.fs: fix openDirAbsolute |
| 3 years ago | Andrew Kelley | | build: introduce -Dwasi-bootstrap option |
| 3 years ago | Andrew Kelley | | remove `-fstage1` option |
| 3 years ago | Pyrolistical | | std: added eql to DynamicBitSet and DynamicBitSetUnmanaged |
| 3 years ago | Andrew Kelley | | Sema: resolve elem type for non-default aligned ptrs |
| 3 years ago | Andrew Kelley | | zig cc: fix wrong flag name from earlier commit |
| 3 years ago | Frank Denis |  | wasi-libc: define BULK_MEMORY_THRESHOLD for the bulk_memory feature (#13787) |
| 3 years ago | Andrew Kelley | | delete another rogue file |
| 3 years ago | Andrew Kelley | | delete rogue file |
| 3 years ago | Andrew Kelley | | compiler_rt: avoid using weak aliases |
| 3 years ago | Andrew Kelley | | zig cc: support -stack in addition to --stack for linker arg |
| 3 years ago | Frank Denis | | treshold -> threshold |
| 3 years ago | Andrew Kelley | | CI: adjust logic for cancelling workflows |
| 3 years ago | Jakub Konka | | dwarf: pull out debug line program internals into DeclState helpers |
| 3 years ago | Jason Phan |  | std.fmt.formatInt: Use an optimized path for decimals |
| 3 years ago | Pyrolistical | | std: added pure functions to StaticBitSet |
| 3 years ago | nc | | std.atomic.Queue: fix unget implementation and add doc |
| 3 years ago | Jakub Konka | | dwarf: reuse getDbgInfoAtom helper in all of Dwarf.zig |
| 3 years ago | Jakub Konka |  | Merge pull request #13763 from ziglang/macho-dsym-incr |
| 3 years ago | Martin Wickham | | Allow const ArrayLists to be cloned |
| 3 years ago | Frank Denis |  | std.crypto benchmark: don't use a relative path to import std (#13772) |
| 3 years ago | Jacob Young | | CBE: revert broken change that got missed |
|