| 5 years ago | Andrew Kelley | | build.zig: add a way to skip installing lib/ files |
| 5 years ago | Andrew Kelley | | AstGen: implement global var decls |
| 5 years ago | Andrew Kelley | | std: deprecate ensureCapacity, add two other capacity functions |
| 5 years ago | Andrew Kelley | | stage2: use import list from ZIR to queue up more AstGen tasks |
| 5 years ago | Andrew Kelley | | AstGen: store list of imports |
| 5 years ago | Andrew Kelley | | ZIR: rename decl_val and decl_ref to remove redundant suffix |
| 5 years ago | Andrew Kelley | | AstGen: require `@import` operand to be string literal |
| 5 years ago | Andrew Kelley | | AstGen: put decls into blocks to be evaluated independently |
| 5 years ago | Andrew Kelley | | stage2: AstGen improvements |
| 5 years ago | Andrew Kelley | | AstGen: implement comptimeDecl, usingnamespaceDecl, testDecl |
| 5 years ago | Andrew Kelley | | AstGen: implement global variable decls |
| 5 years ago | Andrew Kelley | | fix new references to std.builtin that should have been std.Target |
| 5 years ago | Andrew Kelley | | stage2: fix zir.zig => Zir.zig in CMakeLists.txt |
| 5 years ago | Andrew Kelley | | stage2: preliminary reworking for whole-file-AstGen |
| 5 years ago | Andrew Kelley | | stage2: rename zir to Zir |
| 5 years ago | Andrew Kelley | | stage2: move zir.Code to become root level fields of zir.zig |
| 5 years ago | Andrew Kelley | | stage2 start.zig: slight simplification |
| 5 years ago | Andrew Kelley | | stage2: implement `@bitSizeOf` |
| 5 years ago | Andrew Kelley | | stage2: implement comptime division |
| 5 years ago | Andrew Kelley | | stage2: implement `@sizeOf` |
| 5 years ago | Andrew Kelley | | stage2: implement non-trivial enums |
| 5 years ago | Andrew Kelley | | stage2: improvements aimed at std lib integration |
| 5 years ago | Andrew Kelley | | std: change `@import("builtin")` to `std.builtin` |
| 5 years ago | Andrew Kelley | | stage2: remove redundant source hash |
| 5 years ago | Andrew Kelley | | stage2: entry point via std lib and proper updated file detection |
| 5 years ago | Andrew Kelley | | stage2: properly model miscellaneous failed tasks |
| 5 years ago | Andrew Kelley | | ci: drone: disable stage2 tests |
| 5 years ago | Andrew Kelley | | ci: windows: update to llvm 12 msvc tarball |
| 5 years ago | Andrew Kelley | | ci: update macos tarball to llvm 12 |
| 5 years ago | Andrew Kelley | | build.zig: omit LLVMTableGen from llvm libs |
| 5 years ago | Andrew Kelley | | build.zig: update llvm libs |
| 5 years ago | Andrew Kelley | | ci: windows: proper flags to zig build |
| 5 years ago | Andrew Kelley | | ci: windows: try the dev kit strategy |
| 5 years ago | Andrew Kelley | | ci: windows: ranlib take 2 |
| 5 years ago | Andrew Kelley | | ci: windows: better -DCMAKE_RANLIB option |
| 5 years ago | Andrew Kelley | | freebsd: disable failing test |
| 5 years ago | Andrew Kelley | | ci: freebsd: don't try to compile with zig cc |
| 5 years ago | Andrew Kelley | | ci: windows: use llvm-ar.exe from the tarball |
| 5 years ago | Andrew Kelley | | ci: better handle of -mcpu |
| 5 years ago | Andrew Kelley | | ci: better target triple and mcpu cmake args |
| 5 years ago | Andrew Kelley | | ci: freebsd: set the target triple |
| 5 years ago | Andrew Kelley | | ci: windows: install git |
| 5 years ago | Andrew Kelley | | ci: freebsd: pass -DZIG_USE_LLVM_CONFIG=OFF |
| 5 years ago | Andrew Kelley | | ci: aarch64-linux: disable run-translated-c tests |
| 5 years ago | Andrew Kelley | | ci: windows: try using zig-bootstrap to build zig |
| 5 years ago | Andrew Kelley | | ci: freebsd: update to llvm 12 |
| 5 years ago | Andrew Kelley | | ci: update drone CI to llvm 12 |
| 5 years ago | Andrew Kelley | | ci: update linux to llvm12 tarball |
| 5 years ago | Michael Dusan | | ci: macos-aarch64 update dep tarballs for llvm12 |
| 5 years ago | lithdew | | os/posix: handle ECONNRESET for write/writev |
|