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-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-18
x86_64: initialize array sentinels
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-03
codegen: handle variable and decl_ref_mut consistently
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
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
[prev]
[next]