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-02-17
Merge pull request #22913 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.Target: Move osArchName() and Cpu.Arch.archName() to std.zig.target.
Alex Rønne Petersen
2025-02-17
std.Target: Move Cpu.Arch.supportsAddressSpace() up to Cpu.
Alex Rønne Petersen
2025-02-17
std.Target: Make Cpu.Arch.supportsAddressSpace() take an optional context.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.propeller1_sysv to propeller_sysv.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-17
x86_64: implement prefetch
Jacob Young
2025-02-17
x86_64: rewrite scalar `@byteSwap`
Jacob Young
2025-02-17
x86_64: rewrite unsafe int vector multiplication
Jacob Young
2025-02-17
Sema: make source location in checkCallConvSupportsVarArgs more meaningful
Tw
2025-02-15
x86_64: rewrite unsafe scalar int multiplication
Jacob Young
2025-02-15
x86_64: reuse integer `@divTrunc` for `@divExact`
Jacob Young
2025-02-15
main: increase thread stack size for non-x86_64 backends
Jacob Young
2025-02-15
x86_64: rewrite array access
Jacob Young
2025-02-15
x86_64: rewrite scalar and vector int `@rem`
Jacob Young
2025-02-15
x86_64: rewrite scalar and vector int `@divTrunc`
Jacob Young
2025-02-15
x86_64: implement unsafe scalar and vector integer add/sub
Jacob Young
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-13
Expand zig fetch usage help doc to explain URL (#22850)
Michael Lynch
2025-02-12
x86_64: implement conversions between float and int vectors
Jacob Young
2025-02-11
Merge pull request #22862 from ziglang/fuzz
Andrew Kelley
2025-02-11
Compilation: disable error return tracing in rt libs
Andrew Kelley
2025-02-11
link.Elf: implement non-alloc `{SET,SUB}_ULEB128`
David Rubin
2025-02-11
ZigLLVMTargetMachineEmitToFile: schedule sancov pass depending on mode
Andrew Kelley
2025-02-10
cbe: fix incomplete array element types
Jacob Young
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-02-10
cbe: emit linksection for `@export`
Jacob Young
2025-02-10
link: simplify control flow
Isaac Freund
2025-02-10
link: fix ambiguous names in linker scripts
Isaac Freund
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-09
x86_64: implement conversions between scalar floats and ints
Jacob Young
2025-02-08
Merge pull request #22808 from ziglang/fast-gpa
Andrew Kelley
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-07
compiler: use std.heap.smp_allocator
Andrew Kelley
2025-02-07
Merge pull request #20511 from archbirdplus
Andrew Kelley
2025-02-07
Merge pull request #22717 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-07
x86_64: fix calling convention typos
Jacob Young
2025-02-07
Dwarf: fix cross_section_relocs capacity
Isaac Freund
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-06
Merge pull request #22777 from mlugg/some-bugs
Matthew Lugg
2025-02-06
x86_64: rewrite float `@mod`
Jacob Young
2025-02-06
x86_64: avoid comparing different transcendental function impls
Jacob Young
2025-02-06
x86_64: remove cases that are impossible to lower
Jacob Young
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
[prev]
[next]