aboutsummaryrefslogtreecommitdiff
path: root/test/cases
AgeCommit message (Expand)Author
2022-07-01Sema: validate callconvVeikka Tuominen
2022-07-01Sema: improve bitcast to enum errorVeikka Tuominen
2022-06-30remove plan9 test coverageAndrew Kelley
2022-06-30adjust tests that didn't pass CIVeikka Tuominen
2022-06-30tests: move compile errors not planned for stage2Veikka Tuominen
2022-06-30Sema: add source location to coerce result ptr, fix negation errorVeikka Tuominen
2022-06-30Sema: validate shift amounts and switch rangesVeikka Tuominen
2022-06-30Sema: improve auto generated union enum nameVeikka Tuominen
2022-06-30Sema: improve vector overflow errorsVeikka Tuominen
2022-06-30Sema: improve `@call` errorsVeikka Tuominen
2022-06-30move passing stage1 compile error tests to stage2Veikka Tuominen
2022-06-28test: fix spurious whitespace in nested_blocks testJakub Konka
2022-06-28test: return error on unknown config valueJakub Konka
2022-06-14test-cases: fix race with `zig run` on C backend testsAndrew Kelley
2022-06-09stage2: fold redundant error notesAndrew Kelley
2022-06-08stage2: fix type printing of sub-byte pointersAndrew Kelley
2022-06-06Sema: validate equality on store to comptime fieldVeikka Tuominen
2022-06-04Sema: fix function type callconv inferenceVeikka Tuominen
2022-05-27Merge pull request #11733 from Vexu/stage2Andrew Kelley
2022-05-27Sema: add error for runtime indexing comptime arrayVeikka Tuominen
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-26Sema: `zirArrayType` does need source locationVeikka Tuominen
2022-05-25Sema: add error for dereferencing comptime value at runtimeVeikka Tuominen
2022-05-24move bound function behavior test to compile error testAndrew Kelley
2022-05-24clean up a compile error test caseAndrew Kelley
2022-05-22stage2 ARM: fix recursive fibonaccijoachimschmidt557
2022-05-16arm: disable recursive fibonacciJakub Konka
2022-05-13runtime safety tests only on the native targetAndrew Kelley
2022-05-13disable a runtime safety test that is failing on WASIAndrew Kelley
2022-05-13migrate runtime safety tests to the new test harnessAndrew Kelley
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-07stage2: Split `@mulWithOverflow` testsLuuk de Gram
2022-05-05stage2: sparcv9: Update test caseKoakuma
2022-05-04test: move compile errors and incremental tests into common dirJakub Konka
2019-01-29backport copy elision changesAndrew Kelley
2019-01-06Added test caseJimmi HC
2019-01-04Mark comptime int hardcoded address pointee as a run time variable #1171 (#1868)vegecode
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2018-12-27Test cases for compiler error and working behavior for switching on booleansalexander
2018-12-23tests: make type info tests not depend on builtin.Os enumAndrew Kelley
2018-12-22comptime: ability to @ptrCast to an extern struct and read fieldsAndrew Kelley
2018-12-20tests: re: 79db394;kristopher tate
2018-12-19Fixed intToPtr to fn type when the address is hardcoded (#1842)Jimmi Holst Christensen
2018-12-17fix comptime pointer reinterpretation array index offsetAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-19Crash fixes and small improvements to inline asm. (#1756)Sahnvour
2018-11-18fix assertion failure related to @intToEnumAndrew Kelley
2018-11-18all numbers with comptime known values implicitly castAndrew Kelley
2018-11-16Fixed #1663 and removed IrInstructionArrayLenJimmi Holst Christensen