aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2024-03-30spirv: clz, ctz for openclRobin Voetter
2024-03-29Sema: allow .ptr on pointer to arrayVeikka Tuominen
2024-03-28add tests for fixed stage1 bugsVeikka Tuominen
2024-03-28allow `@errorcast` to cast error sets to error unionsHydroH
2024-03-26compiler: audit uses of `ptr.addr` in the frontendmlugg
2024-03-25behavior: skip newly failing testmlugg
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-21disable failing behavior test: "reinterpret extern union"Andrew Kelley
2024-03-21disable failing behavior test: "comptime bitcast with fields following f80"Andrew Kelley
2024-03-21disable failing behavior test: "bitcast packed union to integer"Andrew Kelley
2024-03-19Merge pull request #19337 from Snektron/spirv-globalsRobin Voetter
2024-03-18spirv: enable passing testsRobin Voetter
2024-03-18spirv: skip test that miscompiles on IntelRobin Voetter
2024-03-18spirv: unused instruction pruning linker passRobin Voetter
2024-03-18spirv: make generic globals invocation-localRobin Voetter
2024-03-18Add 64bit byteswap case, use fewer localsSuperAuguste
2024-03-18Merge pull request #19334 from antlilja/llvm-fast-mathVeikka Tuominen
2024-03-17Merge pull request #19333 from Vexu/fixesAndrew Kelley
2024-03-17Ast: fix comptime destructureJacob Young
2024-03-17add behavior test for optimized float mathVeikka Tuominen
2024-03-17Sema: allow param instructions to clobber inst_mapVeikka Tuominen
2024-03-17Sema: fix spurious type has no namespace errorVeikka Tuominen
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15test: reenable some behavior vector testsMeghan Denny
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make float mode fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-09Sema: perform codegen for anon decl created by `@extern`mlugg
2024-03-08Sema: reset block error return trace index between casesmlugg
2024-03-06behavior: add tests for #18816mlugg
2024-03-06behavior: correct tests after #18816mlugg
2024-03-05Sema: fix compiler crash `@ptrCast`ing optional slicegarrison hinson-hasty
2024-03-02Air: replace `.dbg_inline_*` with `.dbg_inline_block`Jacob Young
2024-02-27Merge pull request #19062 from mlugg/dbg-var-blocksMatthew Lugg
2024-02-26Fix tuple default valuesJohn Schmidt
2024-02-26Merge pull request #18859 from schmee/switch-union-capture-alignAndrew Kelley
2024-02-26Sema: evaluate generic instantiations in fn decls capture scopeJohn Schmidt
2024-02-26compiler: decide dbg_var scoping based on AIR blocksmlugg
2024-02-25x86_64: implement optional comparisonsJacob Young
2024-02-25Sema: implement vector coercionsJacob Young
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-25x86_64: implement `@select`Jacob Young
2024-02-22Module: fix `@embedFile` of files containing zero bytesJacob Young
2024-02-21Sema: fix peer type resolution for arrays of coercible elementsgarrison hinson-hasty
2024-02-20c_import: extract behavior tests that use `@cImport`Jacob Young
2024-02-15test: skip new failing tests for spirvAli Chraghi
2024-02-15llvm: fix lowering of recursive debug infoJacob Young
2024-02-12x86_64: implement c abi for bool vectorsJacob Young
2024-02-12x86_64: fix packed loadJacob Young