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-05-30
Sema: implement functions generic across callconv() or align()
Andrew Kelley
2022-05-30
AstGen: simplify function return type expressions
Andrew Kelley
2022-05-30
stage2: add missing data to ZIR encoding of functions
Andrew Kelley
2022-05-29
translate-c: check variable types being demoted to opaque
Veikka Tuominen
2022-05-29
translate-c: check record fields for opaque demotions
TwoClocks
2022-05-29
Revert "reserve correct space for bitfields"
Veikka Tuominen
2022-05-28
reserve correct space for bitfields
TwoClocks
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-27
Merge pull request #11733 from Vexu/stage2
Andrew Kelley
2022-05-27
AstGen: preserve inferred ptr result loc for breaks
Veikka Tuominen
2022-05-27
Sema: add error for runtime indexing comptime array
Veikka Tuominen
2022-05-26
stage0: fix -fsingle-threaded CLI arg parsing
Andrew Kelley
2022-05-26
test: correctly track identical error msgs in handled errors list
Jakub Konka
2022-05-26
Merge pull request #11722 from ziglang/stage2-behavior
Jakub Konka
2022-05-26
Sema: `zirArrayType` does need source location
Veikka Tuominen
2022-05-26
Merge pull request #11723 from koachan/sparc64-codegen
Jakub Konka
2022-05-26
regalloc: use StaticBitSet internally
Jakub Konka
2022-05-26
stage2: sparc64: Remove saved_regs_stack_space calculation
Koakuma
2022-05-26
stage2: sparc64: Account for stack bias & reserved area in genSetReg
Koakuma
2022-05-26
stage2: sparc64: Change binOpImmediate immediates to u12
Koakuma
2022-05-26
stage2: sparc64: Add cmp and mov synthetic instructions
Koakuma
2022-05-25
stage2: implement runtime array multiplication
Andrew Kelley
2022-05-25
Sema: implement array concatenation with runtime operands
Andrew Kelley
2022-05-25
Sema: generic function instantiations inherit branch quota
Andrew Kelley
2022-05-25
Merge pull request #11716 from Vexu/stage2
Andrew Kelley
2022-05-25
aarch64: check lo/cc flag for unsigned sub_with_overflow
Jakub Konka
2022-05-25
Sema: check for generic poison in `resolveInst`
Veikka Tuominen
2022-05-25
Sema: handle block.is_typeof in more places
Veikka Tuominen
2022-05-25
stage2: packed struct fields do not have a byte offset
Veikka Tuominen
2022-05-25
x64: use new condition codes enum for register with overflow mcv
Jakub Konka
2022-05-25
x64: move from compare_flags_* mcv to eflags with condition codes enum
Jakub Konka
2022-05-25
Sema: add error for dereferencing comptime value at runtime
Veikka Tuominen
2022-05-24
Sema: additional check for one-possible-value types in analyzeLoad
Andrew Kelley
2022-05-24
stage2: treat `error{}!void` as a zero-bit type
Andrew Kelley
2022-05-24
stage2: fixes for error unions, optionals, errors
Andrew Kelley
2022-05-24
stage2 ARM: update to new union layout
joachimschmidt557
2022-05-24
wasm: use errUnionPayloadOffset and errUnionErrOffset from codegen.zig
Jakub Konka
2022-05-24
aarch64: update for new error union layout
Jakub Konka
2022-05-24
x64: update for new error union layout
Jakub Konka
2022-05-24
dwarf: update abbrev info generation for new error union layout
Jakub Konka
2022-05-24
LLVM: rename two functions
Andrew Kelley
2022-05-24
stage2: make `?anyerror` represented the same as `anyerror`
Andrew Kelley
2022-05-24
C backend: update to new error union semantics
Andrew Kelley
2022-05-24
wasm: Fixes for error union semantics
Luuk de Gram
2022-05-24
codegen: Order error union fields per alignment
Luuk de Gram
2022-05-24
stage2: fixes for error union semantics
Andrew Kelley
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-23
Fix segfault in error note
Thomas Cheng
2022-05-22
Merge pull request #11684 from ziglang/fix-10318
Andrew Kelley
[next]