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-26
fix: Only suggest try on destructure of error union if payload type can be de...
Will Lillis
2025-01-26
x86_64: rewrite `@min`/`@max` for float vectors
Jacob Young
2025-01-26
x86_64: rewrite `@min`/`@max` for scalar floats
Jacob Young
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
Merge pull request #22230 from alexrp/lto-stuff
Andrew Kelley
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-25
Compilation: Disable LTO by default.
Alex Rønne Petersen
2025-01-25
libtsan: Build with unwind tables like upstream.
Alex Rønne Petersen
2025-01-25
Compilation: Remove the _tls_index hack for MinGW.
Alex Rønne Petersen
2025-01-25
compiler: Rework LTO settings for some Zig-provided libraries.
Alex Rønne Petersen
2025-01-25
link: Set machine and float ABI when invoking ld.lld and lld-link.
Alex Rønne Petersen
2025-01-25
compiler: Explicitly specify ABI for arm, mips, and powerpc when talking to L...
Alex Rønne Petersen
2025-01-25
compiler: Explicitly specify loongarch ABI when talking to LLVM.
Alex Rønne Petersen
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-25
Merge pull request #22594 from mlugg/panic-stuff
Matthew Lugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: mitigate miscomp during switch dispatch
Jacob Young
2025-01-24
x86_64: fix typo and lower optimized insts
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
x86_64: rewrite scalar float equality comparisons
Jacob Young
2025-01-24
Zcu: remove `null_stack_trace`
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
Sema: prepare to remove `?*StackTrace` argument from `unwrapError` and `call`
mlugg
2025-01-24
frontend: fix data race with mingw crt files
Andrew Kelley
2025-01-24
Compilation pipeline: repeat failed prelink tasks
Andrew Kelley
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-23
Package.Module: Make create() fall back on options.global.root_optimize_mode.
Alex Rønne Petersen
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-23
compiler: Handle --no-eh-frame-hdr as a regular zig build-* flag too.
Alex Rønne Petersen
2025-01-23
Merge pull request #22098 from alexrp/wasm-generic-baseline
Alex Rønne Petersen
2025-01-22
link.Wasm.Feature: Make fromCpuFeature() and toCpuFeature() less cute.
Alex Rønne Petersen
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-22
Merge pull request #22572 from jacobly0/new-error-trace
Matthew Lugg
2025-01-22
x86_64: implement error return traces
Jacob Young
2025-01-22
compiler: pass error return traces everywhere
mlugg
2025-01-22
Sema: fix crash when `inline` loop condition is not comptime-known
mlugg
2025-01-22
Zcu: fix switch prong source location resolution
mlugg
2025-01-22
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen
2025-01-22
wasm: Add a check for zero length around uses of memory.copy/memory.fill.
Alex Rønne Petersen
2025-01-21
Package fetch: add executable detection for Mach-O file headers (#21555)
Fabio Arnold
2025-01-21
Merge pull request #22541 from ziglang/pipeline
Andrew Kelley
2025-01-21
x86_64: rewrite `@abs` for scalar floats
Jacob Young
2025-01-21
libc: Remove a bunch of code for architectures we don't actually support.
Alex Rønne Petersen
2025-01-20
embrace the future slightly less
Andrew Kelley
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-20
fix build failure when llvm not available
Andrew Kelley
2025-01-20
Compilation: take advantage of `@splat`
Andrew Kelley
2025-01-20
Compilation pipeline: linker input producing Job representation
Andrew Kelley
2025-01-20
compilation pipeline: do glibc jobs earlier
Andrew Kelley
2025-01-20
Compilation pipeline: do musl jobs earlier
Andrew Kelley
[prev]
[next]