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
Age
Commit message (
Expand
)
Author
2020-11-29
stage1: Add missing bitcast when rendering var ptr
LemonBoy
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-29
Merge pull request #7237 from koachan/sparc64-longdouble_fork
Andrew Kelley
2020-11-29
std: Avoid deadlock in the signal handler
LemonBoy
2020-11-28
Add a comment to explain the fork return values on sparc64
Koakuma
2020-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-27
Merge branch 'kubkon-elf-soname-opt-in' into master
Andrew Kelley
2020-11-27
restore sonames by default when using zig cli
Andrew Kelley
2020-11-27
stage2 elf: fix glibc to always specify soname
Jakub Konka
2020-11-27
stage2 elf: refactor override_soname to soname
Jakub Konka
2020-11-27
stage2 elf: make -soname an opt-in and not opt-out
Jakub Konka
2020-11-27
Merge pull request #7198 from LemonBoy/freebsd-lock
Andrew Kelley
2020-11-27
stage1: Fix crash in *[N]T to []T conversion with zst
LemonBoy
2020-11-27
Merge pull request #7231 from kubkon/stage2-arm-macos
Jakub Konka
2020-11-27
stage2 macho: apply more review comments
Jakub Konka
2020-11-27
Update src/codegen.zig
Jakub Konka
2020-11-27
Fix fork() on Linux/sparc64
Koakuma
2020-11-27
Add sparc64 long double mapping
Koakuma
2020-11-26
CONTRIBUTING: src-self-hosted -> src
g-w1
2020-11-26
stage2 macho: Dir.copyFile does the rename for us!
Jakub Konka
2020-11-26
stage2 macho: use Dir.copyFile instead of manual create+copy
Jakub Konka
2020-11-26
stage1: Force union member types to be resolved
LemonBoy
2020-11-26
stage2 macho: enable end-to-end incremental linking tests on aarch64
Jakub Konka
2020-11-26
stage2 macho: rename inodes to prevent SIGKILL
Jakub Konka
2020-11-26
stage2 macho: move PIE fixups to link file; fix tests
Jakub Konka
2020-11-26
stage2 macho: add orr and orn instructions
Jakub Konka
2020-11-26
stage2 macho: Hello, Silicon!
Jakub Konka
2020-11-26
stage2 macho: refactor PIE generation on x86_64
Jakub Konka
2020-11-26
stage2 macho: first, rough draft at trampolining
Jakub Konka
2020-11-26
stage2 macho: use RIP-relative for memory-set regs x86_64
Jakub Konka
2020-11-26
stage2 macho: make file structure compatible with codesign tool
Jakub Konka
2020-11-26
stage2 macho: cleanup logs
Jakub Konka
2020-11-26
stage2 macho: fix issues with codesigning
Jakub Konka
2020-11-26
stage2 macho: generate a code sig (not valid yet)
Jakub Konka
2020-11-26
stage2 macho: add info about __TEXT segment
Jakub Konka
2020-11-26
stage2 macho: add empty CodeDirectory blob
Jakub Konka
2020-11-26
stage2 macho: move code signature logic into struct
Jakub Konka
2020-11-26
stage2 macho: write out constants in CS
Jakub Konka
2020-11-26
stage2 macho: don't pad out holes between sections
Jakub Konka
2020-11-26
stage2 macho: preallocate empty code sig space
Jakub Konka
2020-11-26
stage2 macho: refactor
Jakub Konka
2020-11-26
stage2 macho: bring back incremental symbol commits
Jakub Konka
2020-11-26
stage2 macho: cleanup minimum version command
Jakub Konka
2020-11-26
stage2 macho: revert required alignment always at 4
Jakub Konka
2020-11-26
stage2 macho: fix incorrect rebase
Jakub Konka
2020-11-26
stage2 macho: start reverting some tweaks
Jakub Konka
2020-11-26
stage2 macho: make page size target cpu arch dependent
Jakub Konka
2020-11-26
stage2 macho: pages need to be 16kb aligned!
Jakub Konka
2020-11-26
stage2 MachO: reduce size of __TEXT segment
Jakub Konka
2020-11-26
stage2 MachO: remove discontinuities between segments
Jakub Konka
[next]