aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2024-02-12x86_64: implement `ret_safe`Jacob Young
2024-02-12x86_64: implement mul, div, and mod of large integersJacob Young
2024-02-11add behavior test for recently fixed wasm backend bugAndrew Kelley
2024-02-09spirv: make rusticl the primary testing implementationAli Chraghi
2024-02-08Polish a few tests in switch.zigJohn Schmidt
2024-02-08Improvements after code reviewJohn Schmidt
2024-02-08Preserve field alignment in union pointer capturesJohn Schmidt
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-05delete bad behavior testAndrew Kelley
2024-02-04spirv: air vector_store_elementRobin Voetter
2024-02-04spirv: update testsRobin Voetter
2024-02-04spirv: air splatRobin Voetter
2024-02-04spirv: air absRobin Voetter
2024-02-04spirv: fix shuffle properlyRobin Voetter
2024-02-04spirv: vectorize max, minRobin Voetter
2024-02-04spirv: vectorize int_cast, truncRobin Voetter
2024-02-04spirv: air is_(non_)null_ptr, optional_payload_ptrRobin Voetter
2024-02-04spirv: air mul_addRobin Voetter
2024-02-04spirv: air int_from_boolRobin Voetter
2024-02-04spirv: vectorize add/sub overflowRobin Voetter
2024-02-04spirv: reduce, reduce_optimizedRobin Voetter
2024-02-04spirv: shlWithOverflowRobin Voetter
2024-02-04spirv: vectors for air notRobin Voetter
2024-02-04spirv: element-wise operation helperRobin Voetter
2024-02-04spirv: sh[rl](_exact)?Robin Voetter
2024-01-30Sema: fix union init with zero size fieldPavel Verigo
2024-01-29llvm: ensure returned undef is 0xaa bytes when runtime safety is enabledVeikka Tuominen
2024-01-29Fix some comptime packed struct issuesSuperAuguste
2024-01-29Merge pull request #18729 from Vexu/fixesAndrew Kelley
2024-01-29llvm: revert bad array access optimizationVeikka Tuominen
2024-01-29llvm: fix alignment of array ptr when bitcasting vectorVeikka Tuominen
2024-01-29Value: expand `canMutateComptimeVarState`Veikka Tuominen
2024-01-29Sema: do not emit `@errorCast` safety check when dest is adhoc inferred error...Veikka Tuominen
2024-01-26test: add behavior coverage for global setter in function livenessMeghan Denny
2024-01-20Sema: replace uses of `toUnsignedInt` with `toUnsignedIntAdvanced`Veikka Tuominen
2024-01-19do not enforce function parameters to be marked comptime if only called at co...Meghan Denny
2024-01-19return optional state to `zirPtrCastNoDest`David Rubin
2024-01-15Merge pull request #18569 from dweiller/17944-followupAndrew Kelley
2024-01-15test/behavior: fix test type check for multi-ptr slicedweiller
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-15Sema: fix `@extern` declsJacob Young
2024-01-14sema: allow slicing *T with comptime known [0..1]dweiller
2024-01-11LLVM: fix lowering of extern anyopaqueAndrew Kelley
2024-01-09test: add tests for switch_block_err_uniondweiller
2024-01-07Merge pull request #18470 from castholm/typeInfo-sentinelsAndrew Kelley
2024-01-08llvm: optional slices cannot be passed in parts when they allowzeroVeikka Tuominen
2024-01-07Fix failing type reificationsCarl Åstholm
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-04sema: Prevent reifying non-empty union with empty tag typeCarl Åstholm
2024-01-04Merge pull request #18376 from amp-59/shl_exact_comptime_int_to_shlAndrew Kelley