aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-02-27Merge pull request #18538 from Pangoraw/wasm_vector_abiLuuk de Gram
2024-02-27Merge pull request #19062 from mlugg/dbg-var-blocksMatthew Lugg
2024-02-26Fix tuple default valuesJohn Schmidt
2024-02-26Check for inactive union field when calling fn at comptimeJohn Schmidt
2024-02-26Merge pull request #18859 from schmee/switch-union-capture-alignAndrew Kelley
2024-02-26Sema: fix compile error for switching on undefined unionJohn Schmidt
2024-02-26Sema: evaluate generic instantiations in fn decls capture scopeJohn Schmidt
2024-02-26change default WASI stack sizeAndrew Kelley
2024-02-26compiler: decide dbg_var scoping based on AIR blocksmlugg
2024-02-25Merge pull request #18906 from jacobly0/x86_64-testsAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
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-25Merge pull request #19005 from squeek502/wtfAndrew Kelley
2024-02-24Revert "tests: add -Dskip-cross-glibc option"Jacob Young
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-23Merge pull request #18955 from ziglang/std.http.ServerAndrew Kelley
2024-02-23Merge pull request #19034 from ziglang/elf-riscvJakub Konka
2024-02-23std.http: migrate remaining test/standalone/http.zig to std libAndrew Kelley
2024-02-23std.http.Server: handle expect: 100-continue requestsAndrew Kelley
2024-02-23std.http.Server.Request.Respond: support all transfer encodingsAndrew Kelley
2024-02-23update standalone http test file to new APIAndrew Kelley
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-23std.http.Client: remove bad decisions from fetch()Andrew Kelley
2024-02-23Revert "std.http: remove 'done' flag"Andrew Kelley
2024-02-23std: convert http trailers test to unit testAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-02-23std.http: remove 'done' flagAndrew Kelley
2024-02-22Module: fix `@embedFile` of files containing zero bytesJacob Young
2024-02-21test/link/elf: test static linking C riscv64-muslJakub Konka
2024-02-21test/link/elf: test static linking C aarch64-muslJakub Konka
2024-02-21Sema: fix peer type resolution for arrays of coercible elementsgarrison hinson-hasty
2024-02-20llvm: fix c abi for structs not passed in registersJacob Young
2024-02-20c_import: extract behavior tests that use `@cImport`Jacob Young
2024-02-20Liveness: do not elide safety-checked instructionsmlugg
2024-02-19Sema: validate that runtime-known inferred alloc does not have comptime-only ...mlugg
2024-02-17Merge pull request #18948 from alichraghi/vectorRobin Voetter
2024-02-16cases: account for changed compile errorsmlugg
2024-02-16InternPool: make more use of `NullTerminatedString.Slice`Jacob Young
2024-02-15disable flaky C backend testAndrew Kelley
2024-02-15test: skip new failing tests for spirvAli Chraghi
2024-02-15c_abi: add vector tests for floatsPaul Berg
2024-02-15wasm: enable bool vectors tests for stage2_llvmPaul Berg
2024-02-15llvm: fix lowering of recursive debug infoJacob Young
2024-02-12Sema: add declared here notes in `fail`Veikka Tuominen
2024-02-12x86_64: implement c abi for bool vectorsJacob Young
2024-02-12x86_64: fix packed loadJacob Young
2024-02-12x86_64: implement `ret_safe`Jacob Young