aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2024-01-03Merge pull request #17431 from castholm/expectEqualAndrew Kelley
2024-01-04`@shlExact` fixupsAndrew Kelley
2024-01-03Merge pull request #18431 from jacobly0/cbe-externAndrew Kelley
2024-01-03Correct expected/actual parameter order of some assertionsCarl Åstholm
2024-01-03Remove some `@as` coercions from assertionsCarl Åstholm
2024-01-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2024-01-03add missing resolveStructFieldInitsxdBronch
2024-01-03cbe: fix non-msvc externs and exportsJacob Young
2024-01-03Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Jacob Young
2024-01-02Merge pull request #18160 from ziglang/std-build-moduleAndrew Kelley
2024-01-02Liveness: fix branch operands becoming aliasedarbrk1
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Andrew Kelley
2024-01-01Merge pull request #17824 from kcbanner/fixup_msvc_fmaxAndrew Kelley
2023-12-23Sema: ensure `slice_ptr` produces the correct typeJacob Young
2023-12-22use `casted_rhs` instead of `rhs` so `icmp` works correctly for `airShlSat`Stefan Su
2023-12-22test: add coverage for index into comptime-known vector is comptime-knownMeghan Denny
2023-12-04x86_64: fix packed struct field reuseJacob Young
2023-12-04x86_64: fix vector comparisionsJacob Young
2023-12-04x86_64: implement more operations on vectors with 1-bit elementsJacob Young
2023-12-03x86_64: implement movement for pointer vectorsJacob Young
2023-12-03x86_64: "implement" `aggregate_init` for vectorsJacob Young
2023-12-03x86_64: implement some todosJacob Young
2023-12-03x86_64: implement more compliant vectorsJacob Young
2023-12-03x86_64: implement more atomic opsJacob Young
2023-12-01test: test with `-fstrip` and fix failuresJacob Young
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-11-27value: handle lazy_align and lazy_size in writeToPackedMemoryBogdan Romanyuk
2023-11-25Sema: ensure tuple fields is resolved and fix internal out-of-bounds accessBogdan Romanyuk
2023-11-25Zir: add missing extra index for linksection_or_addspaceTw
2023-11-24spirv: disable failing testsRobin Voetter
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-21Merge pull request #18057 from Vexu/fixesAndrew Kelley
2023-11-21translate-c: skip blank macros when translating definesGarrett
2023-11-21InternPool: handle `funcZirBodyInst` for `func_coerced`Veikka Tuominen
2023-11-19behavior: work around LLVM bugmlugg
2023-11-19AstGen: preserve result type in comptime blockmlugg
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-11-16Sema: include sentinel in type of pointer-to-array `ptr` fieldDavid
2023-11-11sema: pass sema through if available for the array_type case in bitSizeAdvancedkcbanner
2023-11-10behavior: add testing for LLVM SROA bugsJacob Young
2023-11-08Sema: do not force resolution of struct field inits when calling function poi...mlugg
2023-11-07sema: allow slicing [*]T without enddweiller
2023-11-07Merge pull request #17692 from kcbanner/struct_field_init_passMatthew Lugg
2023-11-07Sema: emit @intCast safety check correctly for vectorsmlugg
2023-11-07Sema: allow destructuring vectorsmlugg
2023-11-07sema: analyze field init bodies in a second passkcbanner
2023-11-06x86_64: fix passing register-sized payload as non-reigster-sized unionJacob Young
2023-11-05cbe: fixup __asm style exports, re-enable 12680 on macos now that alias isn't...kcbanner
2023-11-05behavior: enable test passing with x86_64 backendJacob Young