aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/for.zig
AgeCommit message (Expand)Author
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-06Sema: fix and improve errors for `for` loop objects and non-indexablesr00ster91
2023-02-18implement error for unbounded for loopsAndrew Kelley
2023-02-18improve error message for byref capture of byval arrayAndrew Kelley
2023-02-18fix source location for not-indexable for loop errorsAndrew Kelley
2023-02-18Sema: improve error message for mismatched for loop lengthsAndrew Kelley