aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/dereference_anyopaque.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-08-22compiler: move unions into InternPoolAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-10-05fix(text): hyphenate "runtime" adjectivesr00ster91
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-07-21fix errors in tests not tested locally or on CIVeikka Tuominen
2022-06-14test-cases: fix race with `zig run` on C backend testsAndrew Kelley
2022-05-26apply Vexu's suggestion to use failing_allocator for nowJakub Konka
2022-05-26test: correctly track identical error msgs in handled errors listJakub Konka
2022-05-25Sema: add error for dereferencing comptime value at runtimeVeikka Tuominen