.. |
arch
|
Merge pull request #10780 from Luukdegram/wasm-behavior-tests
|
2022-02-03 20:23:46 -05:00 |
codegen
|
Merge pull request #10742 from ziglang/ArrayHashMapEql
|
2022-02-01 13:20:28 -05:00 |
link
|
wasm: Implement elem_ptr
|
2022-02-03 21:42:48 +01:00 |
stage1
|
stage2: remove anytype fields from the language
|
2022-02-01 19:06:40 -07:00 |
translate_c
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
Air.zig
|
stage2: implement shl_exact and shr_exact
|
2022-01-30 16:23:31 -07:00 |
AstGen.zig
|
stage2: remove anytype fields from the language
|
2022-02-01 19:06:40 -07:00 |
BuiltinFn.zig
|
AstGen: implement @prefetch() builtin
|
2021-12-10 23:09:02 +01:00 |
Cache.zig
|
fs: Use OpenMode enum instead of read/write flags.
|
2022-01-29 15:52:08 +02:00 |
clang_options_data.zig
|
stage2: improvements to entry point handling
|
2022-01-19 11:41:08 -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
|
stage1, stage2: rename c_void to anyopaque (#10316)
|
2021-12-19 00:24:45 -05:00 |
codegen.zig
|
stage2: pad out (non-packed) struct fields when lowering to bytes
|
2022-02-02 13:43:41 +01:00 |
Compilation.zig
|
stage2: .stub files are yet another c++ source file extension
|
2022-01-27 13:39:28 -07:00 |
config.zig.in
|
macho: dump linker's state as JSON
|
2021-10-22 12:50:25 +02:00 |
crash_report.zig
|
Implement segfault handler for macOS x86_64
|
2022-01-18 15:10:49 -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
|
glibc: clean up build logic
|
2022-01-14 12:39:06 -07:00 |
InternArena.zig
|
stage2: update to new ArrayHashMap API
|
2022-01-31 21:12:37 -07:00 |
introspect.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
libc_installation.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
libcxx.zig
|
remove __muloti4 from libc++
|
2022-01-30 14:30:46 +01:00 |
libtsan.zig
|
stage2: fix path to cache artifacts in libcxx,
|
2022-01-02 13:16:17 -07:00 |
libunwind.zig
|
stage2: fix path to cache artifacts in libcxx,
|
2022-01-02 13:16:17 -07:00 |
link.zig
|
zig cc: add --hash-style linker parameter
|
2022-01-26 15:01:59 -07:00 |
Liveness.zig
|
stage2: implement shl_exact and shr_exact
|
2022-01-30 16:23:31 -07:00 |
main.zig
|
CLI: link_libcpp implies link_libc
|
2022-02-02 14:54:14 -07:00 |
mingw.zig
|
lint: duplicate import (#10519)
|
2022-01-07 00:06:06 -05:00 |
Module.zig
|
astgen: clean up source line calculation and management
|
2022-01-31 22:29:29 -05:00 |
musl.zig
|
stage2: introduce CacheMode
|
2022-01-02 13:16:17 -07:00 |
Package.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
print_air.zig
|
stage2: implement shl_exact and shr_exact
|
2022-01-30 16:23:31 -07:00 |
print_env.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
print_targets.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
print_zir.zig
|
stage2: rework a lot of stuff
|
2022-01-24 21:53:57 -07:00 |
RangeSet.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
register_manager.zig
|
stage2: remove the concept of register exceptions
|
2022-02-03 18:08:29 +01:00 |
Sema.zig
|
Sema: check for NaNs in cmp (#10760)
|
2022-02-04 00:58:27 -05:00 |
stage1.zig
|
dupe sym name from stage1 before passing to stage2
|
2022-01-11 13:33:53 +01:00 |
target.zig
|
fix aarch64 include path
|
2022-01-26 09:10:12 +02:00 |
test.zig
|
fs: Use OpenMode enum instead of read/write flags.
|
2022-01-29 15:52:08 +02:00 |
ThreadPool.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
tracy.zig
|
lint: duplicate import (#10519)
|
2022-01-07 00:06:06 -05:00 |
translate_c.zig
|
stage1: remove the data field from TypeInfo.Declaration
|
2022-01-31 22:09:41 -07:00 |
type.zig
|
Sema: slice improvements
|
2022-02-03 21:05:10 -07:00 |
TypedValue.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
value.zig
|
Merge pull request #10742 from ziglang/ArrayHashMapEql
|
2022-02-01 13:20:28 -05:00 |
WaitGroup.zig
|
std.Thread.Mutex: change API to lock() and unlock()
|
2021-11-09 18:31:03 -07:00 |
wasi_libc.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +00:00 |
windows_com.hpp
|
Spelling corrections (#9833)
|
2021-09-24 13:39:20 -04:00 |
windows_sdk.cpp
|
finalize windows_sdk paths based on snickler suggestions
|
2021-09-07 21:49:08 -06:00 |
windows_sdk.h
|
fix regressed stage2 test harness
|
2020-09-21 21:14:01 -07:00 |
windows_sdk.zig
|
stage2: update for new usingnamespace semantics
|
2021-09-01 17:54:07 -07:00 |
zig_clang_cc1_main.cpp
|
update clang tools to 13 rc1
|
2021-08-15 18:06:29 -07:00 |
zig_clang_cc1as_main.cpp
|
update clang tools to 13 rc1
|
2021-08-15 18:06:29 -07:00 |
zig_clang_driver.cpp
|
update clang tools to 13 rc1
|
2021-08-15 18:06:29 -07:00 |
zig_clang.cpp
|
translate-c: create inline fn for always_inline
|
2021-10-20 17:58:30 -04:00 |
zig_clang.h
|
translate-c: create inline fn for always_inline
|
2021-10-20 17:58:30 -04:00 |
zig_llvm-ar.cpp
|
Merge remote-tracking branch 'origin/master' into llvm13
|
2021-09-30 21:38:04 -07:00 |
zig_llvm.cpp
|
stage2: LLVM backend: fix lowering of union constants
|
2021-12-28 01:53:58 -07:00 |
zig_llvm.h
|
stage2: LLVM backend: fix lowering of union constants
|
2021-12-28 01:53:58 -07:00 |
Zir.zig
|
astgen: clean up source line calculation and management
|
2022-01-31 22:29:29 -05:00 |