aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/error.zig
AgeCommit message (Expand)Author
2022-03-12Sema: always allow coercing error set to current inferred error setVeikka Tuominen
2022-03-12Sema: fix typo in resolvePeerTypesVeikka Tuominen
2022-03-11Sema: fix resolution of inferred error setsAndrew Kelley
2022-03-11stage2: is_non_error always returns comptime true for empty error setMitchell Hashimoto
2022-03-10stage2: improve Type.eql and Type.hash for error setsAndrew Kelley
2022-03-10stage2: error_set_merged type equalityMitchell Hashimoto
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-04stage2 ARM: generate less no-op branchesjoachimschmidt557
2022-03-02stage2: implement @errSetCast (#11039)Mitchell Hashimoto
2022-03-01Merge pull request #11016 from ziglang/x64-more-codegenJakub Konka
2022-02-28Sema: clean up peer resolution of errorsAndrew Kelley
2022-02-28stage2: skip error union test on nativeMitchell Hashimoto
2022-02-28stage2: implement peer type resolution between error unionsMitchell Hashimoto
2022-02-28codegen: fix padding calculation for error unions when loweringJakub Konka
2022-02-28x64: impl unwrap_errunion_payload and unwrap_errunion_err for registerJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-26stage2: @TypeInfo for error sets (#10998)Mitchell Hashimoto
2022-02-26stage2: actually coerce in coerce_result_ptr at comptimeVeikka Tuominen
2022-02-22Port more behavior testsJakub Konka
2022-02-12organize behavior testsAndrew Kelley
2022-01-26organize behavior testsAndrew Kelley
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2021-11-22sema: error union in-memory coercionRobin Voetter
2021-10-17stage2: fix handling of error unions as return typeAndrew Kelley
2021-10-17stage2: implement error wrappingAndrew Kelley
2021-10-16Sema: coercion from error sets to `anyerror`Andrew Kelley
2021-08-24stage1: remove incorrect compile error for var redeclarationAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley