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
/
Coff.zig
Age
Commit message (
Expand
)
Author
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-07-30
link: add more respect for -fno-emit-bin
Andrew Kelley
2023-07-18
compiler: fix branch regressions
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-01
x86_64: cleanup lazy symbols
Jacob Young
2023-05-01
x86_64: implement tagName
Jacob Young
2023-05-01
link: update decl-specific lazy symbols
Jacob Young
2023-05-01
link: cleanup lazy alignment
Jacob Young
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-26
coff: invalidate GOT relocs after segment shift in memory
Jakub Konka
2023-04-21
coff: mark relocs dirty by target when updating GOT
Jakub Konka
2023-04-21
coff: treat vmaddr of 0 as unallocated when checking if resolvable
Jakub Konka
2023-04-21
coff: add image base to GOT relocations
Jakub Konka
2023-04-21
coff: use TableSection for GOT
Jakub Konka
2023-04-03
link: cleanup lazy symbols
Jacob Young
2023-04-03
macho: clean up code responsible for growing sections in file
Jakub Konka
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-02
x86_64: implement error name
Jacob Young
2023-03-30
coff: enable hot-code swapping on a compatible host only
Jakub Konka
2023-03-30
coff: due to ASLR we need to dupe the code for relocating
Jakub Konka
2023-03-30
coff: use std.os.windows wrappers; fix relocating in-file
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
coff: reimplement Read/WriteProcessMemory using our own ntdll wrappers
Jakub Konka
2023-03-30
coff: make sure we correctly slide relocation target when resolving
Jakub Konka
2023-03-30
coff: first (not-fully-functional) PoC of HCS
Jakub Konka
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-28
coff: put section growing in helper; only mark section if actually resolved
Jakub Konka
2023-03-28
coff: use ArrayHashMap if we are iterating over keys
Jakub Konka
2023-03-28
coff: resolve relocs on bytes buffer directly
Jakub Konka
2023-03-28
coff: assert the imports table is not dirty
Jakub Konka
2023-03-28
coff: move import table definition into a separate ImportTable.zig module
Jakub Konka
2023-03-28
coff: do not use atoms for synthetic import address table
Jakub Konka
2023-03-28
coff: repurpose value field of import Symbol for lib_name offset
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-28
coff: grow .idata if required
Jakub Konka
[next]