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
/
link
Age
Commit message (
Expand
)
Author
2020-10-17
coff: link in CRT for DLLs that want -lc
Andrew Kelley
2020-10-17
code cleanups
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
2020-10-13
Do not rewrite paths to dyld and libSystem unless changed
Jakub Konka
2020-10-13
Reuse text blocks; enable all incremental tests
Jakub Konka
2020-10-13
Fix writing of load cmds headers *after* symtab update
Jakub Konka
2020-10-13
Update allocateTextBlock to use node free list
Jakub Konka
2020-10-13
Add mechanism for growing/shrinking text blocks
Jakub Konka
2020-10-13
Add local and offset free lists
Jakub Konka
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
openbsd: address link/Elf.zig comments
Sébastien Marie
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-09
Merge pull request #6577 from kubkon/macho-trie
Jakub Konka
2020-10-09
Apply nitpick: top-level doc comments
Jakub Konka
2020-10-09
include compiler_rt and c for wasm static libraries
Josh Wolfe
2020-10-08
Clean up writing the trie into ULEB128 byte stream
Jakub Konka
2020-10-08
Fix ULEB128 encoding of trie
Jakub Konka
2020-10-07
Add writeULEB128Mem test and couple fixes
Jakub Konka
2020-10-07
Fix improper reuse of global symbols in MachO
Jakub Konka
2020-10-07
Move trie structure into its own file-module
Jakub Konka
2020-10-07
Approach using array list for auto mem mgmt
Jakub Konka
2020-10-07
Add incomplete writing of trie to bytes buffer
Jakub Konka
2020-10-07
Add prototype for export trie generation in MachO linker
Jakub Konka
2020-10-07
Remove obsolete addPadding fn and callsites from MachO linker
Jakub Konka
2020-10-07
fixups for the previous commit
Andrew Kelley
2020-10-06
Fix building the zig compiler for 32-bit targets
Timon Kruiper
2020-10-05
Turn zig fmt back on in various src/ files
joachimschmidt557
2020-10-04
fix each-lib-rpath functionality
Andrew Kelley
2020-10-04
add --image-base support
Andrew Kelley
2020-10-04
Refactor flushing of MachO exe
Jakub Konka
2020-10-04
Redo local symbols and offsets tracking to match Elf's approach
Jakub Konka
2020-10-04
Fix after rebase and enable stage2 tests for macOS
Jakub Konka
2020-10-04
First hacked together, working MachO exe!
Jakub Konka
2020-10-04
Move writing symbol table and export trie into functions
Jakub Konka
2020-10-04
Write out LC_DYSYMTAB together with dyld_stub_binder undef symbol
Jakub Konka
2020-10-04
Generate more MachO exe boilerplate
Jakub Konka
2020-10-04
Re-draft required elements for minimal MachO binary
Jakub Konka
2020-10-01
Resolve name and format issues.
Nathan
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-09-30
MachO: add the same workaround for no -r LLD flag support
Andrew Kelley
2020-09-29
link.Coff: skip redundant (and invalid) copy to same path
Andrew Kelley
2020-09-29
different strategy to fix compiler_rt.zig and c.zig
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-29
use Allocator.allocSentinel now that the stage1 bug is fixed
Andrew Kelley
2020-09-29
stage2: MachO LLD Linking
Andrew Kelley
2020-09-28
stage2: WASM LLD linking
Andrew Kelley
[next]