aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/runtime_indexing_comptime_array.zig
AgeCommit message (Expand)Author
2023-11-19test: update cases to silence 'var is never mutated' errorsmlugg
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2022-10-05fix(text): hyphenate "runtime" adjectivesr00ster91
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-07-01AstGen: use elem_{ptr,val}_node for array access syntaxVeikka Tuominen
2022-06-14test-cases: fix race with `zig run` on C backend testsAndrew Kelley
2022-06-04Sema: fix function type callconv inferenceVeikka Tuominen
2022-05-27Sema: add error for runtime indexing comptime arrayVeikka Tuominen