zig/src
Ryan Liptak 30e1883834 Add -includes option to zig libc
Prints the detected libc include paths for the target and exits
2023-09-14 11:04:34 -07:00
..
arch elf: correctly handle overflows on non-64bit hosts 2023-09-13 22:38:44 +02:00
autodoc Autodoc: update favicon to latest logo mark 2023-05-09 14:24:21 -07:00
codegen InternPool: prevent anon struct UAF bugs with type safety 2023-09-12 20:08:56 -04:00
link elf: correctly handle overflows on non-64bit hosts 2023-09-13 22:38:44 +02:00
Liveness Air: store interned values in Air.Inst.Ref 2023-06-27 01:21:32 -07:00
translate_c Update translate-c to new splat syntax 2023-07-12 15:35:57 -07:00
Air.zig Sema: refactor generic calls to interleave argument analysis and parameter type resolution 2023-08-10 10:00:26 +01:00
AstGen.zig AstGen: fix missing array type validation 2023-09-07 16:56:07 +03:00
AstRlAnnotate.zig AstRlAnnotate: work around upstream LLVM bug 2023-08-20 11:58:14 -07:00
Autodoc.zig fix: panic message typo 2023-09-06 19:08:37 +03:00
BuiltinFn.zig Remove len parameter from splat builtin function 2023-07-12 15:35:57 -07:00
clang.zig translate-c: fix panic when translating long double literals 2023-09-06 11:12:32 +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 fixes to the previous commit 2023-04-20 15:17:07 -07:00
codegen.zig elf: do not store Symbol's index in Symbol 2023-09-13 21:51:43 +02:00
Compilation.zig Add -includes option to zig libc 2023-09-14 11:04:34 -07:00
crash_report.zig debug: rename StackTraceContext to ThreadContext 2023-07-20 22:58:15 -04:00
glibc.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
InternPool.zig InternPool: prevent anon struct UAF bugs with type safety 2023-09-12 20:08:56 -04:00
introspect.zig WASI: remove absolute path emulation from std lib 2022-12-06 12:15:04 -07:00
libc_installation.zig darwin: move inference of SDK version into the linker 2023-08-29 06:43:41 +02:00
libcxx.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
libtsan.zig main: add debug option to dump unoptimized llvm ir 2023-03-17 01:57:14 -04:00
libunwind.zig libunwind: Remove include for libcxx as its also done in upstream llvm repo 2023-08-12 13:47:09 -07:00
link.zig elf: report undefined symbols as errors 2023-09-11 16:02:21 +02:00
Liveness.zig Air: store interned values in Air.Inst.Ref 2023-06-27 01:21:32 -07:00
main.zig Add -includes option to zig libc 2023-09-14 11:04:34 -07:00
Manifest.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mingw.zig frontend: fix linking to Windows DLLs as system libs 2023-08-03 09:52:14 -07:00
Module.zig Sema: cleanup coerceExtra 2023-08-30 16:50:30 -04:00
musl.zig musl: update src files to v1.2.4 2023-06-20 12:55:38 -04:00
objcopy.zig objcopy: fix typo 2023-08-15 02:52:38 -07:00
Package.zig std: Rename TailQueue to DoublyLinkedList 2023-08-27 20:57:46 -07:00
print_air.zig rework generic function calls 2023-07-18 19:02:05 -07:00
print_env.zig std.json: Unify stringify and writeStream (#16405) 2023-07-21 19:56:46 -04:00
print_targets.zig std.json: Unify stringify and writeStream (#16405) 2023-07-21 19:56:46 -04:00
print_zir.zig compiler: provide result type for @memset value 2023-08-28 12:33:36 -07:00
RangeSet.zig std.math.big.int: better name for equal function 2023-07-03 11:00:13 -07:00
register_manager.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Sema.zig InternPool: prevent anon struct UAF bugs with type safety 2023-09-12 20:08:56 -04:00
target.zig change uses of std.builtin.Mode to OptimizeMode (#16745) 2023-08-09 14:39:34 -04:00
tracy.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
translate_c.zig translate-c: Use canonical type of field for flexible array definition 2023-08-15 23:59:07 -07:00
type.zig InternPool: prevent anon struct UAF bugs with type safety 2023-09-12 20:08:56 -04:00
TypedValue.zig InternPool: prevent anon struct UAF bugs with type safety 2023-09-12 20:08:56 -04:00
value.zig InternPool: prevent anon struct UAF bugs with type safety 2023-09-12 20:08:56 -04:00
wasi_libc.zig Remove obsolete comment in wasi_libc.zig 2023-07-29 20:33:29 -07:00
windows_sdk.zig windows_sdk: Get the latest installed version when using COM 2023-07-28 23:36:04 -07:00
zig_clang.cpp translate-c: support brace-enclosed string initializers (c++20 9.4.2.1) 2023-04-23 21:45:08 +03:00
zig_clang.h translate-c: support brace-enclosed string initializers (c++20 9.4.2.1) 2023-04-23 21:45:08 +03:00
zig_clang_cc1_main.cpp update clang and ar to llvm 16 2023-01-25 20:56:23 -07:00
zig_clang_cc1as_main.cpp update clang and ar to llvm 16 2023-01-25 20:56:23 -07:00
zig_clang_driver.cpp update clang and ar to llvm 16 2023-01-25 20:56:23 -07:00
zig_llvm-ar.cpp update clang and ar to llvm 16 2023-01-25 20:56:23 -07:00
zig_llvm.cpp llvm: force strip without libllvm to avoid unimplemented behavior 2023-08-08 23:32:40 -04:00
zig_llvm.h llvm: finish converting globals 2023-08-08 21:32:50 -04:00
Zir.zig compiler: provide result type for @memset value 2023-08-28 12:33:36 -07:00