| .. |
|
arch
|
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
|
2022-10-29 17:45:00 -04:00 |
|
autodoc
|
docgen: add f80 to builtin types
|
2022-09-14 20:08:34 -04:00 |
|
codegen
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -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: Better support for division in macros
|
2022-10-28 17:59:32 -04:00 |
|
Air.zig
|
stage2: Keep error return traces alive when storing to const
|
2022-10-21 12:40:29 -07:00 |
|
AstGen.zig
|
AstGen: avoid accessing value from inner scope
|
2022-10-30 15:25:58 -04: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.zig
|
translate-c: packed struct implies align(1) on every field
|
2022-10-01 15:22:10 -07:00 |
|
clang_options.zig
|
|
|
|
clang_options_data.zig
|
Revert "adding static and dynamic ZigEquivalent
|
2022-10-18 14:16:07 -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
|
|
|
|
empty.zig
|
|
|
|
glibc.zig
|
glibc: fix race condition when building stubs
|
2022-10-29 12:15:47 -07:00 |
|
InternPool.zig
|
|
|
|
introspect.zig
|
|
|
|
libc_installation.zig
|
std.mem: add first method to SplitIterator and SplitBackwardsIterator
|
2022-07-25 22:04:30 +03: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
|
zig test: forward target CLI args to zig run when using -ofmt=c
|
2022-10-30 15:44:58 -07: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
|
re-apply "Fix C include files not being in whole cache (#11365)"
|
2022-10-30 17:04:09 -07: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
|
stage2: Add explicit type qualifier to workaround #13366
|
2022-10-31 13:13:11 -04: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: Better support for division in macros
|
2022-10-28 17:59:32 -04:00 |
|
type.zig
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -04: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
|
|
|
|
windows_com.hpp
|
windows_com: add missing __CRT_UUID_DECL() for IEnumSetupInstances
|
2022-07-09 14:04:38 -07:00 |
|
windows_sdk.cpp
|
|
|
|
windows_sdk.h
|
|
|
|
windows_sdk.zig
|
|
|
|
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_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_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 |