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
/
lib
/
std
/
testing.zig
Age
Commit message (
Expand
)
Author
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-29
std: add expectEqualDeep (#13995)
Jiacai Liu
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
2022-12-13
Merge pull request #13907 from Vexu/call-merge
Andrew Kelley
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-09
std.testing: Fully absorb expectEqualBytes into expectEqualSlices
Ryan Liptak
2022-12-07
AstGen: make `@compileError` operand implicitly comptime
Veikka Tuominen
2022-12-01
std.testing: Improve expectEqualBytes for large inputs and make expectEqualSl...
Ryan Liptak
2022-11-30
std.testing: Add expectEqualBytes that outputs hexdumps with diffs highlighte...
Ryan Liptak
2022-11-26
std.os: Fix std.os.chdir for WASI
Cody Tapscott
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
2022-09-29
docs: minor improvements
r00ster91
2022-09-29
fix(std.testing.refAllDeclsRecursive): silently return if !builtin.is_test
r00ster91
2022-09-29
testing: fix copy paste typo
Jacob Young
2022-09-14
Move std.testing.zig_exe_path into build options
Martin Wickham
2022-07-25
std.testing: make the caret indicator line more helpful
r00ster
2022-07-24
std: compile error on invalid testing allocator usage
Ali Chraghi
2022-07-16
std.testing: add `refAllDeclsRecursive` function
alichraghi
2022-07-16
Fix checkAllAllocationFailures being too strict when checking arg types
Ryan Liptak
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-06-23
checkAllAllocationFailures: add possibility of SwallowedOutOfMemoryError (spl...
Ryan Liptak
2022-06-23
Integrate FailingAllocator stack trace with testing.checkAllAllocationFailures
Ryan Liptak
2022-05-26
std.testing: remove tight coupling with executing zig as child process
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-28
Revert "Merge pull request #11214 from iddev5/ay-build-runner"
Andrew Kelley
2022-04-28
Revert "std.testing: add writeZigFile for TmpDir"
Andrew Kelley
2022-04-28
Merge pull request #11532 from ziglang/compiler-rt-math
Andrew Kelley
2022-04-28
Merge pull request #11214 from iddev5/ay-build-runner
Veikka Tuominen
2022-04-28
std.testing: add writeZigFile for TmpDir
matu3ba
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-04
std.testing: add function zigBuild for running zig build runner commands
iddev5
2022-04-04
Add `std.testing.checkAllAllocationFailures`
Ryan Liptak
2022-03-27
std.testing: add methods tmpDirPath, getTestArgs, buildExe
matu3ba
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
std.testing: fix incorrect docs that mentioned aborting
Andrew Kelley
2022-03-08
std.json: correctly handle sentinel terminated slices
Benjamin San Souci
2022-02-18
std.testing.refAllDecls: force decl to be analyzed with just `@field`
Lee Cannon
2022-02-13
std: force refAllDecls to actually resolve all decls
Veikka Tuominen
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2021-12-21
fix expectStringEndsWith error output.
Stephen Lumenta
2021-11-30
allocgate: renamed getAllocator function to allocator
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
[next]