| 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 |
| 6 years ago | Andrew Kelley | | stage2: glibc shared objects use ok file to detect cache hits |
| 6 years ago | Andrew Kelley | | stage2: std.log.err is an error not a warning |
| 6 years ago | Andrew Kelley | | stage2 Cache: use hex instead of base64 for file paths |
| 6 years ago | Andrew Kelley | | ci: undo mangled autocrlf files before building |
| 6 years ago | Andrew Kelley | | ci: disable git autocrlf |
| 6 years ago | Andrew Kelley | | stage2: building glibc shared objects |
| 6 years ago | Andrew Kelley | | stage2: update to new LibCInstallation API |
| 6 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into stage2-zig-cc |
| 6 years ago | Andrew Kelley | | stage2: implement .d file parsing for C objects |
| 6 years ago | Andrew Kelley | | stage2: eliminate one failure path in building c object |
| 6 years ago | Andrew Kelley | | std: handle sharing violation when deleting a file on windows |
| 6 years ago | Andrew Kelley | | update the zen of zig |
| 6 years ago | Andrew Kelley | | stage2: add missing import to libc_installation.zig |
| 6 years ago | Andrew Kelley | | stage2: building glibc libc_nonshared.a CRT file |
| 6 years ago | Andrew Kelley | | stage2: don't depend on windows SDK C++ code when unavailable |
| 6 years ago | Andrew Kelley | | integrate target features into building assembly code |
| 6 years ago | Andrew Kelley | | integrate target features into building C source files |
| 6 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into stage2-zig-cc |
| 6 years ago | Andrew Kelley | | stage2: support for machine code model CLI |
| 6 years ago | Andrew Kelley | | stage2: refactor 2 CObject fields to use CSourceFile |
| 6 years ago | Andrew Kelley | | Revert "disable sourcehut freebsd CI checks" |
| 6 years ago | Andrew Kelley | | track all TODO comments in BRANCH_TODO file |
| 6 years ago | Andrew Kelley | | stage2: implement writing archive files |
| 6 years ago | Andrew Kelley | | disable sourcehut freebsd CI checks |
| 6 years ago | Andrew Kelley | | move std.cache_hash from std to stage2 |
| 6 years ago | Andrew Kelley | | fix stage1 regressions in this branch |
| 6 years ago | Andrew Kelley | | revert bogus `enum` keywords in zig_llvm.h |
| 6 years ago | Andrew Kelley | | stage2: building glibc Scrt1.o |
| 6 years ago | Andrew Kelley | | stage2: namespace cache dir with C source path |
| 6 years ago | Andrew Kelley | | stage2: don't bother building glibc when only doing build-obj |
| 6 years ago | Andrew Kelley | | stage2: CRT files retain locks on the build artifacts |
| 6 years ago | Andrew Kelley | | stage2: fix bad include path for glibc abi-note.S |
| 6 years ago | Andrew Kelley | | stage2: don't create empty object files when no zig source |
| 6 years ago | Andrew Kelley | | stage2: fix not creating cache o dir before writing to it |
| 6 years ago | Andrew Kelley | | stage2: rename ZigModule to Module |
| 6 years ago | Andrew Kelley | | stage2: rename Module to Compilation |
|