aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
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
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