aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/eval.zig
AgeCommit message (Expand)Author
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-23Sema: refactor detection of comptime-known constsmlugg
2023-09-17AstGen: allow closure over known-runtime values within @TypeOfmlugg
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-26add behavior test for comptime array loadAndrew Kelley
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-18x86_64: initialize array sentinelsJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-03codegen: handle variable and decl_ref_mut consistentlyJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-23Add `@inComptime` builtinmlugg
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-03x86_64: implement storing large immediatesJacob Young
2023-04-02x86_64: implement shl with overflowJacob Young
2023-04-02x86_64: implement large add/sub with overflowJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-20arm: alloc new mcv in bitcast if cannot reuse operandJakub Konka
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-29add tests for fixed stage1 bugsVeikka Tuominen
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-16Sema: ensure comptime reference to function points to original declVeikka Tuominen
2022-11-12Sema: ensure that `!is_comptime and !is_typeof` implies `sema.func != null`Veikka Tuominen
2022-11-05Sema: coerce elements of array catVeikka Tuominen
2022-10-30stage2: Make `x and false`/`x or true` comptime-knownCody Tapscott
2022-10-25cbe: implement packed structsJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25cbe: implement global assemblyJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-10-21stage2: Skip test exposing #13175Cody Tapscott
2022-10-20Sema: allow runtime only instructions to be emitted in outside functionsVeikka Tuominen
2022-10-13stage1: Skip new tests that never passed in stage1Cody Tapscott
2022-10-12Merge pull request #13081 from r00ster91/docsAndrew Kelley
2022-10-06Sema: create sub block for inline loopsVeikka Tuominen
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-15Sema: check_comptime_control_flow needs to check runtime_indexVeikka Tuominen
2022-09-15Sema: allow runtime break from inline loopVeikka Tuominen