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
2023-03-21
Sema: implement @export for arbitrary values
mlugg
2023-03-21
CBE: implement aggregateInit() for array of array case.
Xavier Bouchoux
2023-03-21
Merge pull request #15028 from Vexu/compile-errors
Veikka Tuominen
2023-03-21
x86_64: implement @byteSwap and @bitReverse
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-21
codegen: fix backend breakage due to optional layout change
Jacob Young
2023-03-21
x86_64: implement some slice ops
Jacob Young
2023-03-21
x86_64: implement @popCount for older processors
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-21
x86_64: implement some error union ops
Jacob Young
2023-03-21
x86_64: improve codegen for neg and not
Jacob Young
2023-03-21
x86_64: implement @returnAddress and @frameAddress
Jacob Young
2023-03-21
x86_64: implement clz, ctz, and popCount
Jacob Young
2023-03-21
x86_64: reimplement inline memcpy and memset
Jacob Young
2023-03-21
x86_64: implement float division intrinsics
Jacob Young
2023-03-21
x86_64: fix OBO
Jacob Young
2023-03-21
x86_64: implement basic float ops
Jacob Young
2023-03-21
x86_64: implement min and max as commutative binary ops
Jacob Young
2023-03-21
Value: implement reinterpreting enum field index as integer
Veikka Tuominen
2023-03-21
Sema: improve error message of field access of wrapped type
Veikka Tuominen
2023-03-21
Value: handle comparisons of runtime_values
Veikka Tuominen
2023-03-21
llvm: fix lowering packed union initiated to zero-bit value
Veikka Tuominen
2023-03-19
Merge pull request #14986 from ziglang/macos-hcs
Jakub Konka
2023-03-19
Fix linker segfault adding rpath to sharedlib
Ganesan Rajagopal
2023-03-19
macho: fix 32bit build
Jakub Konka
2023-03-19
Merge pull request #14998 from Luukdegram/shared-mem
Luuk de Gram
2023-03-19
Merge pull request #14838 from Luukdegram/bss-fix
Luuk de Gram
2023-03-19
macho: enable hot update state only when on compatible host
Jakub Konka
2023-03-18
darwin: put posix spawn constants in POSIX_SPAWN struct
Jakub Konka
2023-03-18
macho: add wrappers for attaching/detaching from HCS process
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-18
link: use std.os.ptrace wrapper on linux
Jakub Konka
2023-03-18
Merge pull request #14935 from ziglang/fix-macos-build2
Jakub Konka
2023-03-18
wasm-linker: implement __wasm_init_memory & flag
Luuk de Gram
2023-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2023-03-18
wasm-linker: implement runtime TLS relocations
Luuk de Gram
2023-03-18
wasm-linker: implement TLS initialization function
Luuk de Gram
2023-03-18
wasm-linker: create TLS symbols
Luuk de Gram
2023-03-18
wasm-linker: emit 'data count' & segment flags
Luuk de Gram
2023-03-18
wasm-linker: feature verifiction for shared-mem
Luuk de Gram
2023-03-18
wasm-linker: refactor Limits and add flags
Luuk de Gram
2023-03-18
wasm-linker: basic TLS support
Luuk de Gram
2023-03-18
delete `--prominent-compile-errors` from help
square
2023-03-18
macho+zld: clean up how to interface with link.zig and openPath()
Jakub Konka
2023-03-18
wasm-link: fix storing decls in the right segment
Luuk de Gram
2023-03-18
macho+zld: clean up opening and closing of file descriptors
Jakub Konka
2023-03-17
Sema: make @returnAddress return 0 at comptime
mlugg
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-17
Sema: allow dereferencing ill-defined pointers to zero-bit types at comptime
mlugg
[next]