aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
3 daysFix a few standalone tests on WindowsRyan Liptak
3 daysSkip posix-specific standalone test on WindowsRyan Liptak
3 daysDelete test_symlink in standalone/posix, it's fully redundantRyan Liptak
3 daystest-incremental: ignore .swp filesAndrew Kelley
3 daysbuild: make test-incremental respect -Dtest-filterAndrew Kelley
3 daysdisable self-hosted aarch64 testsAndrew Kelley
6 daysfix the guess number game exampleAndrew Kelley
6 daystest-cases: disable self-hosted aarch64 backend coverageAndrew Kelley
6 daysupdate test casesAndrew Kelley
6 daysstd: add changing cur dir backAndrew Kelley
6 daysupdate test API usageAndrew Kelley
6 daystest-incremental: respect the wine, qemu, etc build flagsAndrew Kelley
6 daystest-standalone: fix most compilation errorsAndrew Kelley
6 daysupdate test-link to new std.Io APIAndrew Kelley
6 daysupdate remaining calls to std.Io.Threaded.initAndrew Kelley
6 daysupdate more "realpath" callsitesAndrew Kelley
6 daysupdate all incremental tests to new std APIAndrew Kelley
6 daysstd: consolidate all instances of std.Io.Threaded into a singletonAndrew Kelley
6 daysfix "hello world"Andrew Kelley
6 daysstd: rename makeDir to createDir for consistency with createFileAndrew Kelley
6 dayscompiler: update various code to new fs APIAndrew Kelley
6 daysstd.heap.DebugAllocator: never detect TTY configAndrew Kelley
6 daysfix a handful of compilation errors related to std.fs migrationAndrew Kelley
6 daysupdate makeDir() sites to specify permissionsAndrew Kelley
6 daysupdate std.process.Child.run occurences to use ioAndrew Kelley
6 daystests: close() -> close(io)Andrew Kelley
6 daystest: std.fs.File -> std.Io.FileAndrew Kelley
10 dayschange placeholder pattern in deduplicated type errorsProkop Randáček
2025-12-16test: fix up c3ee8078b475e74772ad8a05f13869ce1a2c1128Alex Rønne Petersen
2025-12-16test: remove some nonsensical openbsd targets from llvm_targetsAlex Rønne Petersen
2025-12-16test: skip `bitcast nan float does not modify signaling bit` on powerpcAlex Rønne Petersen
2025-12-16test: skip some C ABI vector tests on powerpcAlex Rønne Petersen
2025-12-16test: limit `invalid_tail_call` to x86_64-linuxAlex Rønne Petersen
2025-12-16test: disable an error trace test on optimized powerpc64leAlex Rønne Petersen
2025-12-14Linux: Nuke `Stat` bits in favour of statxStephen Gregoratto
2025-12-08sema: remove special case check in `is_non_err`pentuppup
2025-12-07stage2_wasm: revival, enabling testsPavel Verigo
2025-12-07sema: fix error_return_trace_index handling in zirCondBrPavel Verigo
2025-12-06detect `comptime var` references in asm input/output and improve errorspentuppup
2025-12-06Merge pull request 'Remove things deprecated during the 0.15 release cycle' (...mlugg
2025-12-04build: adjust max_rss on a per-CI-host basisAlex Rønne Petersen
2025-12-04build: add -Dskip-spirv and -Dskip-wasm optionsAlex Rønne Petersen
2025-11-29Return a `usize` from `@abs` if given an `isize`fn ⌃ ⌥
2025-11-29Sema: initialize OPV comptime allocs correctlyMatthew Lugg
2025-11-27std: Remove a handful of things deprecated during the 0.15 release cycleLinus Groh
2025-11-27x86_64: fix abi of a struct that partially fits in registersJacob Young
2025-11-24Merge pull request #25993 from squeek502/windows-pathsRyan Liptak
2025-11-23Merge pull request #23733 from alichraghi/bpMatthew Lugg
2025-11-23test: disable `coff_dwarf` on FreeBSDAlex Rønne Petersen
2025-11-22all: replace all `@Type` usagesAli Cheraghi