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
2025-01-15
fix bad archive name calculation
Andrew Kelley
2025-01-15
wasm linker: fix table imports in objects
Andrew Kelley
2025-01-15
can't use source location until return from this function
Andrew Kelley
2025-01-15
wasm linker: fix global imports in objects
Andrew Kelley
2025-01-15
resolve merge conflicts
Andrew Kelley
2025-01-15
fix missing missing entry symbol error when no zcu
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
wasm linker: fix relocation parsing
Andrew Kelley
2025-01-15
Compilation: account for C objects and resources in prelink
Andrew Kelley
2025-01-15
wasm linker: fix active data segment offset value
Andrew Kelley
2025-01-15
wasm linker: fix missing function type entry for import
Andrew Kelley
2025-01-15
use fixed writer in more places
Andrew Kelley
2025-01-15
fix stack pointer initialized to wrong vaddr
Andrew Kelley
2025-01-15
wasm linker: implement indirect function calls
Andrew Kelley
2025-01-15
wasm linker: implement stack pointer global
Andrew Kelley
2025-01-15
implement the prelink phase in the frontend
Andrew Kelley
2025-01-15
wasm linker: fix data section in flush
Andrew Kelley
2025-01-15
implement error table and error names data segments
Andrew Kelley
2025-01-15
wasm linker: zcu data fixups are already applied
Andrew Kelley
2025-01-15
wasm linker: initialize the data segments table in flush
Andrew Kelley
2025-01-15
wasm linker: also call lowerZcuData in updateFunc
Andrew Kelley
2025-01-15
wasm linker: avoid recursion in lowerZcuData
Andrew Kelley
2025-01-15
wasm linker: implement data fixups
Andrew Kelley
2025-01-15
wasm linker: fix eliding empty data segments
Andrew Kelley
2025-01-15
wasm codegen: fix call_indirect
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
wasm linker: handle extern functions in updateNav
Andrew Kelley
2025-01-15
wasm linker: fix data segments memory flow
Andrew Kelley
2025-01-15
wasm linker: fix calling imported functions
Andrew Kelley
2025-01-15
wasm codegen: fix extra index not relative
Andrew Kelley
2025-01-15
wasm linker: add __zig_error_name_table data when needed
Andrew Kelley
2025-01-15
add safety for calling functions that get virtual addrs
Andrew Kelley
2025-01-15
wasm codegen: fix wrong union field for locals
Andrew Kelley
2025-01-15
fix calculation of nav alignment
Andrew Kelley
2025-01-15
complete wasm.Emit implementation
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
Andrew Kelley
2025-01-15
wasm linker: implement type index method
Andrew Kelley
2025-01-15
fix replaceVecSectionHeader
Andrew Kelley
2025-01-15
wasm linker: implement name subsection
Andrew Kelley
2025-01-15
wasm linker fixes
Andrew Kelley
2025-01-15
wasm codegen: remove dependency on PerThread where possible
Andrew Kelley
2025-01-15
wasm codegen: fix lowering of 32/64 float rt calls
Andrew Kelley
2025-01-15
remove bad deinit
Andrew Kelley
2025-01-15
add dev env for wasm
Andrew Kelley
2025-01-15
fix compilation when enabling llvm
Andrew Kelley
2025-01-15
wasm linker: finish the flush function
Andrew Kelley
2025-01-15
wasm linker: flush export section
Andrew Kelley
2025-01-15
wasm linker: flush implemented up to the export section
Andrew Kelley
2025-01-15
wasm linker: implement name, module name, and type for function imports
Andrew Kelley
2025-01-15
frontend: add const to more Zcu pointers
Andrew Kelley
[prev]
[next]