aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
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
2023-03-15re-enable asm-and-link testsAndrew Kelley
2023-03-15re-enable compare-output test casesAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-02-17add test to ignore sigpipeJonathan Marler
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-06-12std.build: don't default to static linkageVeikka Tuominen
2021-06-11make remaining enums in build.zig snake_caseVeikka Tuominen
2021-06-11Changes createExecutable parameter is_dynamic to a enum to make code more rea...Felix (xq) Queißner