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-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-16
Sema: ignore current declaration in ambiguous reference error
Veikka Tuominen
2022-07-23
disable flaky behavior test
Andrew Kelley
2022-07-05
disable regressed wasm32 behavior tests from LLVM 14
Andrew Kelley
2022-06-28
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-24
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-06-11
Sema: skip decl causing namespace lookup when doing lookup
Veikka Tuominen
2022-06-06
Sema: fix inline call of func using ret_ptr with comptime only type
Veikka Tuominen
2022-06-06
AstGen: fix coercion scope type when stores are eliminated
Veikka Tuominen
2022-06-06
Sema: fix coerce result ptr outside of functions
Veikka Tuominen
2022-06-01
Sema: apply previous changes to `validateUnionInit`
Veikka Tuominen
2022-05-31
stage2: ignore generic return type when hashing function type
Veikka Tuominen
2022-05-31
Sema: take `dbg_stmt` into account in `zirResolveInferredAlloc`
Veikka Tuominen
2022-05-29
AstGen: add tuple aware elem_type_index
Veikka Tuominen
2022-05-29
AstGen: improve generated Zir for array init exprs
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-27
AstGen: preserve inferred ptr result loc for breaks
Veikka Tuominen
2022-05-19
x64: re-enable behavior tests
Jakub Konka
2022-05-17
LLVM: support mixing extern and export with the same symbol name
Andrew Kelley
2022-04-29
Sema: Fix many-pointer array concatenation at comptime (#11512)
sin-ack
2022-04-19
stage2 AArch64: Add ldrsb, ldrsh instructions
joachimschmidt557
2022-04-19
stage2 AArch64: Implement basic truncate functionality
joachimschmidt557
2022-04-15
AstGen: handle rl_ty_inst for mutable variables
Veikka Tuominen
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
[next]