zig/src
2023-08-03 09:52:15 -07:00
..
arch Plan9: support linking to external 'special' symbols 2023-08-02 17:39:52 -04:00
autodoc Autodoc: update favicon to latest logo mark 2023-05-09 14:24:21 -07:00
codegen llvm: fix data layout calculation for experimental llvm targets 2023-08-01 19:20:22 -07:00
link macho: append syslibroot to search dirs when resolving libSystem 2023-08-03 09:52:15 -07: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 llvm: support read-write output constraints in assembly 2023-07-29 09:49:04 -07:00
AstGen.zig frontend: make fn calls byval; fix false positive isNonErr 2023-07-27 10:12:08 -07:00
Autodoc.zig move installation logic to the build script where it belongs 2023-07-22 00:16:27 -07:00
BuiltinFn.zig Remove len parameter from splat builtin function 2023-07-12 15:35:57 -07:00
clang.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07: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 Fix integer overflow in field padding calculation 2023-07-31 15:14:31 -07:00
Compilation.zig Compilation: detect sysroot from libc installation 2023-08-03 09:52:15 -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 Add --verbose-generic-instances to provide visibility on the number of generic function instantiations 2023-07-26 02:20:29 -07:00
introspect.zig WASI: remove absolute path emulation from std lib 2022-12-06 12:15:04 -07:00
libc_installation.zig std.zig.system.darwin: fix redundant names 2023-08-03 09:52:15 -07: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 main: add debug option to dump unoptimized llvm ir 2023-03-17 01:57:14 -04:00
link.zig zig libc: restore functionality on macOS 2023-08-03 09:52:15 -07:00
Liveness.zig Air: store interned values in Air.Inst.Ref 2023-06-27 01:21:32 -07:00
main.zig CLI: fix a typo that made static/dynamic do the opposite 2023-08-03 09:52:15 -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: restrict what can appear in a naked function 2023-07-31 01:58:10 -04:00
musl.zig musl: update src files to v1.2.4 2023-06-20 12:55:38 -04:00
objcopy.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Package.zig Package: add progress indicator for package fetching 2023-07-25 19:17:53 +01: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 all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -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 Sema: improve new error messages related to naked functions 2023-08-02 16:12:30 -07:00
target.zig frontend: update is_libc_lib_name for mingw-w64 crt files 2023-08-03 09:52:14 -07:00
tracy.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
translate_c.zig make @typeInfo not return private decls 2023-07-25 16:19:08 -07:00
type.zig Sema: handle adhoc inferred error sets in helper functions 2023-07-22 20:21:27 -07:00
TypedValue.zig cbe: get behavior tests running on arm 2023-07-31 01:58:10 -04:00
value.zig frontend: fix wrong result of Value.getFunction 2023-07-22 19:57:23 -07: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: convert attributes and non-intrinsic calls 2023-07-23 23:48:18 -04:00
zig_llvm.h llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64 2023-06-23 14:53:17 -07:00
Zir.zig compiler: work around slightly different generics semantics 2023-07-18 19:02:06 -07:00