aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-02-06x86_64: rewrite vector `@truncate`Jacob Young
2025-02-06x86_64: rewrite scalar `@truncate`Jacob Young
2025-02-06behavior: add test for old bugmlugg
2025-02-06Sema: add missing `validateRuntimeValue` callsmlugg
2025-02-06behavior: add test for old bugmlugg
2025-02-06behavior: add test for old bugmlugg
2025-02-05incremental: fix crash when introducing syntax errormlugg
2025-02-05Sema: fix `@typeInfo` of function with generic return type and IESmlugg
2025-02-05Sema: fix `@errorCast` with error unionsmlugg
2025-02-05Sema: disable runtime safety checks in comptime blocksmlugg
2025-02-05Sema: fix comparison between error set and comptime-known error unionmlugg
2025-02-05Sema: fix PTR of slice of sentinel-terminated arraymlugg
2025-02-05compiler: provide result type to sentinel expression in slice operationmlugg
2025-02-05Sema: fix crash on `@tagName` of undefined enum literalmlugg
2025-02-05Sema: fix incorrectly succeeding type resolutionmlugg
2025-02-05Merge pull request #22754 from mlugg/files-and-stuffMatthew Lugg
2025-02-05AstGen: improve error for invalid bytes in strings and commentsWill Lillis
2025-02-04test: remove failing casemlugg
2025-02-04incremental: add ZON testmlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-02-02fix: error on non-exhaustive enums with zero width backing type (#21374)Will Lillis
2025-02-01Merge pull request #22672 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-01compiler: do not propagate result type to `try` operandmlugg
2025-02-01Sema: skip aliasing check and runtime operation for `@memcpy` of zero-bit typemlugg
2025-01-31x86_64: rewrite vector `@intCast`Jacob Young
2025-01-31x86_64: rewrite scalar `@intCast`Jacob Young
2025-01-31x86_64: rewrite float vector conversionsJacob Young
2025-01-31x86_64: rewrite scalar float conversionsJacob Young
2025-01-30compiler: add `intcast_safe` AIR instructionmlugg
2025-01-29x86_64: rewrite comparisonsJacob Young
2025-01-29Sema: explain why we tried to call an `extern fn` at comptimemlugg
2025-01-29Sema: `@memcpy` changesmlugg
2025-01-27Merge pull request #22610 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-26fix: Only suggest try on destructure of error union if payload type can be de...Will Lillis
2025-01-26x86_64: rewrite `@min`/`@max` for float vectorsJacob Young
2025-01-26x86_64: rewrite `@min`/`@max` for scalar floatsJacob Young
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-25incr-check: check compile errors against expectedmlugg
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: fix typo and lower optimized instsJacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24x86_64: rewrite scalar float equality comparisonsJacob Young
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-23tests: enable stack trace tests for x86_64-selfhostedmlugg
2025-01-22Merge pull request #22572 from jacobly0/new-error-traceMatthew Lugg
2025-01-22Merge pull request #22571 from mlugg/various-fixes-againMatthew Lugg
2025-01-22x86_64: implement error return tracesJacob Young