zig/src
Veikka Tuominen 8c4faa5f3f
Merge pull request #13338 from Vexu/stage2-compile-errors
Improve some error messages
2022-11-04 16:04:31 +02:00
..
arch stage2 AArch64: misc fixes, enable printing in test runner 2022-11-01 20:44:18 +01:00
autodoc docgen: add f80 to builtin types 2022-09-14 20:08:34 -04:00
codegen cbe: fix padding bits after a bitcast 2022-11-02 23:00:10 -04:00
link link/MachO: Avoid depending on host PATH_MAX 2022-10-31 13:12:37 -04:00
stage1 stage1: Make x and false/x or true comptime-known 2022-10-30 12:21:37 -07:00
translate_c Translate-C Remainder Macro Fix 2022-11-03 14:07:00 +02:00
Air.zig stage2: Keep error return traces alive when storing to const 2022-10-21 12:40:29 -07:00
AstGen.zig Merge pull request #13338 from Vexu/stage2-compile-errors 2022-11-04 16:04:31 +02:00
Autodoc.zig autodoc: update to new func zir body structure 2022-10-30 17:17:34 +01:00
BuiltinFn.zig all: rename @maximum to @max and @minimum to @min 2022-10-18 14:15:16 +03:00
Cache.zig re-apply "Fix C include files not being in whole cache (#11365)" 2022-10-30 17:04:09 -07:00
clang_options_data.zig Revert "adding static and dynamic ZigEquivalent 2022-10-18 14:16:07 -07:00
clang_options.zig zig cc: honor all -m and -mno- CPU feature flags 2021-11-26 19:59:33 -07:00
clang.zig translate-c: packed struct implies align(1) on every field 2022-10-01 15:22:10 -07:00
codegen.zig stage2: Use mem.readPackedInt etc. for packed bitcasts 2022-10-28 08:41:04 -07:00
Compilation.zig re-apply "Fix C include files not being in whole cache (#11365)" 2022-10-30 17:04:09 -07:00
config.zig.in build: add -Donly-c option 2022-10-23 20:05:12 -07:00
crash_report.zig std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
DepTokenizer.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
empty.zig
glibc.zig glibc: fix race condition when building stubs 2022-10-29 12:15:47 -07: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 libc: add support for arm64 msvc installation 2022-11-03 15:07:31 +01:00
libcxx.zig libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibc 2022-10-27 01:03:11 -04:00
libtsan.zig stage2: implement stack protectors 2022-08-19 03:41:13 -07:00
libunwind.zig fix libc++ exceptions for musl targets 2022-09-13 11:38:14 -07:00
link.zig Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9 2022-10-29 17:45:00 -04:00
Liveness.zig stage2: Add .save_err_return_trace_index AIR op 2022-10-21 10:44:20 -07:00
main.zig cli: set sysroot when --sysroot option was passed 2022-11-01 23:11:29 +01:00
mingw.zig mingw-w64: pass -D__USE_MINGW_ANSI_STDIO=0 for crt files 2022-10-11 01:59:39 -07:00
Module.zig Sema: make InferredErrorSet deterministic 2022-11-04 00:00:10 -04:00
musl.zig stage2: implement stack protectors 2022-08-19 03:41:13 -07: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: Add .save_err_return_trace_index AIR op 2022-10-21 10:44:20 -07:00
print_env.zig stage2: fix compile error merge conflict 2022-09-14 16:41:53 -07:00
print_targets.zig glibc: fix race condition when building stubs 2022-10-29 12:15:47 -07:00
print_zir.zig stage2: Keep error return traces alive when storing to const 2022-10-21 12:40:29 -07:00
RangeSet.zig std.math.big.int: breaking API changes to prevent UAF 2022-06-29 22:06:27 -04:00
register_manager.zig std.fmt: require specifier for unwrapping ?T and E!T 2022-07-26 11:25:49 -07:00
Sema.zig Merge pull request #13338 from Vexu/stage2-compile-errors 2022-11-04 16:04:31 +02:00
stage1.zig re-apply "Fix C include files not being in whole cache (#11365)" 2022-10-30 17:04:09 -07:00
target.zig darwin: remove 10.15.7 as available libc from src/target.zig 2022-10-26 08:53:33 +02:00
test.zig cbe: update test cases 2022-10-25 05:11:29 -04:00
ThreadPool.zig Compilation: multi-thread compiler-rt 2022-06-17 16:38:59 -07:00
tracy.zig fix(text): hyphenate "comptime" adjectives 2022-10-05 21:19:30 +02:00
translate_c.zig Translate-C Remainder Macro Fix 2022-11-03 14:07:00 +02:00
type.zig Merge pull request #13338 from Vexu/stage2-compile-errors 2022-11-04 16:04:31 +02:00
TypedValue.zig Sema: use runtime_value instead of creating allocs 2022-10-27 21:08:25 -04:00
value.zig Merge pull request #13221 from topolarity/packed-mem 2022-10-28 21:15:16 -04:00
WaitGroup.zig Compilation: multi-thread compiler-rt 2022-06-17 16:38:59 -07:00
wasi_libc.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
windows_com.hpp windows_com: add missing __CRT_UUID_DECL() for IEnumSetupInstances 2022-07-09 14:04:38 -07:00
windows_sdk.cpp finalize windows_sdk paths based on snickler suggestions 2021-09-07 21:49:08 -06:00
windows_sdk.h
windows_sdk.zig stage2: update for new usingnamespace semantics 2021-09-01 17:54:07 -07:00
zig_clang_cc1_main.cpp update to LLVM 15 2022-07-28 11:53:25 -07:00
zig_clang_cc1as_main.cpp update to LLVM 15 2022-07-28 11:53:25 -07:00
zig_clang_driver.cpp update to LLVM 15 2022-07-28 11:53:25 -07:00
zig_clang.cpp translate-c: packed struct implies align(1) on every field 2022-10-01 15:22:10 -07:00
zig_clang.h translate-c: packed struct implies align(1) on every field 2022-10-01 15:22:10 -07:00
zig_llvm-ar.cpp update to LLVM 15 2022-07-28 11:53:25 -07:00
zig_llvm.cpp stage2: improve addrspace handling 2022-10-12 20:34:42 +02:00
zig_llvm.h stage2: improve addrspace handling 2022-10-12 20:34:42 +02:00
Zir.zig stage2: Keep error return traces alive when storing to const 2022-10-21 12:40:29 -07:00