zig/src-self-hosted
Andrew Kelley e4eb817f79
libc_installation.zig: don't special-case based on C ABI
Whether the C ABI is mingw-w64 or msvc, detection of native libc paths
should be the same. In the future we may want to allow passing a C ABI
parameter to detectNativeCPaths() but for now we have the same behavior
regardless.
2020-04-06 13:33:32 -04:00
..
c.zig self-hosted libc detection 2020-02-16 13:25:30 -05:00
c_int.zig clean up some self-hosted bitrot + don't assume libstdc++ 2020-03-17 23:03:45 -04:00
clang.zig Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
clang_options.zig zig cc: fix ambiguity with -MT 2020-04-02 21:15:36 -04:00
clang_options_data.zig zig cc looks for native include directories unless -nostdinc 2020-04-04 14:58:24 -04:00
codegen.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
compilation.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
decl.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
dep_tokenizer.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
errmsg.zig std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStream 2020-04-01 10:36:38 -04:00
introspect.zig self-hosted: use fs.selfExePathAlloc 2020-03-25 18:40:28 -04:00
ir.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
libc_installation.zig libc_installation.zig: don't special-case based on C ABI 2020-04-06 13:33:32 -04:00
link.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
llvm.zig fix stage2 build 2019-12-29 11:04:58 +02:00
main.zig rename mem.separate to mem.split 2020-04-04 17:37:51 -04:00
package.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
print_targets.zig windows: don't hard-code forward-slash paths 2020-03-27 21:28:52 -04:00
scope.zig self hosted compiler: use enum literals 2019-11-07 10:30:56 +02:00
stage2.zig detect an endless loop when trying to detect native libc installation 2020-04-04 15:03:22 -04:00
test.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
translate_c.zig Merge pull request #4939 from SuperAuguste/master 2020-04-06 10:31:17 +03:00
type.zig std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStream 2020-04-01 10:36:38 -04:00
util.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
value.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
visib.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
windows_sdk.zig self-hosted libc detection 2020-02-16 13:25:30 -05:00