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
2025-01-15
wasm linker: implement name, module name, and type for function imports
Andrew Kelley
2025-01-15
wasm linker: support export section as implicit symbols
Andrew Kelley
2025-01-15
wasm: fix many compilation errors
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
wasm codegen: fix some compilation errors
Andrew Kelley
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
link: new incremental line number update API
mlugg
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-11-01
link.File.Wasm.Archive: simplify
Andrew Kelley
2024-10-31
link.File.Wasm: unify the string tables
Andrew Kelley
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-10-23
fix wasm crt logic
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-02-29
fix memory leaks
Luuk de Gram
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
[prev]
[next]