aboutsummaryrefslogtreecommitdiff
path: root/test/cli.zig
AgeCommit message (Expand)Author
2022-01-30Full response file (*.rsp) supportPhaseMage
2021-12-21Change `ArgIterator.next()` return typeominitay
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
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-09-01std: fix regressions from this branchAndrew Kelley
2021-06-23update godbolt test case for unused parameterAndrew Kelley
2021-05-17std: `@import("builtin").StackTrace` -> `std.builtin.StackTrace`Andrew Kelley
2021-05-08update usage of std.testing in behavior and standalone testsVeikka Tuominen
2021-03-17test-cli: Remove temporary directory after testsErsikan
2021-03-17zig fmt: fix non-UTF-8 encoding #2820Ersikan
2021-02-10test/cli.zig: Remove inline from panic function in testGodboltApiTadeo Kondrak
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-02-09require specifier for arrayish typesJonathan Marler
2020-12-08add std.testing.expectStringEndsWithAndrew Kelley
2020-10-16zig fmt: write modified files to stdout not stderrIsaac Freund
2020-09-30fix the cli test expected string to support native path separatorsAndrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-25update test case for init-exe with respect to new templateAndrew Kelley
2020-06-20Add 'no changes' test to zig fmt cli testRyan Liptak
2020-06-20Simplify unformatted code in zig fmt cli testRyan Liptak
2020-06-20Add zig fmt test to cli tests for both files and directoriesRyan Liptak
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-03update cli test to new std.fs APIAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28update tests to new Target APIAndrew Kelley
2020-01-30Convert a few more page_allocatorBenjamin Feng
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-24update cli testAndrew Kelley
2019-10-21test runner: restore previous behavior of printing all tests passedAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-17improve progress reportingAndrew Kelley
2019-09-24Create user-specified `output-dir`Jay Weisskopf
2019-06-22heap: make one global instance of DirectAllocatorSahnvour
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-02-09Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-17Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley