aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-02-18AstGen: add error for discard of unbounded counterAndrew Kelley
2023-02-18disable failing x86_64 backend testsAndrew Kelley
2023-02-18add passing for loop test: two countersAndrew Kelley
2023-02-18Sema: fix for loops with comptime-known int rangesAndrew Kelley
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2023-02-18Value: implement writeToMemory for packed unionsMatt Knight
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-11Sema: add missing peer type resolution for error unionsVeikka Tuominen
2023-02-03Add test for optional error set return typesRyan Liptak
2023-02-01Merge pull request #14477 from Vexu/fixesAndrew Kelley
2023-02-02AstGen: fix orelse type coercion in call argumentsVeikka Tuominen
2023-01-31wasm: apply request changeTechatrix
2023-01-30add test for already implemented proposalVeikka Tuominen
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2023-01-23target: use 16 byte alignment for 128-bit types on x86 and ofmt .ckcbanner
2023-01-23cbe: fixes for x86kcbanner
2023-01-22stage2 ARM: add basic debug info for localsjoachimschmidt557
2023-01-22Sema: resolve fields before checking tuple lenVeikka Tuominen
2023-01-22Value: implement `compareAllWithZero` for `bytes` and `str_lit`Veikka Tuominen
2023-01-22type: correct condition for eliding pointer alignment canonicalizationVeikka Tuominen
2023-01-22Sema: handle lazy values in more placesVeikka Tuominen
2023-01-20added test for bitcast signaled nan floatHardy
2023-01-17AstGen: reset source cursor before generating pointer attributesVeikka Tuominen
2023-01-17Sema: resolve lazy values in switch prong itemsVeikka Tuominen
2023-01-17Sema: ignore dependency loops in typeinfo declsVeikka Tuominen
2023-01-17llvm: do not offset packed struct field pointers if they have a host sizeVeikka Tuominen
2023-01-16Sema: automatically optimize order of struct fieldsVeikka Tuominen
2023-01-16swap align and callconv in function typeNameTechatrix
2023-01-11Sema: fix typeInfo decls with usingnamespaceVeikka Tuominen
2023-01-10fix errdefers in functions that can't return errorsVeikka Tuominen
2023-01-05Merge pull request #14210 from Vexu/compile-errorsAndrew Kelley
2023-01-05Merge pull request #14202 from ziglang/std.httpAndrew Kelley
2023-01-05Sema: handle enum expressions referencing local variablesVeikka Tuominen
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-05llvm codegen: fix f16,f32,f64 nan bitcastsMichael Dusan
2023-01-05avoid triggering LLVM bug on MIPSAndrew Kelley
2023-01-04behavior: add test for #8277Michael Dusan
2023-01-03stage2 AArch64: bump up alignment of stack items fitting in regsjoachimschmidt557
2023-01-02fix behavior test compile errorAndrew Kelley
2023-01-02avoid testing `inline for` in unrelated behavior testsAndrew Kelley
2023-01-02skip "atomicrmw with 128-bit ints" on everything except cbekcbanner
2023-01-02skip "atomicrmw with 128-bit ints" on linux x64_64 due to linker errorkcbanner
2023-01-02skip "truncate int128" on wasmkcbanner
2023-01-02skip "truncate to non-power-of-two integers from 128-bit" on non-llvmkcbanner
2023-01-02skip "binary not 128-bit" on non-llvmkcbanner
2023-01-02fmt fixupskcbanner
2023-01-02tests: add more coverage for 128 bit operationskcbanner
2023-01-01cbe: changes to get zig2.c compiling under msvckcbanner
2023-01-01cbe: fixes for compiling zig2.c under msvckcbanner