aboutsummaryrefslogtreecommitdiff
path: root/test/src/Cases.zig
AgeCommit message (Expand)Author
2025-10-29disable self-hosted wasm test-casesAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-09-24delete all the translate-c testsAndrew Kelley
2025-09-16test: delete old stage1 compile_errors testsAlex Rønne Petersen
2025-09-16test: rename backend=stage2 to backend=selfhosted, and add backend=autoAlex Rønne Petersen
2025-09-16test: remove test-compare-output and test-asm-link testsAlex Rønne Petersen
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-02build: add -Dskip-compile-errors optionAlex Rønne Petersen
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
2025-07-24Revert "disable -fno-llvm -target wasm32-wasi testing"Pavel Verigo
2025-07-19disable -fno-llvm -target wasm32-wasi testingAndrew Kelley
2025-07-03test: Respect various test skip options in test-casesAlex Rønne Petersen
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-01cases: include dirname in case namesmlugg
2025-05-12Merge pull request #23700 from sorairolake/rename-trimsAlex Rønne Petersen
2025-04-27test: Configure emit_asm/emit_bin correctly for some targets in llvm_targets.Alex Rønne Petersen
2025-04-27test: Allow cases to set emit_asm (defaults to false).Alex Rønne Petersen
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-02-23cases: remove old incremental case systemmlugg
2025-02-15test: fix windows CIJacob Young
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2024-12-18test-run-translated-c: migrate from deprecated std.Build APIsmlugg
2024-12-18test-cases: migrate from deprecated std.Build APIsmlugg
2024-11-28test: Change llvm_targets to actually emit an object for each target.Alex Rønne Petersen
2024-11-24test: Allow tests to set emit_bin=false.Alex Rønne Petersen
2024-11-24test: Force compile test cases to be codegen'd if requested.Alex Rønne Petersen
2024-11-24test: Allow setting PIC/PIE in test cases.Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...Alex Rønne Petersen
2024-10-27spirv: forbid merging logical pointersRobin Voetter
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27translate-c tests: skip_foreign_checks=trueAndrew Kelley
2024-05-27test cases: try running foreign binariesAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-03-08test manifest key checking and other fixesfebruary cozzocrea
2024-02-25test: rework how filtering worksJacob Young
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-01std: make options a struct instance instead of a namespaceVeikka Tuominen
2024-01-26align naming and fix module creation from TranslateCTobias Simetsreiter