| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-16 | test: rename backend=stage2 to backend=selfhosted, and add backend=auto | Alex Rønne Petersen | |
| backend=auto (now the default if backend is omitted) means to let the compiler pick whatever backend it wants as the default. This is important for platforms where we don't yet have a self-hosted backend, such as loongarch64. Also purge a bunch of redundant target=native. | |||
| 2024-05-14 | Sema error: talk about discarding instead of suppressing | r00ster91 | |
| Maybe I'm just being pedantic here (most likely) but I don't like how we're just telling the user here how to "suppress this error" by "assigning the value to '_'". I think it's better if we use the word "discard" here which I think is the official terminology and also tells the user what it actually means to "assign the value to '_'". Also, using the value would also be a way to "suppress the error". It is just one of the two options: discard or use. | |||
| 2023-04-12 | Zir: implement explicit block_comptime instruction | mlugg | |
| Resolves: #7056 | |||
| 2022-12-18 | Call ensureResultUsed before comptime .call is evaluated. | shwqf | |
| Fixes #12580 | |||
| 2022-07-26 | Sema: improve expression value ignored error | Veikka Tuominen | |
| Closes #4483 | |||
| 2022-06-30 | move passing stage1 compile error tests to stage2 | Veikka Tuominen | |
