.. |
arch
|
x86_64: fix SystemV calling convention
|
2022-09-07 22:42:57 +02:00 |
autodoc
|
autodoc: fix highlighted line in light mode
|
2022-09-04 14:13:47 +04:30 |
codegen
|
stage2 llvm: implement aarch64 C ABI
|
2022-09-04 18:46:56 +03:00 |
link
|
macho+wasm: unify and clean up closing file handles
|
2022-09-07 22:42:59 +02:00 |
stage1
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
translate_c
|
translate-c: use correct number of initializers for vectors
|
2022-07-30 13:24:03 +03:00 |
Air.zig
|
stage2: generate a switch for @errSetCast safety
|
2022-08-12 11:40:37 +03:00 |
AstGen.zig
|
AstGen: use reachableExpr for try operand
|
2022-09-02 17:57:10 +03:00 |
Autodoc.zig
|
autodoc: Opaque now handled like other container types
|
2022-09-04 22:47:58 +02:00 |
BuiltinFn.zig
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
Cache.zig
|
std.fmt: require specifier for unwrapping ?T and E!T
|
2022-07-26 11:25:49 -07:00 |
clang_options_data.zig
|
stage2: implement stack protectors
|
2022-08-19 03:41:13 -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
|
Add check to verify libc++ is shared by LLVM/Clang
|
2022-07-28 22:21:24 -07:00 |
codegen.zig
|
Sema: handle union and enum field order being different
|
2022-08-21 12:51:40 +03:00 |
Compilation.zig
|
avoid exposing supportsTailCall in the standard library
|
2022-08-30 12:50:15 -07:00 |
config.zig.in
|
make self-hosted the default compiler
|
2022-08-19 16:45:15 -07:00 |
crash_report.zig
|
std.Thread: ResetEvent improvements (#11523)
|
2022-04-26 16:48:56 -05:00 |
DepTokenizer.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +00:00 |
empty.zig
|
fix wrong entrypoint, undefined package, and wrong build option
|
2020-12-07 17:27:09 -07:00 |
glibc.zig
|
src/glibc: remove redundant Arch
|
2022-08-25 16:46:32 +03:00 |
InternPool.zig
|
stage2: rename InternArena to InternPool
|
2022-04-06 11:50:23 -07:00 |
introspect.zig
|
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
|
2022-04-18 23:06:49 -07:00 |
libc_installation.zig
|
std.mem: add first method to SplitIterator and SplitBackwardsIterator
|
2022-07-25 22:04:30 +03:00 |
libcxx.zig
|
stage2: implement stack protectors
|
2022-08-19 03:41:13 -07:00 |
libtsan.zig
|
stage2: implement stack protectors
|
2022-08-19 03:41:13 -07:00 |
libunwind.zig
|
stage2: implement stack protectors
|
2022-08-19 03:41:13 -07:00 |
link.zig
|
coff: re-enable default entrypoint for Windows
|
2022-09-07 22:42:55 +02:00 |
Liveness.zig
|
stage2: generate a switch for @errSetCast safety
|
2022-08-12 11:40:37 +03:00 |
main.zig
|
stage2: fix panic when the dependency is missing
|
2022-09-02 12:53:48 +03:00 |
mingw.zig
|
avoid exposing supportsTailCall in the standard library
|
2022-08-30 12:50:15 -07:00 |
Module.zig
|
build-exe: allow combination of -fno-emit-bin and --verbose-air
|
2022-09-07 14:53:31 +03: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: generate a switch for @errSetCast safety
|
2022-08-12 11:40:37 +03:00 |
print_env.zig
|
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
|
2022-04-18 23:06:49 -07:00 |
print_targets.zig
|
Remove usage of inline for from print_targets.cmdTargets
|
2022-04-26 17:52:21 -04:00 |
print_zir.zig
|
Sema: shift of comptime int with runtime value
|
2022-08-30 12:22:07 -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
|
Merge pull request #12723 from Vexu/stage2-fixes
|
2022-09-03 15:48:28 +03:00 |
stage1.zig
|
make self-hosted the default compiler
|
2022-08-19 16:45:15 -07:00 |
target.zig
|
avoid exposing supportsTailCall in the standard library
|
2022-08-30 12:50:15 -07:00 |
test.zig
|
tests: force LLD off for stage2 backends until auto-select deems worthy
|
2022-09-07 23:16:42 +02:00 |
ThreadPool.zig
|
Compilation: multi-thread compiler-rt
|
2022-06-17 16:38:59 -07:00 |
tracy.zig
|
lint: duplicate import (#10519)
|
2022-01-07 00:06:06 -05:00 |
translate_c.zig
|
translate-c: convert tabs to \t in object-like macro string literals
|
2022-09-07 14:46:58 +03:00 |
type.zig
|
Sema: remove unused src param from typeRequiresComptime
|
2022-09-02 19:49:11 +03:00 |
TypedValue.zig
|
stage2: Fix AIR printing
|
2022-07-30 12:36:11 -07:00 |
value.zig
|
Sema: resolve lazy value before intToFloat
|
2022-09-02 17:57:10 +03:00 |
WaitGroup.zig
|
Compilation: multi-thread compiler-rt
|
2022-06-17 16:38:59 -07:00 |
wasi_libc.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +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
|
finalize windows_sdk paths based on snickler suggestions
|
2021-09-07 21:49:08 -06:00 |
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 llvm and clang tools to release/14.x
|
2022-02-03 13:43:51 -07:00 |
zig_clang_cc1as_main.cpp
|
update llvm and clang tools to release/14.x
|
2022-02-03 13:43:51 -07:00 |
zig_clang_driver.cpp
|
apply zig patches to clang and llvm tools
|
2022-02-03 14:01:32 -07:00 |
zig_clang.cpp
|
Add check to verify libc++ is shared by LLVM/Clang
|
2022-07-28 22:21:24 -07:00 |
zig_clang.h
|
Add check to verify libc++ is shared by LLVM/Clang
|
2022-07-28 22:21:24 -07:00 |
zig_llvm-ar.cpp
|
apply zig patches to clang and llvm tools
|
2022-02-03 14:01:32 -07:00 |
zig_llvm.cpp
|
make LLVM and Clang emit DWARF 4 instead of 5
|
2022-08-23 21:24:03 -07:00 |
zig_llvm.h
|
LLD: the driver functions now return "false" to mean "error"
|
2022-07-01 22:13:30 -07:00 |
Zir.zig
|
Sema: shift of comptime int with runtime value
|
2022-08-30 12:22:07 -07:00 |