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
2021-12-03
default mabi based on RISC-V extensions and -mabi build option
vole-dev
2021-12-03
stage1: LLVM code for `@tagName` not emitting null byte
Andrew Kelley
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-12-02
CLI: always try to exec binaries
Andrew Kelley
2021-12-02
zig build: promote qemu, wine, wasmtime, darling, and rosetta
Andrew Kelley
2021-12-02
AstGen: expr-evaluate asm template expressions
Andrew Kelley
2021-12-01
Merge pull request #10122 from ziglang/x86_64-as-native-rosetta
Andrew Kelley
2021-12-01
AstGen: use null string to communicate non-string-literal asm
Andrew Kelley
2021-12-02
Make Rosetta availability declarative by the user
Jakub Konka
2021-12-02
Make Rosetta a new variant in ExternalExecutor enum
Jakub Konka
2021-12-01
allocgate: use correct allocator in `populateTestFunctions`
Lee Cannon
2021-11-30
Sema: fix error set merging creating references to invalid memory
Andrew Kelley
2021-11-30
Merge pull request #10055 from leecannon/allocator_refactor
Andrew Kelley
2021-11-30
AstGen: allow non-string-literal inline assembly for stage1
Andrew Kelley
2021-11-30
CLI: introduce -fsingle-threaded/-fno-single-threaded
Andrew Kelley
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: split free out from resize
Lee Cannon
2021-11-30
allocgate: update code to use new interface
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
macho: move nlist_64 type/flags helpers to std.macho
Jakub Konka
2021-11-30
macho: ignore undefined symbols marked for discarding
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-29
add clang_argv to stage1 cache hash
Andrew Kelley
2021-11-29
update libc linux headers to v5.16-rc3
Andrew Kelley
2021-11-29
AstGen: require binary operations to have reachable operands
Andrew Kelley
2021-11-29
macho: POINTER_TO_GOT signals a need for a GOT entry
Jakub Konka
2021-11-29
Merge pull request #10240 from Luukdegram/stage2-wasm-behaviour
Jakub Konka
2021-11-29
wasm: Update wasm stage2 test backend to use 'main'
Luuk de Gram
2021-11-28
Merge pull request #10239 from ziglang/fix-10207
Andrew Kelley
2021-11-28
Merge pull request #10223 from g-w1/print-mir
Jakub Konka
2021-11-28
macho: save all undef symbols even if null
Jakub Konka
2021-11-28
macho: fix parsing addend for non-extern SIGNED_X reloc
Jakub Konka
2021-11-28
wasm: Implement 'zig test'
Luuk de Gram
2021-11-28
wasm-link: Implement indirect function table
Luuk de Gram
2021-11-27
wasm: Implement slices
Luuk de Gram
2021-11-27
interleave Air instructions and tags in printing Mir instructions
Jacob G-W
2021-11-27
initial implementation of print_mir
Jacob G-W
2021-11-27
wasm-linker: Link into binary during flush
Luuk de Gram
2021-11-27
wasm-linker: Resolve relocations
Luuk de Gram
2021-11-27
wasm-linker: Upstream zwld into stage2
Luuk de Gram
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
2021-11-26
Sema: fix analyzeBlockBody logic
Andrew Kelley
2021-11-26
zig cc: honor all -m and -mno- CPU feature flags
Andrew Kelley
2021-11-26
zig cc: support -Bdynamic and -Bstatic parameters
Andrew Kelley
2021-11-26
macos: do not trigger CLT installation popup when using zig cc
Jakub Konka
2021-11-26
macho: define __mh_execute_header as a linker synthetic global
Jakub Konka
2021-11-26
macos: detect SDK path and version, then pass to the linker
Jakub Konka
2021-11-26
macos: always use Zig shipped libc headers when no native SDK
Jakub Konka
[next]