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
/
standalone.zig
Age
Commit message (
Expand
)
Author
2024-01-07
remove tool: update-license-headers
Andrew Kelley
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-01
add standalone test for depending on the main module
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-12
sema: fixup underflows during struct / ptr array init when using -fstrip
kcbanner
2023-10-11
move two TODO comments to a github issue
Andrew Kelley
2023-10-11
disable flaky test
Andrew Kelley
2023-09-17
Add a standalone test for Windows resource file compilation
Ryan Liptak
2023-08-19
Merge pull request #16885 from squeek502/windows-selfExePath-symlink
Andrew Kelley
2023-08-19
Add self_exe_symlink standalone test
Ryan Liptak
2023-08-18
standalone: add iOS smoke test - test ability to target iOS with Zig
Jakub Konka
2023-07-27
test: add a test that verifies no debug handlers get pulled into compiler_rt
kcbanner
2023-07-25
remove tools/extract-grammar.zig
Andrew Kelley
2023-07-25
test/standalone: reinstate std.ChildProcess tests
alex
2023-07-20
test: add a test for dwarf embedded in coff
kcbanner
2023-07-20
compilation: pass omit_frame_pointer through to builtin.zig
kcbanner
2023-07-20
test: add standalone test for DWARF unwinding with -fomit-frame-pointer
kcbanner
2023-07-18
Sema: fix return type of generic function is function pointer
Andrew Kelley
2023-07-10
add stand alone test to verify bulk-memory features
Luuk de Gram
2023-06-21
test: add standalone test for cmakedefine
Jan200101
2023-05-06
std.http: add simple standalone http tests, add state check for http server
Nameless
2023-04-17
Sema: fix empty infinite loops
Jacob Young
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-30
tests: enable test_runner_module_imports standalone test
dweiller
2023-03-19
fix std.Build.OptionsStep
Andrew Kelley
2023-03-16
remove standalone test "issue_9812"
Andrew Kelley
2023-03-15
add the new extern test to standalone tests
Andrew Kelley
2023-03-15
standalone tests: avoid running on strange target
Andrew Kelley
2023-03-15
re-enable standalone tests based on build.zig
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-12
Sema: @extern fixes
mlugg
2023-02-21
Add test coverage for some module structures
mlugg
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-02-08
fix custom test runner package path resolution
dweiller
2023-02-05
make `@embedFile` support module-mapped names the same way as `@import`
Andrew Kelley
2023-01-06
tools: build all tools in ci to prevent bitrot
Jan Philipp Hafer
2023-01-02
Revert "make a .rsp file for `zig clang`"
Andrew Kelley
2022-12-18
standalone tests: Add windows spawn test
Ryan Liptak
2022-12-12
Revert "compiler_c test: skip build modes on aarch64-windows"
Coin
2022-12-12
Revert "mix_c_files: skip build modes on aarch64-windows due to bug"
Coin
2022-12-10
compiler_c test: skip build modes on aarch64-windows
Jakub Konka
2022-12-10
mix_c_files: skip build modes on aarch64-windows due to bug
Jakub Konka
2022-11-30
add test coverage for zig build CLI and options API
Andrew Kelley
2022-11-28
aarch64-windows: skip failing standalone tests
Jakub Konka
2022-11-18
Merge pull request #13411 from dweiller/custom-test-runner
Veikka Tuominen
2022-11-14
disable failing test on aarch64-macos
Andrew Kelley
2022-11-02
test: add test_runner_path test
dweiller
2022-10-26
make a .rsp file for `zig clang`
Hadrien Dorio
2022-10-22
build.zig: separate C ABI tests from standalone tests
Veikka Tuominen
[next]