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
/
eval.zig
Age
Commit message (
Expand
)
Author
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: support larger function stacks
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-22
Sema: resolve lazy values in `resolveMaybeUndefValIntable`
Veikka Tuominen
2022-08-21
Sema: ignore dbg_block instructions when checking for comptimeness
Veikka Tuominen
2022-08-10
Sema: fix expansion of repeated value
Veikka Tuominen
2022-07-22
Sema: fix mutation of optional ptr represented as regular ptr
Veikka Tuominen
2022-07-22
Sema: fix loading and storing of optional pointers represented as pointers
Veikka Tuominen
2022-07-19
Sema: fix runtime instructions omitted
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-12
Sema: rework beginComptimePtrMutation
Andrew Kelley
2022-06-09
stage2: fix handling of aggregates with mixed comptime-only fields
Andrew Kelley
2022-06-08
AstGen: avoid redundant "ref" instructions
Andrew Kelley
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-26
clean up some behavior tests
Andrew Kelley
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-24
mark two behavior tests as passing
Andrew Kelley
2022-05-24
move bound function behavior test to compile error test
Andrew Kelley
2022-05-24
enable passing behavior test
Andrew Kelley
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-17
behavior tests: correction of C pointer test
Andrew Kelley
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-04-02
behavior tests: disable failing stage1 test
Andrew Kelley
2022-04-02
Sema: mechanism for converting comptime breaks to runtime
Andrew Kelley
2022-03-29
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca
2022-03-27
stage2: runtime safety check integer cast truncating bits
Mitchell Hashimoto
2022-03-24
Sema: fix closure capture typeof runtime-known parameter
Andrew Kelley
2022-03-24
AstGen: fix const locals with comptime initializations
Andrew Kelley
2022-03-23
Sema: introduce a type resolution queue
Andrew Kelley
2022-03-23
behavior tests: disable failing stage1 test
Andrew Kelley
2022-03-23
add behavior test to cover bug fix in previous commit
Andrew Kelley
2022-03-22
CBE: enable more passing tests (#11258)
Daniele Cocca
2022-03-21
x64: refactor fix reg aliasing in genSetReg
Jakub Konka
2022-03-18
organize behavior tests
Andrew Kelley
2022-03-15
AstGen: add missing coercion for const locals
Andrew Kelley
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-02-27
stage2 sema: Implement comptime result for comparison of uint to comptime value
Cody Tapscott
2022-02-26
Sema: make `align(a) T` same as `align(a:0:N) T`
Andrew Kelley
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-24
stage2: improved handling of store_to_block_ptr
Andrew Kelley
2022-02-20
Sema: fix inline break from a non-comptime scope to outer one
Andrew Kelley
2022-01-26
organize behavior tests
Andrew Kelley
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-12-21
stage2: @shlWithOverflow
Robin Voetter
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-20
stage2: implement slicing
Andrew Kelley
[next]