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
2022-09-07
test-cases: enable stage2 tests on Windows
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-09-07
macho: set file instance in linkOneShot only if not already set
Jakub Konka
2022-09-07
macho: properly close file handles owned by the linker in deinit()
Jakub Konka
2022-09-07
coff: fix tracking of got and import entries; free relocs in update* fns
Jakub Konka
2022-09-07
coff: track globals in contiguous array to allow for tombstones
Jakub Konka
2022-09-07
coff: fix memory leak in incorrectly disposing of globals table
Jakub Konka
2022-09-07
coff: use more generous initial memory sizes for sections
Jakub Konka
2022-09-07
coff: remove redundant bits and clean up
Jakub Konka
2022-09-07
coff: grow section in virtual address space when required
Jakub Konka
2022-09-07
coff: find new file space for a section (file offsets)
Jakub Konka
2022-09-07
coff: differentiate between file space and VM space for alloc
Jakub Konka
2022-09-07
coff: create a helper for allocating sections
Jakub Konka
2022-09-07
coff: fix writing strtab to PE image file
Jakub Konka
2022-09-07
x86_64: fix SystemV calling convention
Jakub Konka
2022-09-07
coff: mark relocations dirty when target atoms change
Jakub Konka
2022-09-07
coff: fix bug in lowerUnnamedConst
Jakub Konka
2022-09-07
x86_64: allow for any index register in complex SIB encodings
Jakub Konka
2022-09-07
x86_64: clean up return registers for unspecified cc
Jakub Konka
2022-09-07
x86_64: handle ptr_stack_offset for blocks
Jakub Konka
2022-09-07
x86_64: clean up logging
Jakub Konka
2022-09-07
x86_64: refactor cond_br with canonicaliseBranches helper
Jakub Konka
2022-09-07
x86_64: implement canonicalising branches in switch expression
Jakub Konka
2022-09-07
x86_64: implement Windows x64 calling convention
Jakub Konka
2022-09-07
coff: fix runtime traps
Jakub Konka
2022-09-07
coff: implement lowering unnamed consts
Jakub Konka
2022-09-07
x86_64: add support for Win64/C calling convention
Jakub Konka
2022-09-07
coff: fix contents of IAT, and ensure codegen loads addr into reg
Jakub Konka
2022-09-07
coff: populate import address table dir
Jakub Konka
2022-09-07
coff: create import atoms and matching bindings
Jakub Konka
2022-09-07
coff: add relocation for call_extern
Jakub Konka
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-09-07
wasm-linker: support incremental debug info
Luuk de Gram
2022-09-07
wasm: fix memory leak
Luuk de Gram
2022-09-07
wasm-linker: Mix Zig -and Object debug atoms
Luuk de Gram
2022-09-07
wasm-linker: use Atoms for zig debug info
Luuk de Gram
2022-09-07
wasm-linker: perform debug relocations
Luuk de Gram
2022-09-07
wasm-linker: write debug sections from objects
Luuk de Gram
2022-09-07
wasm-linker: create atoms from debug sections
Luuk de Gram
2022-09-07
wasm/Object: parse debug sections into reloc data
Luuk de Gram
2022-09-07
build-exe: allow combination of -fno-emit-bin and --verbose-air
bfredl
2022-09-07
translate-c: convert tabs to `\t` in object-like macro string literals
Evan Haas
2022-09-05
Merge pull request #12736 from alichraghi/patch-2
Loris Cro
2022-09-04
autodoc: Opaque now handled like other container types
Der Teufel
2022-09-04
autodoc: add support for doc tests
Loris Cro
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-09-04
autodoc: fix highlighted line in light mode
Ali Chraghi
2022-09-03
Merge pull request #12723 from Vexu/stage2-fixes
Veikka Tuominen
2022-09-03
translate-c: do not translate packed C structs as packed Zig structs in stage2
Veikka Tuominen
[prev]
[next]