aboutsummaryrefslogtreecommitdiff
path: root/test/cases/safety/memmove_len_mismatch.zig
AgeCommit message (Expand)Author
2025-09-16test: rename backend=stage2 to backend=selfhosted, and add backend=autoAlex Rønne Petersen
2025-07-26aarch64: implement some safety checksJacob Young
2025-06-01Legalize: implement scalarization of overflow intrinsicsJacob Young
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-26test: add tests for @memmovedweiller