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
/
Wasm
/
Object.zig
Age
Commit message (
Expand
)
Author
2024-02-29
wasm: gc fixes and re-enable linker tests
Luuk de Gram
2024-02-29
wasm: integrate linker errors with `Compilation`
Luuk de Gram
2024-02-29
wasm: make symbol indexes a non-exhaustive enum
Luuk de Gram
2024-02-29
wasm: Use `File.Index` for symbol locations
Luuk de Gram
2024-02-29
wasm: fix symbol resolution and atom processing
Luuk de Gram
2024-02-29
wasm: use `File` abstraction instead of object
Luuk de Gram
2024-01-12
wasm-linker: ensure custom sections are parsed
Luuk de Gram
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2023-11-28
wasm-linker: support `--no-gc-sections`
Luuk de Gram
2023-11-28
wasm-linker: parse symbols into atoms lazily
Luuk de Gram
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-07-19
wasm-linker: prevent double-free on parse failure
Luuk de Gram
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-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-03-18
wasm-linker: implement runtime TLS relocations
Luuk de Gram
2023-03-18
wasm-linker: feature verifiction for shared-mem
Luuk de Gram
2023-03-18
wasm-linker: refactor Limits and add flags
Luuk de Gram
2023-03-18
wasm-linker: basic TLS support
Luuk de Gram
2023-03-09
wasm-linker: store symbol's virtual address
Luuk de Gram
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2022-12-18
wasm-linker: Fix relocations for alias'd atoms
Luuk de Gram
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-10-08
wasm-linker: convert relocation addend to i32
Luuk de Gram
2022-09-12
wasm-linker: rename self to descriptive name
Luuk de Gram
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-09-07
wasm-linker: support incremental 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-08-20
wasm/Object: parse using the correct file size
Luuk de Gram
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-06-24
wasm-linker: Parse object file from the archive
Luuk de Gram
2022-06-24
fix memory leaks
Luuk de Gram
2022-06-24
link: Implement API to get global symbol index
Luuk de Gram
2022-04-15
update self hosted sources to language changes
Veikka Tuominen
2022-04-14
wasm-linker: Prevent overalignment for segments
Luuk de Gram
2022-04-14
wasm-linker: Add function table indexes
Luuk de Gram
2022-04-14
wasm-linker: Fix memory leak
Luuk de Gram
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
2022-03-01
wasm-linker: Intern globals, exports & imports
Luuk de Gram
[next]