zig/src
Andrew Kelley b24cbecdb2 zig build: promote qemu, wine, wasmtime, darling, and rosetta
from zig-specific options to generally recognized zig build options that
any project can take advantage of. See the updated usage text for more
details.
2021-12-02 15:46:22 -07:00
..
arch allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
codegen allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
link allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00
stage1 stage2: implement @typeName 2021-11-27 00:27:52 -07:00
translate_c allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
Air.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
AstGen.zig AstGen: expr-evaluate asm template expressions 2021-12-02 14:35:35 -07:00
BuiltinFn.zig AstGen: move nodeMayEvalToError logic for builtins 2021-10-25 10:50:47 -07:00
Cache.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
clang.zig translate-c: create inline fn for always_inline 2021-10-20 17:58:30 -04:00
clang_options.zig zig cc: honor all -m and -mno- CPU feature flags 2021-11-26 19:59:33 -07:00
clang_options_data.zig zig cc: honor all -m and -mno- CPU feature flags 2021-11-26 19:59:33 -07:00
codegen.zig stage2: fix unwrap function call with optional pointer return value 2021-11-24 22:44:33 -07:00
Compilation.zig Merge pull request #10055 from leecannon/allocator_refactor 2021-11-30 18:48:31 -08:00
config.zig.in macho: dump linker's state as JSON 2021-10-22 12:50:25 +02:00
crash_report.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
DepTokenizer.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
empty.zig fix wrong entrypoint, undefined package, and wrong build option 2020-12-07 17:27:09 -07:00
glibc.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
introspect.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
libc_installation.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
libcxx.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
libtsan.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
libunwind.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
link.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
Liveness.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
main.zig Merge pull request #10055 from leecannon/allocator_refactor 2021-11-30 18:48:31 -08:00
mingw.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
Module.zig allocgate: use correct allocator in populateTestFunctions 2021-12-01 10:24:03 +00:00
musl.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
Package.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
print_air.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
print_env.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
print_targets.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
print_zir.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
RangeSet.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
register_manager.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
Sema.zig AstGen: use null string to communicate non-string-literal asm 2021-12-01 16:24:44 -07:00
stage1.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
target.zig update libc linux headers to v5.16-rc3 2021-11-29 18:05:11 -07:00
test.zig zig build: promote qemu, wine, wasmtime, darling, and rosetta 2021-12-02 15:46:22 -07:00
ThreadPool.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
tracy.zig allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00
translate_c.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
type.zig Sema: fix error set merging creating references to invalid memory 2021-11-30 23:56:57 -07:00
TypedValue.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
value.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
WaitGroup.zig std.Thread.Mutex: change API to lock() and unlock() 2021-11-09 18:31:03 -07:00
wasi_libc.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
windows_com.hpp Spelling corrections (#9833) 2021-09-24 13:39:20 -04:00
windows_sdk.cpp finalize windows_sdk paths based on snickler suggestions 2021-09-07 21:49:08 -06:00
windows_sdk.h fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
windows_sdk.zig stage2: update for new usingnamespace semantics 2021-09-01 17:54:07 -07:00
zig_clang.cpp translate-c: create inline fn for always_inline 2021-10-20 17:58:30 -04:00
zig_clang.h translate-c: create inline fn for always_inline 2021-10-20 17:58:30 -04:00
zig_clang_cc1_main.cpp update clang tools to 13 rc1 2021-08-15 18:06:29 -07:00
zig_clang_cc1as_main.cpp update clang tools to 13 rc1 2021-08-15 18:06:29 -07:00
zig_clang_driver.cpp update clang tools to 13 rc1 2021-08-15 18:06:29 -07:00
zig_llvm-ar.cpp Merge remote-tracking branch 'origin/master' into llvm13 2021-09-30 21:38:04 -07:00
zig_llvm.cpp Merge remote-tracking branch 'origin/master' into llvm13 2021-09-30 21:38:04 -07:00
zig_llvm.h Merge remote-tracking branch 'origin/master' into llvm13 2021-09-30 21:38:04 -07:00
Zir.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00