aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-06-10behavior: update for different inferred error set orderJacob Young
2023-06-10behavior: pass more tests on llvm againJacob Young
2023-06-10Sema: resolve peer vector types before comparisonmlugg
2023-06-10Sema: emit error on @intToPtr with slice dest typemlugg
2023-06-10AstGen: handle ref_table for paramsmlugg
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-06-03AstGen: handle ref_table for errdefer capturesmlugg
2023-06-03Merge pull request #15927 from truemedian/http-bugsAndrew Kelley
2023-06-01std.http.Server: collapse BufferedConnection into ConnectionNameless
2023-06-01Merge pull request #15919 from Luukdegram/wasm-behavior-testsLuuk de Gram
2023-05-31add missing note "operation is runtime due to this operand"Evin Yulo
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-31don't crash when can't evaluate comptime expression with inferred typeyujiri8
2023-05-31sema: add compile error for incorrect extern typeBogdan Romanyuk
2023-05-30Merge pull request #15905 from jacobly0/x86_64-hotfixJakub Konka
2023-05-29x86_64: hotfix for crash during in-memory coercion of large typeJacob Young
2023-05-29tests: disable incremental cases for nowmlugg
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-29Sema: return comptime_int if all args to @min/@max are comptime_intmlugg
2023-05-29fix #15778: Binary operations on empty vectors crashEvin Yulo
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-25disable test on C backendVeikka Tuominen
2023-05-25llvm: fix vector type in vector_store_elemVeikka Tuominen
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-24Merge pull request #15806 from linusg/std-io-ttyVeikka Tuominen
2023-05-24Sema: `@memcpy` convert src slice to many ptrVeikka Tuominen
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-24make `@boolToInt` always return a u1tison
2023-05-23Merge pull request #15235 from Vexu/safetyVeikka Tuominen
2023-05-22Sema: improve error message when calling optional functionVeikka Tuominen
2023-05-20Merge pull request #15753 from Snektron/spirv-more-testsAndrew Kelley
2023-05-20Merge pull request #15748 from alichraghi/ali-spirvVeikka Tuominen
2023-05-20Merge pull request #15663 from Luukdegram/wasm-test-runnerLuuk de Gram
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: ptr_subRobin Voetter
2023-05-20spirv: customize module-scope asm testRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-20spirv: pointer bitcastingRobin Voetter
2023-05-20spirv: ptr_addRobin Voetter
2023-05-20spirv: dont use OpIAddCarryRobin Voetter
2023-05-20spirv: use intInfo instead of arithmeticTypeInfo in airIntCastRobin Voetter
2023-05-20spirv: implement pointer comparison in for air cmpRobin Voetter
2023-05-20spirv: lower get_union_tagAli Chraghi
2023-05-19wasm: fix `div_trunc` for floatsLuuk de Gram
2023-05-19wasm: support `memset` for elem abi size > 1Luuk de Gram
2023-05-19wasm: implement `shl` for big integersLuuk de Gram
2023-05-19wasm: correctly use elem type when loweringLuuk de Gram
2023-05-19Merge pull request #15727 from jacobly0/x86_64-behaviorAndrew Kelley