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
2023-09-21
compiler: fix compilation for 32-bit targets
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-19
llvm: update riscv floating-point c abi for LLVM 17
Jacob Young
2023-09-19
x86 backend: don't read bogus safety flag
Andrew Kelley
2023-09-13
elf: correctly handle overflows on non-64bit hosts
Jakub Konka
2023-09-13
elf: do not store Symbol's index in Symbol
Jakub Konka
2023-09-13
x86_64: add simple disassembler interface to the encoder
Jakub Konka
2023-09-13
Merge pull request #17113 from ziglang/elf-linker
Jakub Konka
2023-09-12
elf: resolve and write objects to file
Jakub Konka
2023-09-12
elf: add simplistic reloc scanning mechanism
Jakub Konka
2023-09-11
elf: emit relocation to an extern function
Jakub Konka
2023-09-10
wasm: implement more math operations on 128 bit integers
Techatrix
2023-09-10
wasm: implement common conversions between integers/floats with bitsize large...
Techatrix
2023-09-10
wasm: implement comparison on f80 and f128
Techatrix
2023-09-10
wasm: implement negation on f80 and f128
Techatrix
2023-09-08
elf: store GOT index in symbol extra array; use GotSection for GOT
Jakub Konka
2023-09-06
wasm: fix finishAir when combining arg into single stack value
Techatrix
2023-09-06
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
Jakub Konka
2023-09-04
elf: simplify accessors to symbols, atoms, etc
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-08-23
Replace `@panic` with `unreachable`, add test
riverbl
2023-08-23
Implement `@mod` and fix bugs with `divFloor` for wasm
riverbl
2023-08-22
wasm backend: delete dead code in lowerConstant
Andrew Kelley
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-02
Plan9: support linking to external 'special' symbols
Jacob G-W
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-29
codegen: fix access to byte-aligned nested packed struct elems
Xavier Bouchoux
2023-07-22
wasm: correctly intcast signed integers
Luuk de Gram
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-27
Air: store interned values in Air.Inst.Ref
mlugg
2023-06-26
std.sort.block: add safety check for lessThan return value
Ali Chraghi
2023-06-25
x86_64: cleanup `@as` invasion
Jacob Young
2023-06-25
x86_64: fix test failure
Jacob Young
2023-06-25
x86_64: fix incorrect encoding table entries
Jacob Young
2023-06-25
x86_64: truncate packed field value
Jacob Young
2023-06-25
x86_64: add error for saturating arithmetic
Jacob Young
2023-06-25
x86_64: add unimplemented error for float `@rem`/`@mod`
Jacob Young
2023-06-25
x86_64: turn `f80` operation crashes into errors
Jacob Young
2023-06-25
x86_64: fix crash emitting a packed undefined u128
Jacob Young
2023-06-25
x86_64: fix unimplemented type crashes
Jacob Young
2023-06-25
x86_64: fix packed store crash
Jacob Young
2023-06-25
compiler: start moving safety-checks into backends
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
Merge pull request #16064 from Luukdegram/wasm-linker
Andrew Kelley
2023-06-16
Merge pull request #16003 from g-w1/plan9-lazy-syms
Andrew Kelley
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
[prev]
[next]