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-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
2023-03-16
link: move macOS kernel inode cache invalidation to MachO linker
Jakub Konka
2023-03-16
Add error for bad cast from `*T` to `*[n]T`
InKryption
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
CLI: remove the experimental --watch flag
Andrew Kelley
2023-03-15
Module: handle incremental update from ZIR with AST errors
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
AstGen: skip walking the AST when there are parse errors
Andrew Kelley
2023-03-15
CLI: fix ast-check printing ZIR errors twice
Andrew Kelley
2023-03-15
fix ZIR decoding of error notes
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
stage2: avoid bloat when using -Donly-c
Andrew Kelley
2023-03-15
stage2: fix compilation on 32-bit targets
Andrew Kelley
2023-03-15
stage2: avoid networking when generating zig2.c
Andrew Kelley
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
link: only write manifest if we have the exclusive lock
Andrew Kelley
2023-03-15
fix zig fmt crash
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
[next]