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
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
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: use call_intrinsic MIR instruction
Andrew Kelley
2025-01-15
wasm: move error_name lowering to Emit phase
Andrew Kelley
2025-01-15
wasm codegen: rename func: CodeGen to cg: CodeGen
Andrew Kelley
2025-01-15
wasm codegen: switch on bool instead of int
Andrew Kelley
2025-01-15
wasm: implement errors_len as a MIR opcode with no linker involvement
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
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
remove "FIXME" from codebase
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-15
print_value: fix crash on undefined slice ptr
mlugg
2025-01-14
Sema: more validation for builtin decl types
mlugg
2025-01-14
Sema: fix UB in error reporting
mlugg
2025-01-14
Type: `struct {}` does not have a well-defined layout
mlugg
2025-01-14
Coff msdos-stub: replace with documented byte array
wooster0
2025-01-14
mingw: Add upstream RtlSecureZeroMemory implementation.
Alex Rønne Petersen
2025-01-13
Sema: disallow non scalar sentinels in array types and reified types (#22473)
xdBronch
2025-01-12
Dwarf: emit debug info for extern globals
Jacob Young
2025-01-13
Sema: allow tail calls of function pointers
mlugg
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-10
x86_64: fix miscomp where in use register is marked as free
Jacob Young
2025-01-10
Merge pull request #22414 from mlugg/better-analyze-call
Matthew Lugg
[next]