index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
cli.zig
Age
Commit message (
Expand
)
Author
2022-01-30
Full response file (*.rsp) support
PhaseMage
2021-12-21
Change `ArgIterator.next()` return type
ominitay
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-06-23
update godbolt test case for unused parameter
Andrew Kelley
2021-05-17
std: `@import("builtin").StackTrace` -> `std.builtin.StackTrace`
Andrew Kelley
2021-05-08
update usage of std.testing in behavior and standalone tests
Veikka Tuominen
2021-03-17
test-cli: Remove temporary directory after tests
Ersikan
2021-03-17
zig fmt: fix non-UTF-8 encoding #2820
Ersikan
2021-02-10
test/cli.zig: Remove inline from panic function in testGodboltApi
Tadeo Kondrak
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-02-09
require specifier for arrayish types
Jonathan Marler
2020-12-08
add std.testing.expectStringEndsWith
Andrew Kelley
2020-10-16
zig fmt: write modified files to stdout not stderr
Isaac Freund
2020-09-30
fix the cli test expected string to support native path separators
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-25
update test case for init-exe with respect to new template
Andrew Kelley
2020-06-20
Add 'no changes' test to zig fmt cli test
Ryan Liptak
2020-06-20
Simplify unformatted code in zig fmt cli test
Ryan Liptak
2020-06-20
Add zig fmt test to cli tests for both files and directories
Ryan Liptak
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-03
update cli test to new std.fs API
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
update tests to new Target API
Andrew Kelley
2020-01-30
Convert a few more page_allocator
Benjamin Feng
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-29
more test regression fixes
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-24
update cli test
Andrew Kelley
2019-10-21
test runner: restore previous behavior of printing all tests passed
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-10-17
improve progress reporting
Andrew Kelley
2019-09-24
Create user-specified `output-dir`
Jay Weisskopf
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-02-09
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-07
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2018-11-30
std.os.path: remove dependance on std.mem.join;
kristopher tate
2018-11-17
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
[next]