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
2022-03-19
stage2 RISCV64: implement move register to register
joachimschmidt557
2022-03-19
stage2 RISCV64: remove MCValue.embedded_in_code
joachimschmidt557
2022-03-18
Merge pull request #11220 from schmee/vector-bitreverse
Andrew Kelley
2022-03-18
Merge pull request #11217 from jmc-88/cbe-tuples
Andrew Kelley
2022-03-18
Merge pull request #11216 from joachimschmidt557/stage2-arm
Jakub Konka
2022-03-18
stage2: formatting an error_set value should print members, not decl
Mitchell Hashimoto
2022-03-18
AstGen: remove unused parameter
Andrew Kelley
2022-03-18
AstGen: labeled blocks should always complete with a normal break
Mitchell Hashimoto
2022-03-18
stage2 regalloc: fix tryAllocRegs for specific situations
joachimschmidt557
2022-03-18
CBE: add support for tuples
Daniele Cocca
2022-03-18
Refactor to `sema.typeHasOnePossibleValue`
John Schmidt
2022-03-18
stage2: implement `@bitReverse` for vectors
John Schmidt
2022-03-18
stage2 ARM: remove MCValue.embedded_in_code
joachimschmidt557
2022-03-18
stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr
joachimschmidt557
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
stage2 test harness: ask for the backend explicitly
Andrew Kelley
2022-03-17
Sema: change how undefined is handled in coerce
Andrew Kelley
2022-03-17
stage2: default to LLVM backend
Andrew Kelley
2022-03-17
Merge pull request #11200 from Luukdegram/wasm-memcpy
Andrew Kelley
2022-03-17
sema: Fix memory leak
Luuk de Gram
2022-03-17
Don't strip by default in cc or c++
Steven Fackler
2022-03-17
Sema: take advantage of checkIntOrVectorAllowComptime
Andrew Kelley
2022-03-17
Avoid index out of bounds for one-valued types in zirValidateArrayInit
John Schmidt
2022-03-17
Implement `@byteSwap` for vectors
John Schmidt
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-17
zig_llvm.h: fix some declarations not being C compatible
Andrew Kelley
2022-03-17
wasm: Improve memset implementation
Luuk de Gram
2022-03-17
wasm: Implement 'memcpy' instruction
Luuk de Gram
2022-03-17
Revert "link.Elf: swap order of GOT and text program headers"
Andrew Kelley
2022-03-17
link.Elf: swap order of GOT and text program headers
Andrew Kelley
2022-03-17
macho: do not allocate new GOT atom when target atom has grown
Jakub Konka
2022-03-17
macho: fix snapshot generation
Jakub Konka
2022-03-17
Merge pull request #11192 from joachimschmidt557/stage2-arm
Joachim Schmidt
2022-03-17
stage2: prevent UB in the LLVM backend
Andrew Kelley
2022-03-16
stage2: bit_not on u0 is always 0
Mitchell Hashimoto
2022-03-16
Implement `@mulAdd` for vectors
John Schmidt
2022-03-16
CBE: better handling of sentineled slices/arrays
Daniele Cocca
2022-03-16
LLVM: fix slice debug info and functions
Andrew Kelley
2022-03-16
Sema: different solution to elemVal
Andrew Kelley
2022-03-16
stage2: elem_ptr needs to know if slice or direct access
Mitchell Hashimoto
2022-03-16
stage2: fully resolve fn types after analyzing its body
Andrew Kelley
2022-03-16
stage2 ARM: implement addwrap, subwrap, mulwrap
joachimschmidt557
2022-03-16
stage2 ARM: fix shl for ints with bits < 32
joachimschmidt557
2022-03-16
stage2 ARM: fix bitwise negation of ints with bits < 32
joachimschmidt557
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-16
LLVM: make the load function copy isByRef=true types
Andrew Kelley
2022-03-16
Merge pull request #11177 from Vexu/dbg_func
Veikka Tuominen
2022-03-16
Merge pull request #11191 from Snektron/zig-gdb-improvements
Andrew Kelley
2022-03-16
gdb: add printer for selfhosted Value
Robin Voetter
2022-03-16
gdb: add printer for selfhosted Type
Robin Voetter
[next]