zig/src
2023-01-31 17:15:34 +02:00
..
arch stage2 AArch64: move copy-register-arg-to-stack code to fn prologue 2023-01-29 20:00:53 +01:00
autodoc docgen: add f80 to builtin types 2022-09-14 20:08:34 -04:00
codegen cbe: fixes for tls, support for not linking libc, and enabling tests 2023-01-29 15:04:13 -05:00
link std: restrict mem.span() and mem.len() to sentinel terminated pointers 2023-01-29 15:07:06 -05:00
translate_c std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
Air.zig fix generic function arg debug info referencing wrong parameter 2022-12-30 17:00:50 +02:00
AstGen.zig AstGen: reset source cursor before generating pointer attributes 2023-01-17 20:28:43 +02:00
Autodoc.zig autodoc: added support for tuple structs 2023-01-25 15:34:04 +01:00
BuiltinFn.zig Sema: make overflow arithmetic builtins return tuples 2022-12-27 15:13:14 +02:00
Cache.zig Fix another LockViolation case on Windows (#14162) 2023-01-04 14:51:43 -05:00
clang_options_data.zig zig run/cc: recognize "-x language" 2023-01-13 21:38:11 -05:00
clang_options.zig zig cc: honor all -m and -mno- CPU feature flags 2021-11-26 19:59:33 -07:00
clang.zig Sema: display cimport errors from clang 2022-12-14 14:08:22 +02:00
codegen.zig self-hosted: rename codegen Result.appended to Result.ok 2023-01-25 10:28:18 +01:00
Compilation.zig Merge pull request #13670 from mlugg/fix/astgen-ambiguous-package 2023-01-23 14:25:42 +02:00
crash_report.zig FreeBSD: add mcontext_t for aarch64 2023-01-21 23:20:50 +02:00
DepTokenizer.zig DepTokenizer.printUnderstandableChar: consider space printable 2022-12-09 21:57:17 +01:00
glibc.zig glibc: avoid poisoning the cache namespace with zig lib dir 2022-12-15 00:07:53 -05:00
InternPool.zig std.builtin: rename Type.UnionField and Type.StructField's field_type to type 2022-12-17 14:11:33 +01:00
introspect.zig WASI: remove absolute path emulation from std lib 2022-12-06 12:15:04 -07: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 zig run/cc: recognize "-x language" 2023-01-13 21:38:11 -05:00
link.zig self-hosted: remove allocateDeclIndexes from the public link.File API 2023-01-27 19:51:06 +01:00
Liveness.zig Merge pull request #13914 from Vexu/variadic 2022-12-18 16:24:13 -05:00
main.zig std: restrict mem.span() and mem.len() to sentinel terminated pointers 2023-01-29 15:07:06 -05:00
mingw.zig mingw: add missing vscprintf.c file 2022-12-28 12:33:55 -07:00
Module.zig self-hosted: remove allocateDeclIndexes from the public link.File API 2023-01-27 19:51:06 +01:00
musl.zig musl.zig: remove unused enum (#13545) 2022-11-14 16:35:25 +01:00
objcopy.zig zig objcopy: Fix corrupted hex output 2023-01-11 21:15:20 +02:00
Package.zig support xz compressed tarballs in the package manager 2023-01-24 15:24:19 -07:00
print_air.zig fix generic function arg debug info referencing wrong parameter 2022-12-30 17:00:50 +02:00
print_env.zig stage2: fix compile error merge conflict 2022-09-14 16:41:53 -07:00
print_targets.zig add zig objcopy subcommand 2022-12-13 15:37:52 -05:00
print_zir.zig fix errdefers in functions that can't return errors 2023-01-10 19:17:42 +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 Sema: emit compile error for comptime or inline call of function pointer 2023-01-31 17:15:34 +02:00
target.zig powerpc does not have a red zone 2022-12-29 00:19:00 -05:00
test.zig Package: store package name directly 2023-01-22 19:00:03 +00:00
ThreadPool.zig update usages of @call 2022-12-13 13:14:20 +02:00
tracy.zig update TracyAllocator for new Allocator changes 2022-12-11 15:02:44 -05:00
translate_c.zig Sema: display cimport errors from clang 2022-12-14 14:08:22 +02:00
type.zig Value: implement compareAllWithZero for bytes and str_lit 2023-01-22 00:12:37 +02:00
TypedValue.zig Sema: make overflow arithmetic builtins return tuples 2022-12-27 15:13:14 +02:00
value.zig Value: implement compareAllWithZero for bytes and str_lit 2023-01-22 00:12:37 +02:00
WaitGroup.zig Compilation: multi-thread compiler-rt 2022-06-17 16:38:59 -07:00
wasi_libc.zig Update wasi-libc to 8b7148f69ae241a2749b3defe4606da8143b72e0 (#13793) 2022-12-06 22:48:35 +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 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 add -fopt-bisect-limit 2023-01-03 13:05:09 +02:00
zig_llvm.h add -fopt-bisect-limit 2023-01-03 13:05:09 +02:00
Zir.zig fix errdefers in functions that can't return errors 2023-01-10 19:17:42 +02:00