zig/src
2022-05-17 03:27:03 -04:00
..
arch Merge pull request #11501 from Vexu/stage2-err-return-trace 2022-05-17 03:27:03 -04:00
codegen Sema: do not call returnError when returning payload of error union 2022-05-16 17:42:51 -07:00
link zig.h: add casts for overflow arithmetic operations 2022-05-16 14:30:28 -07:00
stage1 target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
translate_c stage2: fix bugs preventing stage2 from building stage3 with LLVM 2022-04-15 23:32:26 +03:00
Air.zig stage2: implement error return traces 2022-05-16 17:42:51 -07:00
AstGen.zig stage2: add runtime safety for unwrapping error 2022-05-16 17:42:51 -07:00
BuiltinFn.zig add new builtin function @tan 2022-04-27 16:45:23 -07:00
Cache.zig Revert "Fix C include files not being in whole cache (#11365)" 2022-04-22 08:19:51 -07:00
clang.zig stage2: fix bugs preventing stage2 from building stage3 with LLVM 2022-04-15 23:32:26 +03: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: integrate with -fstack-check, -fno-stack-check 2022-03-04 18:10:37 -07:00
codegen.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
Compilation.zig stage2: enable error return tracing on llvm backend 2022-05-16 17:42:51 -07:00
config.zig.in macho: dump linker's state as JSON 2021-10-22 12:50:25 +02:00
crash_report.zig std.Thread: ResetEvent improvements (#11523) 2022-04-26 16:48:56 -05: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 target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
InternPool.zig stage2: rename InternArena to InternPool 2022-04-06 11:50:23 -07:00
introspect.zig stage2: Move WASI/Zig-specific selfExePath to introspect.zig 2022-04-18 23:06:49 -07:00
libc_installation.zig stage2: remove dependencies on async functions 2022-04-02 19:18:41 -07:00
libcxx.zig Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx. 2022-05-10 16:40:48 -07:00
libtsan.zig stage2: fix path to cache artifacts in libcxx, 2022-01-02 13:16:17 -07:00
libunwind.zig stage2: fix path to cache artifacts in libcxx, 2022-01-02 13:16:17 -07:00
link.zig wasm: Add basic debug info references 2022-05-09 18:51:46 +02:00
Liveness.zig stage2: implement error return traces 2022-05-16 17:42:51 -07:00
main.zig x64: remove verbose_mir functionality 2022-05-15 18:21:50 +02:00
mingw.zig std: Do not allocate the result for ChildProcess.init 2022-04-29 22:50:34 -04:00
Module.zig Sema: do not call returnError when returning payload of error union 2022-05-16 17:42:51 -07:00
musl.zig musl: update to 1.2.3 2022-05-04 01:00:57 +02:00
Package.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
print_air.zig stage2: implement error return traces 2022-05-16 17:42:51 -07:00
print_env.zig stage2: Move WASI/Zig-specific selfExePath to introspect.zig 2022-04-18 23:06:49 -07:00
print_targets.zig Remove usage of inline for from print_targets.cmdTargets 2022-04-26 17:52:21 -04:00
print_zir.zig stage2: improve semantics of atomic operations 2022-05-04 17:34:16 -07:00
RangeSet.zig stage2: use indexes for Decl objects 2022-04-20 17:37:35 -07:00
register_manager.zig regalloc: refactor locking multiple registers at once 2022-05-07 13:27:11 +02:00
Sema.zig Sema: improve index out of bounds panic message 2022-05-16 17:42:51 -07:00
stage1.zig Revert "Fix C include files not being in whole cache (#11365)" 2022-04-22 08:19:51 -07:00
target.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
test.zig test harness: Set filename on error return 2022-05-15 09:30:59 +02:00
ThreadPool.zig std.Thread: ResetEvent improvements (#11523) 2022-04-26 16:48:56 -05:00
tracy.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
translate_c.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
type.zig stage2: implement error return traces 2022-05-16 17:42:51 -07:00
TypedValue.zig TypedValue: pretty print slices 2022-04-28 17:48:05 +03:00
value.zig stage2: perform comptime vectorization of *_with_overflow in Value 2022-05-16 13:55:26 -07:00
WaitGroup.zig std.Thread: ResetEvent improvements (#11523) 2022-04-26 16:48:56 -05: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 stage2: fix bugs preventing stage2 from building stage3 with LLVM 2022-04-15 23:32:26 +03:00
zig_clang.h LLVM: C calling convention lowering fixes 2022-04-21 20:27:06 -07: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 stage2: Manually lower softfloat ops when needed 2022-04-27 12:22:20 -07:00
zig_llvm.h stage2: Manually lower softfloat ops when needed 2022-04-27 12:22:20 -07:00
Zir.zig stage2: improve semantics of atomic operations 2022-05-04 17:34:16 -07:00