| 6 years ago | Andrew Kelley | | std.log: better default for printing logs |
| 6 years ago | Andrew Kelley | | fix a round of regressions in this branch |
| 6 years ago | Andrew Kelley | | zig build: update to use new --version flag instead of legacy flags |
| 6 years ago | Andrew Kelley | | --main-pkg-path properly resolves the relative root src file path |
| 6 years ago | Andrew Kelley | | correct `@cImport` caching to handle "unhit" case |
| 6 years ago | Andrew Kelley | | don't delete C import .c source from zig-cache |
| 6 years ago | Andrew Kelley | | stage2: implement @cImport |
| 6 years ago | Andrew Kelley | | stage2: print the test command after it fails |
| 6 years ago | Andrew Kelley | | nobody likes my std.process.cleanExit idea |
| 6 years ago | Andrew Kelley | | stage2: building musl libc from source |
| 6 years ago | Andrew Kelley | | stage2: capture LLD stderr into a buffer |
| 6 years ago | Andrew Kelley | | use ascii range for the --watch REPL prompt |
| 6 years ago | Andrew Kelley | | stage2: don't build libunwind on OS's that don't need it |
| 6 years ago | Andrew Kelley | | test_runner: fix missing newline in log |
| 6 years ago | Andrew Kelley | | stage2: support rpaths |
| 6 years ago | Andrew Kelley | | stage2: support passing extra C flags to C source files |
| 6 years ago | Andrew Kelley | | stage2: implement --main-pkg-path |
| 6 years ago | Andrew Kelley | | fix trying to link libc for static libs and objects |
| 6 years ago | Andrew Kelley | | eliminate dependency of libzigcpp.a on libzigstage1.a |
| 6 years ago | Andrew Kelley | | stage2: link_libc=true on OS's that require it for syscalls |
| 6 years ago | Andrew Kelley | | stage2: implement --pkg-begin and --pkg-end CLI args |
| 6 years ago | Andrew Kelley | | stage2: implement zig build |
| 6 years ago | Andrew Kelley | | build runner: allow for a bit longer -D options |
| 6 years ago | Andrew Kelley | | stage2: implement using the global cache dir |
| 6 years ago | Andrew Kelley | | stage2: implement `zig init-lib` and `zig init-exe` |
| 6 years ago | Andrew Kelley | | stage2: implement building & linking against libcxx and libcxxabi |
| 6 years ago | Andrew Kelley | | stage2: fix linking libc trying to depend on itself |
| 6 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into stage2-zig-cc |
| 6 years ago | Andrew Kelley | | fix regressed stage2 test harness |
| 6 years ago | Andrew Kelley | | stage2: implement `zig run` and `zig test` |
| 6 years ago | Andrew Kelley | | rename src-self-hosted/ to src/ |
| 6 years ago | Andrew Kelley | | stage1: resolve builtin.zig path when bootstrapping |
| 6 years ago | Andrew Kelley | | Cache integration for stage1 zig code compilation |
| 6 years ago | Andrew Kelley | | stage2: building compiler_rt and libc static archive with stage1 |
| 6 years ago | Andrew Kelley | | cmake: output better message when building self-hosted |
| 6 years ago | Andrew Kelley | | ci: drop the cmake patch for linux |
| 6 years ago | Veikka Tuominen | | stage2: update uses of DepTokenizer |
| 6 years ago | Veikka Tuominen | | stage2: DepTokenizer print errors |
| 6 years ago | Veikka Tuominen | | stage2: DepTokenizer add target resolver |
| 6 years ago | Veikka Tuominen | | stage2: make DepTokenizer non-allocating |
| 6 years ago | Andrew Kelley | | stage2 now supports using stage1 as a backend for compiling zig code |
| 6 years ago | Andrew Kelley | | std: start: use std.log instead of stderr |
| 6 years ago | Andrew Kelley | | stage2: add CLI for `zig translate-c` |
| 6 years ago | Andrew Kelley | | stage2: implement --show-builtin |
| 6 years ago | Andrew Kelley | | delete all stage1 c++ code not directly related to compiling stage2 |
| 6 years ago | Andrew Kelley | | stage2: verify -Wl zig cc behavior |
| 6 years ago | Andrew Kelley | | stage2: ask for a higher open fd limit |
| 6 years ago | Andrew Kelley | | stage2: don't add unused args to assembly compilations |
| 6 years ago | Andrew Kelley | | stage2: building libunwind.a |
| 6 years ago | Andrew Kelley | | stage2: build glibc shared objects using assembly files |
|