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.zig
Age
Commit message (
Expand
)
Author
2023-11-28
wasm-linker: mark symbols and its references
Luuk de Gram
2023-11-28
wasm-link: ensure TLS global when resolved
Luuk de Gram
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-09
wasm-linker: ensure symbol fields are set for decls
Luuk de Gram
2023-11-03
cli: consolidate entry point flags
Luuk de Gram
2023-11-03
wasm-linker: correctly pass --shared and --pie
Luuk de Gram
2023-11-03
wasm-linker: implement `-fno-entry` flag
Luuk de Gram
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-25
link: Coff, MachO, and Wasm all had the same UAF bug
Andrew Kelley
2023-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-19
dwarf: introduce Dwarf.Format to be able to select 32/64bit format at whim
Jakub Konka
2023-10-10
revert compiler_rt: no need to put it in a static library
Andrew Kelley
2023-10-10
compiler_rt: no need to put it in a static library
Andrew Kelley
2023-10-03
wasm: implement lowering anon decls
Luuk de Gram
2023-10-03
codegen: separate getAnonDeclVAddr into lowerAnonDecl and the former
Jakub Konka
2023-10-03
link: stub out getAnonDeclVAddr
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-08
wasm-linker: fix use of invalidated memory in populateErrorNameTable
Techatrix
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
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-19
Merge pull request #16439 from Luukdegram/wasm-linker
Luuk de Gram
2023-07-19
wasm-linker: create TLS Wasm globals correctly
Luuk de Gram
2023-07-19
wasm-linker: shared-memory fixes
Luuk de Gram
2023-07-19
wasm-linker: implement TLS relocations
Luuk de Gram
2023-07-19
wasm-linker: allow explicit memory exports
Luuk de Gram
2023-07-18
rework generic function calls
Andrew Kelley
2023-07-11
remove arbitrary stderr size limit when spawning a child process tool
Xavier Bouchoux
2023-06-26
wasm-ld: implement `--export-memory` flag
Luuk de Gram
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
wasm: fix decl alignment
Jacob Young
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-16
Merge pull request #16064 from Luukdegram/wasm-linker
Andrew Kelley
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-16
wasm-linker: correctly resolve undefined functions
Luuk de Gram
2023-06-16
wasm-linker: correctly resolve exported symbols
Luuk de Gram
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-11
link: use `Wasm.string_table` offsets for `Wasm.undefs` keys
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 enum tag values into the InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
[prev]
[next]