aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
2024-07-03Make 0e.0 and 0xp0 not crashwooster0
2024-06-20Merge pull request #20299 from mlugg/the-great-decl-splitMatthew Lugg
2024-06-19AstGen: error for redundant `@inComptime()`mlugg
2024-06-18cases: un-regress some notesmlugg
2024-06-15Zcu: rework source locationsmlugg
2024-06-02Sema: validate function signature for Signal calling conventionVeikka Tuominen
2024-06-02Sema: add missing error for runtime `@ptrFromInt` to comptime-only typeVeikka Tuominen
2024-05-22Revert "implement `@expect` builtin (#19658)"Andrew Kelley
2024-05-22implement `@expect` builtin (#19658)David Rubin
2024-05-22Sema: add missing declared here notewooster0
2024-05-14Sema: suggest using try/catch/if on method call on error unionWooster
2024-05-14Sema: improve error set/union discard/ignore errorsr00ster91
2024-05-14Sema: add error note for !?Type types when optional type is expectedr00ster91
2024-05-14Sema error: talk about discarding instead of suppressingr00ster91
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-23error on `undefined` end indexDavid Rubin
2024-04-18Sema: correctly make inferred allocs constantDavid Rubin
2024-04-17compiler: un-implement #19634mlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30AstGen: use RLS to infer the first argument of `@fieldParentPtr`Jacob Young
2024-03-30Sema: rework `@fieldParentPtr` to accept a pointer typeJacob Young
2024-03-28Sema: check error union payload types in `@errorCast`Veikka Tuominen
2024-03-28add tests for fixed stage1 bugsVeikka Tuominen
2024-03-28allow `@errorcast` to cast error sets to error unionsHydroH
2024-03-26cases: necessary changes from branchmlugg
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-17Merge pull request #19333 from Vexu/fixesAndrew Kelley
2024-03-17Sema: fix printing of inferred error set of generic fnVeikka Tuominen
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-14Zcu: rename implicitly-named decls to avoid overriding by explicit declsmlugg
2024-03-14compiler: detect duplicate test names in AstGenmlugg
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-06cases: correct after #18816mlugg
2024-02-26Check for inactive union field when calling fn at comptimeJohn Schmidt
2024-02-26Merge pull request #18859 from schmee/switch-union-capture-alignAndrew Kelley
2024-02-26Sema: fix compile error for switching on undefined unionJohn Schmidt
2024-02-19Sema: validate that runtime-known inferred alloc does not have comptime-only ...mlugg
2024-02-16cases: account for changed compile errorsmlugg
2024-02-12Sema: add declared here notes in `fail`Veikka Tuominen
2024-02-09Sema: catch runtime stores to comptime variables through callsVeikka Tuominen
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-08Preserve field alignment in union pointer capturesJohn Schmidt
2024-02-06Make `@intFromEnum` an error for empty enumsDavid Rubin
2024-02-03Fix OOB when enum field out of order in different fileDavid Rubin
2024-02-03Add error hint when looping over `ErrorUnion`David Rubin
2024-02-01std.start: remove event loop integrationVeikka Tuominen
2024-01-29Sema: fix casting runtime value to enum with comptime int tag typePavel Verigo
2024-01-26Sema: tuples have no names to be used for reporting errors in finishStructInitKrzysztof Wolicki