aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-05-08test: Disable `arrays and vectors with big integers` on MIPS N32.Alex Rønne Petersen
2025-05-03Merge pull request #23263 from mlugg/comptime-field-ptrMatthew Lugg
2025-05-03compiler: fix comptime memory store bugsmlugg
2025-04-30Merge pull request #23654 from alichraghi/continueRobin Voetter
2025-04-29Merge pull request #23720 from alexrp/sparc-stuffAlex Rønne Petersen
2025-04-28Sema: fix a few indexing bugsmlugg
2025-04-28test: Disable `vector reduce operation` for sparc.Alex Rønne Petersen
2025-04-28test: Disable some varargs behavior tests on sparc.Alex Rønne Petersen
2025-04-28test: skip "struct fields get automatically reordered" for spirv64 backendAli Cheraghi
2025-04-28Sema: fix memcpy with C pointersxdBronch
2025-04-28Sema: fix alignment of runtime field pointer of underaligned tuplemlugg
2025-04-27Sema: Fix some ptr alignment checks to handle a potential ISA tag bit.Alex Rønne Petersen
2025-04-26test: add tests for @memmovedweiller
2025-04-11Merge pull request #23061 from pavelverigo/stage2-wasm-miscAndrew Kelley
2025-04-11Value: ensure that extern structs have their layout resolved in ptrFieldkcbanner
2025-04-11Merge pull request #23355 from jacobly0/x86_64-rewriteJacob Young
2025-04-11test: Disable a bunch of vector behavior tests for hexagon.Alex Rønne Petersen
2025-04-09x86_64: fix switch on big intsJacob Young
2025-04-09x86_64: rewrite scalar `@mulWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@subWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@addWithOverflow`Jacob Young
2025-04-09behavior: fix issues with x86_64 backend testsJacob Young
2025-04-07test: Disable @prefetch behavior test for loongarch.Alex Rønne Petersen
2025-04-05Dwarf: handle undefined type valuesJacob Young
2025-04-05x86_64: fix incorrect handling of unreusable operandsJacob Young
2025-04-04Revert "test: Partially disable `vector float operators` on mips."Alex Rønne Petersen
2025-04-04compiler: Update max int alignments for some targets.Alex Rønne Petersen
2025-04-02compiler: allow `@import` of ZON without a result typeMason Remaley
2025-04-02Sema: increment extra index even if return type is genericDavid Rubin
2025-03-31Sema: allow `@ptrCast` slice of zero-bit type to slice of non-zero-bit typemlugg
2025-03-30Sema: convert slice sentinel to single pointer correctlyDavid Rubin
2025-03-29Zcu: resolve layout of analyzed declaration typemlugg
2025-03-25Merge pull request #23310 from Rexicon226/fix-23309Alex Rønne Petersen
2025-03-24Sema: use unwrapped generic owner in `getFuncInstanceIes`David Rubin
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-24stage2-wasm: pass field_parent_ptr testsPavel Verigo
2025-03-24stage2-wasm: enable undef test + ignore undef store/memset with safety offPavel Verigo
2025-03-24stage2-wasm: fix error union handlingPavel Verigo
2025-03-24stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arrPavel Verigo
2025-03-24stage2-wasm: clz fixPavel Verigo
2025-03-24stage2-wasm: enable already working testsPavel Verigo
2025-03-24stage2-wasm: fix comparing and storing optionalsPavel Verigo
2025-03-24test: add a behavior test for 0-length loop fixDavid Rubin
2025-03-24Sema: fix in-memory coercion of functions introducing new generic parametersmlugg
2025-03-23Merge pull request #23209 from jacobly0/x86_64-rewriteJacob Young
2025-03-23Merge pull request #23256 from xtexx/fix-gh-20113Jacob Young
2025-03-23codegen: fix packed byte-aligned relocationsJacob Young
2025-03-22x86_64: add behavior test for packed storeBingwu Zhang
2025-03-21x86_64: rewrite scalar shiftsJacob Young