aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
2025-09-16test: delete old stage1 compile_errors testsAlex Rønne Petersen
2025-09-16test: rename backend=stage2 to backend=selfhosted, and add backend=autoAlex Rønne Petersen
2025-09-07add compile error test caseAndrew Kelley
2025-09-05add compile error test case for new errorAndrew Kelley
2025-08-15Zcu: don't tell linkers about exports if there are compile errorsmlugg
2025-08-15fix: print error set members in a consistent orderWill Lillis
2025-08-13Merge pull request #24674 from Justus2308/undef-shift-bitwiseMatthew Lugg
2025-08-12add remaining undef value tests ; fix `@truncate` undef retval typeJustus Klausecker
2025-08-12add undef shift tests ; mirror `zirShl` logic for `@shlWithOverflow`Justus Klausecker
2025-08-12remove redundant test casesJustus Klausecker
2025-08-12address most commentsJustus Klausecker
2025-08-12make `>>` a compile error with any undef arg ; add a bunch of test casesJustus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-08-07address commentsJustus Klausecker
2025-08-07Add support for both '_' and 'else' prongs at the same time in switch statementsJustus Klausecker
2025-08-07Permit explicit tags with '_' switch prongJustus Klausecker
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-08-02disallow alignment on packed union fieldsDavid Rubin
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-08-01Sema: compile error on reifying align(0) struct fieldsDavid Rubin
2025-07-31Sema: remove incorrect `requireRuntimeBlock` callsJackson Wambolt
2025-07-31Merge pull request #24632 from mlugg/lossy-int-to-float-coercionMatthew Lugg
2025-07-31Sema: add note suggesting dropping try on non error-unionsmikastiv
2025-07-31Sema: disallow slicing many-item pointer with different sentineldweiller
2025-07-31Sema: compile error on lossy int to float coercionmlugg
2025-07-30Sema: check min/max operand typesJackson Wambolt
2025-07-30Merge pull request #24278 from gooncreeper/atomic-fixesMatthew Lugg
2025-07-30Sema: disallow tags on non-auto unions when reifying (#23488)Krzysztof Wolicki
2025-07-30Sema: catch error sets in atomic operationsKendall Condon
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-19tests: remove more old async testsmlugg
2025-07-17test: Restore and fix deleted tests that relied on intern pool types (#24422)Felix Koppe
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-06-29Sema: correct OPV for optional empty error setAndrew Kelley
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-13Sema: add missing error and test for bool not on vector of intsAndrew Kelley
2025-06-07seriously don't put internpool indexes in test casesAndrew Kelley
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-01compiler: combine `@intCast` safety checksmlugg
2025-06-01compiler: implement better shuffle AIRmlugg
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-28x86_64: implement integer `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-27Sema: simplify comptime `@intFromPtr` logicDavid Rubin