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
/
arch
Age
Commit message (
Expand
)
Author
2025-01-16
x86_64: implement aggregate access
Jacob Young
2025-01-16
x86_64: implement union access
Jacob Young
2025-01-16
x86_64: remove pointless jump to epilogue
Jacob Young
2025-01-16
x86_64: implement pointer addition and subtraction
Jacob Young
2025-01-16
x86_64: implement element access
Jacob Young
2025-01-16
x86_64: implement passing undefined as a call arg with the new cc
Jacob Young
2025-01-16
x86_64: fix f16 miscomp exposed by new calling convention
Jacob Young
2025-01-16
x86_64: fix hazards exposed by new calling convention
Jacob Young
2025-01-16
x86_64: implement a custom calling convention for the Zig language
Jacob Young
2025-01-16
x86_64: fix unnecessary register saving
Jacob Young
2025-01-16
x86_64: add some ReleaseSmall support
Jacob Young
2025-01-16
x86_64: optimize value copying slightly
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: the previous loop abstraction was too confusing
Jacob Young
2025-01-16
x86_64: demolish the old
Jacob Young
2025-01-16
x86_64: 2 means better
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
x86_64: testing
Jacob Young
2025-01-16
x86_64: looped instructions
Jacob Young
2025-01-16
x86_64: rewrite arithmetic
Jacob Young
2025-01-16
x86_64: rewrite
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
fix compiler unit tests
Andrew Kelley
2025-01-15
wasm codegen: fix mistaking extern data as function
Andrew Kelley
2025-01-15
wasm-linker: remap function types during flush
Andrew Kelley
2025-01-15
wasm linker: track overaligned uavs
Andrew Kelley
2025-01-15
wasm linker: implement `@tagName` for sparse enums
Andrew Kelley
2025-01-15
wasm linker: fix off-by-one in function table indexes
Andrew Kelley
2025-01-15
wasm codegen: fix freeing of locals
Andrew Kelley
2025-01-15
implement indirect function table for object functions
Andrew Kelley
2025-01-15
wasm linker: don't assume nav callees are fully resolved
Andrew Kelley
2025-01-15
wasm linker: chase relocations for references
Andrew Kelley
2025-01-15
resolve merge conflicts
Andrew Kelley
2025-01-15
use fixed writer in more places
Andrew Kelley
2025-01-15
wasm linker: implement indirect function calls
Andrew Kelley
2025-01-15
wasm linker: avoid recursion in lowerZcuData
Andrew Kelley
2025-01-15
wasm codegen: fix call_indirect
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
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
complete wasm.Emit implementation
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
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
wasm linker: implement name, module name, and type for function imports
Andrew Kelley
2025-01-15
wasm: fix many compilation errors
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
[prev]
[next]