index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-05-16
SPIR-V: Compute backing integer bits
Robin Voetter
2021-05-16
SPIR-V: Restructure codegen a bit
Robin Voetter
2021-05-16
macho: fix DWARF in dSYM and sym naming more consistent
Jakub Konka
2021-05-15
stage2: make failure to find native libc verbose
Isaac Freund
2021-05-15
translate-c: translate global (file scope) assembly
Evan Haas
2021-05-15
Merge pull request #8773 from ziglang/macho-dsym-path
Andrew Kelley
2021-05-14
Merge pull request #8757 from Snektron/spirv-stuff
Andrew Kelley
2021-05-14
macho: if strip is true, do not generate dSYM
Jakub Konka
2021-05-14
stage2: clarify logic of passing `-integrated-as` to clang
Andrew Kelley
2021-05-14
stage2: Force Clang to use LLVM's assembler for SPARC targets
LemonBoy
2021-05-14
Merge pull request #8746 from koachan/sparc64-fixes
Andrew Kelley
2021-05-14
stage1: Widen non byte-sized atomic loads/stores
LemonBoy
2021-05-14
stage2 register manager: clean up API and add more unit tests
joachimschmidt557
2021-05-14
SPIR-V: Re-generate spec.zig
Robin Voetter
2021-05-14
SPIR-V: Begin generating types
Robin Voetter
2021-05-14
macho: put dSYM bundle in zig-cache
Jakub Konka
2021-05-14
macho: require _main as global export in self-hosted
Jakub Konka
2021-05-14
macho: fix bug with symbol growth and realloc
Jakub Konka
2021-05-13
stage2: -lunwind is handled specially
Andrew Kelley
2021-05-13
stage2: only build and link libunwind when linking libc++
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
2021-05-13
stage2: fix build on OpenBSD/NetBSD
Isaac Freund
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-12
stage2: Drop LLVM's host CPU detection method as fallback
LemonBoy
2021-05-12
macho: allow overriding stack size in binary
Jakub Konka
2021-05-12
Fix crti/crtn path for SPARC
Koakuma
2021-05-11
stage2: link all libc components if using system libc
Isaac Freund
2021-05-11
stage2: error if requested glibc version too high
Isaac Freund
2021-05-11
stage2: use system libc when targeting the native OS/ABI
Isaac Freund
2021-05-11
stage2: Change libc components' linking order
LemonBoy
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-05-11
stage2: Always link -lpthread when using system libc
LemonBoy
2021-05-11
stage2: Pass -mthumb when compiling C/C++ code
LemonBoy
2021-05-10
stage1: remove outdated error message regarding #447
jacob gw
2021-05-10
translate-c: fix typedefs with multiple names
xackus
2021-05-09
zld: adjust signed displacement source target addr
Jakub Konka
2021-05-09
stage2 ARM: Overhaul of genArmBinOp
joachimschmidt557
2021-05-08
fix merge conflicts from previous commit
Andrew Kelley
2021-05-09
Merge pull request #8474 from gracefuu/grace/encode-instruction
Andrew Kelley
2021-05-08
Merge pull request #8686 from Vexu/try
Andrew Kelley
2021-05-08
link/MachO: fix --verbose-link ensureCapacity bug
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-06
Merge pull request #8683 from LemonBoy/thumblinux
Andrew Kelley
2021-05-06
stage1: improve message for missing fn return type
lars
2021-05-06
zld: sort tlv offsets by source address
Jakub Konka
2021-05-06
zld: cleanup relocs and flag errors on unhandled symbol types
Jakub Konka
2021-05-05
stage2: Fix UAF in ErrorMsg destructor
LemonBoy
2021-05-05
stage1: Fix other OS target
Jay Petacat
2021-05-04
stage1: Fix LLVM error in inline asm invocation
LemonBoy
[next]