aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
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
2024-01-13Fix minor error: std.ChildProcess.exec() already rename to run()jimying
2024-01-01update stack trace tests to account for new defaultsAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-08AstGen: add error for using inline loops in comptime only scopesVeikka Tuominen
2023-11-24translate-c: use struct_init_one for empty struct initializerGarrett
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19test: update remaining code to fix 'var is never mutated' errorsmlugg
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-17add c_frontend to translate-c cache hashVeikka Tuominen
2023-10-17tests: translate-c and run-translated-c to the test harnessVeikka Tuominen
2023-10-06std: fix memory bug in getExternalExecutorJakub Konka
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-07-31std: finish cleanup up asmJacob Young
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-07-19test: fix cbe execution testsJacob Young
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-18test/src/Cases: fix incorrect code to find zig_lib_directoryManlio Perillo
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29tests: disable incremental cases for nowmlugg
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
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-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-13Fix SplitIterator and TokenIterator type instantiationRyan Liptak
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-01x86_64: enable normal start/test_runner logic on more targetsJacob Young
2023-04-26cases: disable broken backendsJacob Young
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-04-04cases: disable failing incremental testsJacob Young
2023-03-15test-cases: fix incorrectly linking libc when backend is llvmAndrew Kelley
2023-03-15test-stack-trace: set env to disable colorAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15build.zig: fix how test-cases marked is_test=1 are handledAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley