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
/
test
/
behavior
/
basic.zig
Age
Commit message (
Expand
)
Author
2022-03-28
AstGen: coerce break operands of labeled blocks
Andrew Kelley
2022-03-28
AstGen: clear rl_ty_inst in setBreakResultLoc if one is not provided
Veikka Tuominen
2022-03-26
wasm: Enable passing tests
Luuk de Gram
2022-03-21
stage2: x86_64: update passing tests after implementing ptr_elem_val
mparadinha
2022-03-19
Sema: add error for runtime block peer type being comptime only
Veikka Tuominen
2022-03-18
stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr
joachimschmidt557
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
wasm: Implement 'memcpy' instruction
Luuk de Gram
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
stage2: implement integer pointer constants
Andrew Kelley
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-09
AstGen: ensure lableld block implicitly ends in a break
Veikka Tuominen
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-03
stage2: make analyzePtrArithmetic no-op with offset=0
Veikka Tuominen
2022-03-02
stage2 parser: UTF-8 encode \u{NNNNNN} escape sequences
Cody Tapscott
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
x64: impl airMemset using inline memset
Jakub Konka
2022-03-01
stage2 ARM: implement return types with abi size > 4
joachimschmidt557
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-27
stage2: forward discard result loc to more expressions
Veikka Tuominen
2022-02-26
stage2 ARM: generate correct variants of ldr instruction
joachimschmidt557
2022-02-26
stage2 ARM: implement truncate to ints with bits <= 32
joachimschmidt557
2022-02-25
x64+aarch64: check for pointer to zero-bit type when lowering decl
Jakub Konka
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-21
stage2 AArch64: implement genSetReg for ptr_stack_offset
joachimschmidt557
2022-02-21
stage2 AArch64: implement storing to memory
joachimschmidt557
2022-02-16
Fix 2D array support for C backend
Cody Tapscott
2022-02-15
stage2: disable failing aarch64-macos behavior tests
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-12
stage2 ARM: lower const slices
joachimschmidt557
2022-02-11
x64: enable more behavior tests
Jakub Konka
2022-02-10
stage2: handle truncate to signed non-pow-two integers
Jakub Konka
2022-02-08
stage2: disable some tests on x86_64-macos
Jakub Konka
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-06
stage2: apply type coercion in if expressions
John Schmidt
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-11-10
C backend: Improve lowering of Zig types to C types
Thomas Ives
2021-10-30
C backend: implement signed trunc
Emily Bellows
2021-10-28
C backend: implement trunc for unsigned non-pow2 ints
Andrew Kelley
2021-10-28
C backend: implement trunc instruction
Andrew Kelley
2021-10-26
stage2: implement runtime pointer access to global constants
Andrew Kelley
2021-10-22
stage2: fix Decl addrspace being undefined
Andrew Kelley
[next]