aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-03x86_64: implement fabsJacob Young
2023-05-03codegen: handle variable and decl_ref_mut consistentlyJacob Young
2023-05-03codegen: fix global nested field_ptrJacob Young
2023-05-03x86_64: implement fieldParentPtrJacob Young
2023-05-03x86_64: implement slice elem ptr for more MCValue tagsJacob Young
2023-05-03x86_64: fix global slicesJacob Young
2023-05-02Implement multi-argument @min/@max and notice boundsmlugg
2023-05-01x86_64: fix switch multi-prongs and mul/div flags clobberJacob Young
2023-05-01x86_64: disable advanced memset tests on WindowsJakub Konka
2023-05-01x86_64: implement tagNameJacob Young
2023-05-01x86_64: fix large not and atomicrmwJacob Young
2023-05-01x86_64: fix stack realignmentJacob Young
2023-05-01x86_64: fix emitting f80 globalsJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-29Merge pull request #15458 from koachan/sparc64-codegenAndrew Kelley
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-28disable 2 failing behavior tests with x86 backendAndrew Kelley
2023-04-28C backend: fix ptr comparison of array ptrs when one is null-terminatedAndrew Kelley
2023-04-28disable not yet passing new behavior tests from this branchAndrew Kelley
2023-04-28LLVM backend: optimize memset with comptime-known elementAndrew Kelley
2023-04-28llvm backend: fix lowering of memsetAndrew Kelley
2023-04-27Merge pull request #15435 from jacobly0/x86_64-frameAndrew Kelley
2023-04-27Merge pull request #15474 from Luukdegram/wasm-atomicsAndrew Kelley
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-26Merge pull request #15278 from ziglang/memcpy-memsetAndrew Kelley
2023-04-26wasm: enable atomics behavior testsLuuk de Gram
2023-04-25update test cases for new memcpy/memset semanticsAndrew Kelley
2023-04-25x86_64 backend: support `@memset` with slicesAndrew Kelley
2023-04-25x86_64 backend: implement `@memset` for element ABI size > 1Andrew Kelley
2023-04-25add behavior test for `@memset` on slicesAndrew Kelley
2023-04-25Sema: implement comptime `@memcpy`Andrew Kelley
2023-04-25Sema: implement comptime `@memset`Andrew Kelley
2023-04-25LLVM backend: support non-byte-sized memsetAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-25cbe: fix mutability issues with builtin test_functionsJacob Young
2023-04-24Merge pull request #15421 from Vexu/fixesAndrew Kelley
2023-04-24Merge pull request #15290 from mlugg/feat/builtin-in-comptimeAndrew Kelley
2023-04-24Sema: allow method calls on optional pointersIan Johnson
2023-04-23Add `@inComptime` builtinmlugg
2023-04-23enable passing testVeikka Tuominen
2023-04-22wasm: enable `@intToError` testLuuk de Gram
2023-04-21cbe: implement 128-bit atomics supportJacob Young
2023-04-21behavior: enable a bunch of disabled testsJacob Young
2023-04-21cbe: fix issues with atomic floatsJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-20behavior: fix test disable conditionJacob Young
2023-04-20x86_64: rewrite inst trackingJacob Young