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-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-06
Merge pull request #10740 from ziglang/stage2-float-arithmetic
Andrew Kelley
2022-02-06
Sema: panic instead of lowering to unavailable compiler-rt functions
Andrew Kelley
2022-02-06
Sema: avoid `@intToFloat` for f80 which breaks on non-x86 targets
Andrew Kelley
2022-02-06
Sema: implement writing structs to memory at comptime
Andrew Kelley
2022-02-06
AstGen: refactor redundant expressions
Andrew Kelley
2022-02-06
Sema: Fix memory leak
Luuk de Gram
2022-02-06
stage2: add more float arithmetic and f80 support
Andrew Kelley
2022-02-06
stage2: apply type coercion in if expressions
John Schmidt
2022-02-06
stage2 ARM: fix load and store for abi_size < 4
joachimschmidt557
2022-02-06
CLI: remove remainders of --verbose-ast and --verbose-tokenize
Johannes Löthberg
2022-02-05
Merge pull request #10738 from Vexu/f80
Andrew Kelley
2022-02-06
x86_64: add distinct MCValue representing symbol index in the linker
Jakub Konka
2022-02-06
stage2 regalloc: Introduce error.OutOfRegisters
joachimschmidt557
2022-02-05
stage2 ARM: clarify usage of unfreezeRegs in airSliceElemVal
joachimschmidt557
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-05
std.process: add option to support single quotes to ArgIteratorGeneral
Veikka Tuominen
2022-02-04
stage1: make f80 always size 16, align 16
Veikka Tuominen
2022-02-04
stage1: implement f80 negation on non native targets
Veikka Tuominen
2022-02-04
compiler-rt: add comparison functions for f80
Veikka Tuominen
2022-02-04
stage2 ARM: optimize airSliceElemVal for elem_size 1 or 4
joachimschmidt557
2022-02-03
Sema: fixes to fieldVal, resolveStructFully, Type.eql
Andrew Kelley
2022-02-04
Sema: check for NaNs in cmp (#10760)
Mateusz Radomski
2022-02-03
Sema: slice improvements
Andrew Kelley
2022-02-03
Merge pull request #10780 from Luukdegram/wasm-behavior-tests
Andrew Kelley
2022-02-04
x64: implement storing to MCValue.memory for PIE targets
Jakub Konka
2022-02-03
Move passing behavior tests
Luuk de Gram
2022-02-03
wasm: Refactor stack to account for alignment
Luuk de Gram
2022-02-03
wasm: Implement vector_init for array & structs
Luuk de Gram
2022-02-03
wasm: Implement elem_ptr
Luuk de Gram
2022-02-03
Merge pull request #10775 from ziglang/x64-freeze-api
Jakub Konka
2022-02-03
elf: generated DWARF debug info for named structs
Jakub Konka
2022-02-03
stage2: remove the concept of register exceptions
Jakub Konka
2022-02-03
x64: swap out register exceptions for freeze/unfreeze api
Jakub Konka
2022-02-03
x64: use freeze/unfreeze api; TODO for PIE
Jakub Konka
2022-02-03
Merge branch 'test-1486' of git://github.com/mparadinha/zig into mparadinha-t...
Jakub Konka
2022-02-03
elf: add basic handling of .data section
Jakub Konka
2022-02-02
CLI: link_libcpp implies link_libc
Andrew Kelley
2022-02-02
Merge pull request #10769 from ziglang/link-lib-fixes
Jakub Konka
2022-02-02
Merge pull request #10766 from ziglang/yeet-anytype-fields
Andrew Kelley
2022-02-02
macho: handle bss like normal section in stage2
Jakub Konka
2022-02-02
sema: do not pass libc or libc++ to the linker
Jakub Konka
2022-02-02
wasm32: fix struct padding
Jakub Konka
2022-02-02
stage2: pad out (non-packed) struct fields when lowering to bytes
Jakub Konka
2022-02-02
x86_64: handle struct_field_ptr for stack_offset mcv
Jakub Konka
2022-02-02
x86_64: handle struct_field_ptr for register mcv
Jakub Konka
2022-02-02
x86_64: start moving to new regalloc freeze API
Jakub Konka
[next]