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
2023-04-03
x86_64: implement storing large immediates
Jacob Young
2023-04-02
x86_64: implement shl with overflow
Jacob Young
2023-04-02
x86_64: implement large add/sub with overflow
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-20
arm: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-29
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-16
Sema: ensure comptime reference to function points to original decl
Veikka Tuominen
2022-11-12
Sema: ensure that `!is_comptime and !is_typeof` implies `sema.func != null`
Veikka Tuominen
2022-11-05
Sema: coerce elements of array cat
Veikka Tuominen
2022-10-30
stage2: Make `x and false`/`x or true` comptime-known
Cody Tapscott
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-21
stage2: Skip test exposing #13175
Cody Tapscott
2022-10-20
Sema: allow runtime only instructions to be emitted in outside functions
Veikka Tuominen
2022-10-13
stage1: Skip new tests that never passed in stage1
Cody Tapscott
2022-10-12
Merge pull request #13081 from r00ster91/docs
Andrew Kelley
2022-10-06
Sema: create sub block for inline loops
Veikka Tuominen
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-15
Sema: check_comptime_control_flow needs to check runtime_index
Veikka Tuominen
2022-09-15
Sema: allow runtime break from inline loop
Veikka Tuominen
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
[next]