aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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
2024-01-22Sema: implement comptime error return tracesVeikka Tuominen
2024-01-20AstGen: detect duplicate field namesDavid Rubin
2024-01-19do not enforce function parameters to be marked comptime if only called at co...Meghan Denny
2024-01-18add type check to `zirSwitchBlockErrUnion`David Rubin
2024-01-16sema: fix safe integer arithmetic operations on undefined valuesTechatrix
2024-01-16AstGen: use correct token_src for switch, if and while exprstravisstaloch
2024-01-16AstGen: properly handle ill-formed switch on errorTechatrix
2024-01-16AstGen: add error message for capture error by ref in switch on errorTechatrix
2024-01-15update test case for new const/var compile errorAndrew Kelley
2024-01-14sema: allow slicing *T with comptime known [0..1]dweiller
2024-01-13Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"Andrew Kelley
2024-01-12sema: forbid asm output to const localsMeghan Denny
2024-01-09AstGen: add error for redundant comptime var in comptime scope (#18242)Bogdan Romanyuk