aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young
2025-02-15x86_64: implement unsafe scalar and vector integer add/subJacob Young
2025-02-15x86_64: implement error set and enum safetyJacob Young
2025-02-12x86_64: implement conversions between float and int vectorsJacob Young
2025-02-10cbe: fix ub triggered by mulw overflowing the promoted typeJacob Young
2025-02-10cbe: fix crash rendering argument names in lazy functionsJacob Young
2025-02-10link: fix ambiguous names in linker scriptsIsaac Freund
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07test: check @tagName() in callconv C functionIsaac Freund
2025-02-06std.heap: delete LoggingAllocator and friendsAndrew Kelley
2025-02-06wasm: disable failing testsJacob Young
2025-02-06x86_64: rewrite float `@mod`Jacob Young
2025-02-06x86_64: avoid comparing different transcendental function implsJacob Young
2025-02-06x86_64: rewrite most of the remaining float opsJacob Young
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