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
2024-03-15
bsd: debitrot AtomicOrder renames
Michael Dusan
2024-03-11
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-10
wasm/codegen: add "and" + "or" impl for big ints
Marc Tiehuis
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-02
Air: replace `.dbg_inline_*` with `.dbg_inline_block`
Jacob Young
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-29
wasm: make symbol indexes a non-exhaustive enum
Luuk de Gram
2024-02-29
wasm: correctly generate relocations for type index
Luuk de Gram
2024-02-29
wasm: re-implement `updateExports`
Luuk de Gram
2024-02-29
wasm: create linking objects in correct module
Luuk de Gram
2024-02-29
wasm: move incremental Dwarf info into ZigObject
Luuk de Gram
2024-02-27
Merge pull request #19102 from ziglang/decouple-zir
Andrew Kelley
2024-02-27
Merge pull request #18538 from Pangoraw/wasm_vector_abi
Luuk de Gram
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
x86_64: implement more shuffles
Jacob Young
2024-02-25
x86_64: implement optional comparisons
Jacob Young
2024-02-25
x86_64: fix avx2 `@truncacte`
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-25
x86_64: fix inline asm match constraints
Jacob Young
2024-02-25
x86_64: implement `@select`
Jacob Young
2024-02-25
x86_64: fix incorrect mnemonic selection
Jacob Young
2024-02-22
Builder: fix float constants in llvm ir
Jacob Young
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-14
x86_64: fix crash loading a packed value from a spilled pointer
Jacob Young
2024-02-14
wasm: allow non-int vectors
Paul Berg
2024-02-12
x86_64: implement `@clz` and `@ctz` of big integers
Jacob Young
2024-02-12
x86_64: implement `@byteSwap` of big integers
Jacob Young
2024-02-12
x86_64: fix compiler_rt tests
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2024-02-12
x86_64: fix register clobber
Jacob Young
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2024-02-12
x86_64: implement `@abs` of big integers
Jacob Young
2024-02-12
x86_64: fix assert location
Jacob Young
2024-02-12
x86_64: fix packed load
Jacob Young
2024-02-12
x86_64: implement `ret_safe`
Jacob Young
2024-02-12
x86_64: fix incorrect alignment check
Jacob Young
2024-02-12
x86_64: implement mul, div, and mod of large integers
Jacob Young
2024-02-11
wasm: correctly lower packed structs in arguments
Luuk de Gram
2024-02-06
x86: remove final vestiges of mir_to_air (#18836)
Pyry Kovanen
2024-02-06
add the `clflush` mnem
David Rubin
[next]