aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/compile_time_division_by_zero.zig
AgeCommit message (Collapse)Author
2025-05-16cases: update to new "called from here" notesmlugg
2025-03-29compiler: "illegal behavior", not "undefined behavior", in errorsmlugg
2025-02-15x86_64: implement error set and enum safetyJacob Young
This is all of the expected 0.14.0 progress on #21530, which can now be postponed once this commit is merged. This required rewriting the (un)wrap operations since the original implementations were extremely buggy. Also adds an easy way to retrigger Sema OPV bugs so that I don't have to keep updating #22419 all the time.
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-07-01Sema: prefer func.onwer_decl for compilelog srcVeikka Tuominen