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: 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
2025-01-10
bsd: fix stage3 linking on freebsd and dragonfly
Michael Dusan
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-08
cbe: fix miscomps of x86_64 backend
Jacob Young
2025-01-08
Dwarf: fix assertion failure
Jacob Young
2025-01-07
Sema: fix invalid AIR from array concat
David Rubin
2025-01-06
Dwarf: fix abbrev code being overwritten with the wrong empty variant
Jacob Young
2025-01-06
remove wasm from redzone targets list
Reuben Dunnington
2025-01-06
fix win32 manifest ID for DLLs
Reuben Dunnington
2025-01-05
x86_64: fix `@errorName` data
Jacob Young
2025-01-05
Sema: fix incorrect type in `optional_payload` instruction
mlugg
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
Merge pull request #22412 from mlugg/line-number-incremental
Matthew Lugg
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-05
link: new incremental line number update API
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-04
incremental: correctly handle losing file root `struct_decl` inst
mlugg
2025-01-04
incremental: correctly return `error.AnalysisFail` when type structure changes
mlugg
2025-01-04
Zcu: fix crash when incremental re-analysis of type annotation yields same re...
mlugg
2025-01-03
Zir: split up start and end of range in `for_len`
mlugg
[prev]
[next]