zig/src
xackus 36d586336c std docs: print bool values 2020-10-20 23:27:12 +03:00
..
codegen Merge pull request #6291 from pixelherodev/cbe_arithmetic 2020-10-17 01:00:38 -04:00
link coff: link in CRT for DLLs that want -lc 2020-10-17 20:35:44 -07:00
stage1 std docs: print bool values 2020-10-20 23:27:12 +03:00
Cache.zig std/crypto: make the whole APIs more consistent 2020-10-17 18:53:08 -04:00
Compilation.zig std: Add libssp implementation for GNU/Windows targets 2020-10-16 21:22:14 -04:00
DepTokenizer.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
Module.zig Merge pull request #6291 from pixelherodev/cbe_arithmetic 2020-10-17 01:00:38 -04:00
Package.zig stage2: implement --pkg-begin and --pkg-end CLI args 2020-09-22 23:00:33 -07:00
TypedValue.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
astgen.zig stage2: add import builtin stub 2020-09-30 16:56:45 +03:00
clang.zig Merge remote-tracking branch 'origin/master' into llvm11 2020-10-08 15:47:45 -07:00
clang_options.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
clang_options_data.zig run update_clang_options on llvm 11 rc6 2020-10-08 16:13:37 -07:00
codegen.zig fixups for the previous commit 2020-10-07 00:39:13 -07:00
config.zig.in delete all stage1 c++ code not directly related to compiling stage2 2020-09-17 18:29:38 -07:00
glibc.zig Turn zig fmt back on in various src/ files 2020-10-05 04:48:58 -04:00
introspect.zig stage2: implement using the global cache dir 2020-09-22 14:08:08 -07:00
ir.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
libc_installation.zig add minimal openbsd support 2020-10-11 08:23:36 +00:00
libcxx.zig Merge remote-tracking branch 'origin/master' into llvm11 2020-09-30 02:55:41 -07:00
libunwind.zig stage2: implement -fno-emit-bin 2020-09-26 12:42:07 -07:00
link.zig fixups to previous commit 2020-10-09 16:45:39 -07:00
liveness.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
llvm.zig stage2: building DLL import lib files 2020-09-28 19:20:58 -07:00
main.zig zig fmt: write modified files to stdout not stderr 2020-10-16 20:23:18 -04:00
mingw.zig stage2: Add missing defines for building dllcrt2.o 2020-10-01 11:39:22 +02:00
musl.zig stage2: building mingw-w64 and COFF LDD linking 2020-09-28 00:06:06 -07:00
print_env.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
print_targets.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
stage1.zig code cleanups 2020-10-17 17:52:09 -07:00
target.zig code cleanups 2020-10-17 17:52:09 -07:00
test.zig stage2: support multiple files in tests 2020-09-30 17:00:57 +03:00
tracy.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
translate_c.zig use new format specifier in translate-c and std lib 2020-10-17 10:27:19 +03:00
type.zig Rename .macosx to .macos 2020-10-12 18:56:25 -04:00
value.zig std: remove renderStringLiteral in favor of std.fmt specifier 2020-10-17 23:20:38 +03:00
windows_com.hpp compiling on mingw is now supported (#1542) 2018-09-18 00:13:17 -04:00
windows_sdk.cpp fixed mingw compilation 2018-10-27 11:35:01 -04:00
windows_sdk.h fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
windows_sdk.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
zig_clang.cpp Merge remote-tracking branch 'origin/master' into llvm11 2020-09-30 02:55:41 -07:00
zig_clang.h Merge remote-tracking branch 'origin/master' into llvm11 2020-10-08 15:47:45 -07:00
zig_clang_cc1_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_cc1as_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_driver.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_llvm.cpp Merge remote-tracking branch 'origin/master' into llvm11 2020-10-12 17:57:35 -07:00
zig_llvm.h stage1: Implement @reduce builtin for vector types 2020-10-05 04:51:45 -04:00
zir.zig std: remove renderStringLiteral in favor of std.fmt specifier 2020-10-17 23:20:38 +03:00
zir_sema.zig stage2: struct type field access 2020-09-30 16:59:09 +03:00