| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-30 | Sema: validate shift amounts and switch ranges | Veikka Tuominen | |
| 2022-06-30 | Sema: improve auto generated union enum name | Veikka Tuominen | |
| 2022-06-30 | Sema: improve vector overflow errors | Veikka Tuominen | |
| 2022-06-30 | Sema: improve `@call` errors | Veikka Tuominen | |
| 2022-06-30 | move passing stage1 compile error tests to stage2 | Veikka Tuominen | |
| 2022-06-14 | test-cases: fix race with `zig run` on C backend tests | Andrew Kelley | |
| Also avoid redundantly doing compile-error checks on multiple targets for test cases where that is not helpful. | |||
| 2022-06-08 | stage2: fix type printing of sub-byte pointers | Andrew Kelley | |
| 2022-06-06 | Sema: validate equality on store to comptime field | Veikka Tuominen | |
| 2022-06-04 | Sema: fix function type callconv inference | Veikka Tuominen | |
| 2022-05-27 | Merge pull request #11733 from Vexu/stage2 | Andrew Kelley | |
| more misc stage2 fixes | |||
| 2022-05-27 | Sema: add error for runtime indexing comptime array | Veikka Tuominen | |
| 2022-05-26 | apply Vexu's suggestion to use failing_allocator for now | Jakub Konka | |
| 2022-05-26 | test: correctly track identical error msgs in handled errors list | Jakub Konka | |
| Prior to this change, for an example compiler error test case with multiple identical errors messages such as ``` :1:2: error: foo :1:2: error: foo ``` the test harness would never increment the error index thus only marking the very first error message as handled yielding a false positive. Additionally, while here, regress `dereference_anyopaque` test case as not passing on `wasm32-wasi` target. | |||
| 2022-05-26 | Sema: `zirArrayType` does need source location | Veikka Tuominen | |
| 2022-05-25 | Sema: add error for dereferencing comptime value at runtime | Veikka Tuominen | |
| 2022-05-24 | move bound function behavior test to compile error test | Andrew Kelley | |
| 2022-05-04 | test: move compile errors and incremental tests into common dir | Jakub Konka | |
