zig/src
2022-12-06 12:15:04 -07:00
..
arch dwarf: pull out debug line program internals into DeclState helpers 2022-12-05 22:35:07 +01:00
autodoc docgen: add f80 to builtin types 2022-09-14 20:08:34 -04:00
codegen CBE: revert broken change that got missed 2022-12-04 22:37:48 -05:00
link remove -fstage1 option 2022-12-06 12:15:04 -07:00
translate_c remove -fstage1 option 2022-12-06 12:15:04 -07:00
Air.zig stage2: Keep error return traces alive when storing to const 2022-10-21 12:40:29 -07:00
AstGen.zig Sema: improve error for mismatched type in implicit return 2022-12-03 00:48:03 +02:00
Autodoc.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
BuiltinFn.zig all: rename @maximum to @max and @minimum to @min 2022-10-18 14:15:16 +03:00
Cache.zig CLI: resolve zig lib directory before using it 2022-11-22 20:58:13 -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 Merge pull request #13744 from Vexu/stage2-fixes 2022-12-03 00:42:11 -05:00
Compilation.zig actually remove stage1 2022-12-06 12:15:04 -07:00
config.zig.in cmake: Mark <root>/.git/HEAD as a configure dependency 2022-11-10 19:34:56 -05:00
crash_report.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
DepTokenizer.zig zig-cache: support windows drive + fwd-slash paths 2022-11-15 22:12:52 -05:00
empty.zig
glibc.zig Cache: introduce prefixes to manifests 2022-11-22 20:57:56 -07:00
InternPool.zig run zig fmt on everything checked by CI 2022-11-18 19:22:42 +00:00
introspect.zig CLI: more careful resolution of paths 2022-11-28 01:23:39 -05:00
libc_installation.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
libcxx.zig Compilation: avoid Cache hash dependency on zig lib path 2022-11-22 20:57:56 -07: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 remove -fstage1 option 2022-12-06 12:15:04 -07:00
Liveness.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
main.zig build: introduce -Dwasi-bootstrap option 2022-12-06 12:15:04 -07:00
mingw.zig Cache: introduce prefixes to manifests 2022-11-22 20:57:56 -07:00
Module.zig Sema: add error for failed assumption about struct having runtime bits 2022-12-02 18:46:59 +02:00
musl.zig musl.zig: remove unused enum (#13545) 2022-11-14 16:35:25 +01:00
Package.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
print_air.zig print_air: print Liveness info for switch_br 2022-12-02 23:46:42 -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 Sema: improve error for mismatched type in implicit return 2022-12-03 00:48:03 +02:00
RangeSet.zig stage2: Rename Value.compare to compareAll, etc. 2022-11-10 12:24:02 -07:00
register_manager.zig std.fmt: require specifier for unwrapping ?T and E!T 2022-07-26 11:25:49 -07:00
Sema.zig remove -fstage1 option 2022-12-06 12:15:04 -07:00
target.zig C backend: implement vector reduce and overflow intrinsics 2022-11-22 23:33:58 -07:00
test.zig remove -fstage1 option 2022-12-06 12:15:04 -07: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 remove -fstage1 option 2022-12-06 12:15:04 -07:00
type.zig Sema: improve error for mismatched type in implicit return 2022-12-03 00:48:03 +02:00
TypedValue.zig Sema: use runtime_value instead of creating allocs 2022-10-27 21:08:25 -04:00
value.zig Sema: fix comparisons between lazy and runtime values 2022-12-03 00:09:23 +02:00
WaitGroup.zig Compilation: multi-thread compiler-rt 2022-06-17 16:38:59 -07:00
wasi_libc.zig wasi-libc: define BULK_MEMORY_THRESHOLD for the bulk_memory feature (#13787) 2022-12-06 04:05:00 +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 all: rename i386 to x86 2022-11-04 00:09:27 +03:30
windows_sdk.h
windows_sdk.zig
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 llvm: add attributes to the arguments of function pointer calls 2022-11-20 20:25:12 +02:00
zig_llvm.h llvm: add attributes to the arguments of function pointer calls 2022-11-20 20:25:12 +02:00
Zir.zig Sema: improve error for mismatched type in implicit return 2022-12-03 00:48:03 +02:00