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-09
Merge pull request #10304 from ziglang/musl-stubgrade
Andrew Kelley
2021-12-09
stage2: upgrade musl libc stub file
Andrew Kelley
2021-12-08
stage1: fix regression of shift by negative value error
Andrew Kelley
2021-12-08
stage1: saturating shl operates using LHS type
Andrew Kelley
2021-12-08
macho: write out LC_FUNCTION_START data
Jakub Konka
2021-12-08
macho: handle non-extern UNSIGNED relocs on arm64
Jakub Konka
2021-12-08
macho: do not write null symbols into undef symbols section
Jakub Konka
2021-12-07
link: fix build for 32-bit targets
Andrew Kelley
2021-12-07
CLI: allow `-femit-implib` when building .exe files too
Andrew Kelley
2021-12-06
stage2: improve handling of the generated file builtin.zig
Andrew Kelley
2021-12-06
stage2: fix TracyAllocator bugs
Lee Cannon
2021-12-06
stage2: fix double-free when error reading cached ZIR
Andrew Kelley
2021-12-06
macho: do not preserve temp symbol names
Jakub Konka
2021-12-06
macho: fix incremental codepath for linking objects
Jakub Konka
2021-12-05
macho: refactor logging and function names
Jakub Konka
2021-12-05
macho: sort sections when linking stage1 binary
Jakub Konka
2021-12-05
macho: don't prealloc sections when stage1
Jakub Konka
2021-12-05
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"
Andrew Kelley
2021-12-04
stage2 ARM: Implement calling with stack parameters
joachimschmidt557
2021-12-04
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
wasm: Implement slice as return type and argument
Luuk de Gram
2021-12-04
wasm: Implement trunc, fix sliceLen and write undefined
Luuk de Gram
2021-12-04
wasm: Correctly load slice value on stack
Luuk de Gram
2021-12-04
wasm: Implement WrapErrorUnionErr(payload)
Luuk de Gram
2021-12-03
stage2: use Target.Abi instead of introducing Target.TargetAbi
Andrew Kelley
2021-12-03
turn off LTO by default for RISCV even in Release mode
vole-dev
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
[next]