aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs
AgeCommit message (Expand)Author
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-24behavior: disable newly failing testsmlugg
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-08-27std: Rename `TailQueue` to `DoublyLinkedList`Jay Petacat
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-08-06Add behavior test for copying self-referential structStevie Hryciw
2023-06-25x86_64: add missing padding to global unionsJacob Young
2023-06-25x86_64: fix packed store crashJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16wasm-linker: correctly resolve undefined functionsLuuk de Gram
2023-06-16codegen: fix union paddingLuuk de Gram
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-10wasm: address behavior test regressionsJacob Young
2023-06-10behavior: pass more tests on llvm againJacob Young
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-29fix #15778: Binary operations on empty vectors crashEvin Yulo
2023-05-18x86_64: rewrite castsJacob Young
2023-05-15x86_64: implement calling function referencesJacob Young
2023-05-15x86_64: implement union_initJacob Young
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08x86_64: fix unordered float equalityJacob Young
2023-05-08x86_64: implement `@ctz` and `@clz` for `u128`Jacob Young
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-26macho: invalidate GOT/stub relocs after segment shift in memoryJakub Konka
2023-04-26x86_64: fix tlv referencesJacob Young
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-16behavior: disable flaky test on x86_64Jacob Young
2023-04-16x86_64: implement packed load and storeJacob Young
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-04-13x86_64: fix some of the mass confusion about the meaning of `MCValue`Jacob Young
2023-04-03x86_64: fix typosJacob Young
2023-04-03x86_64: implement storing large immediatesJacob Young
2023-04-02x86_64: implement struct_field_val for large packed structsJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-04-02x86_64: implement error nameJacob Young
2023-03-27x86_64: fix popcnt and disable regressed testJacob Young
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-25x86_64: implement struct_field_val for packed containersJacob Young
2023-03-25x86_64: implement struct_field_ptr for packed containersJacob Young
2023-03-24x86_64: fix value tracking bugsJacob Young
2023-03-21x86_64: implement atomic and fence opsJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young