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-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-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
2021-05-04
zld: port over a few more bits from ld64
Jakub Konka
2021-05-04
zld: disable most logs
Jakub Konka
2021-05-04
zld: build updated macho backend
Jakub Konka
2021-05-04
zld: rewrite symbol allocations
Jakub Konka
2021-05-04
zld: resolve GOT loads and stubs
Jakub Konka
2021-05-04
zld: rewrite symbol resolution
Jakub Konka
2021-05-04
zld: rewrite Object to include pointers to Symbols
Jakub Konka
2021-04-30
CLI: fix incorrect error message with -cflags
Andrew Kelley
2021-04-28
Merge pull request #8472 from sreehax/master
Andrew Kelley
2021-04-28
stage2 riscv64: cleanup code and add tests
joachimschmidt557
2021-04-26
Merge pull request #8604 from hoanga/haiku-support-sysdefs
Andrew Kelley
2021-04-25
Merge pull request #8616 from LemonBoy/fn-align
Andrew Kelley
2021-04-25
stage1: Use correct alignment for asyncCall frame
LemonBoy
2021-04-25
Merge pull request #8496 from xackus/isError
Andrew Kelley
2021-04-25
stage2 register manager: Use an array instead of a hashmap for tracking
joachimschmidt557
2021-04-25
translate-c: Fix casting of function pointers
LemonBoy
2021-04-25
stage1: Change how the Frame alignment is computed
LemonBoy
[next]