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
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
2022-10-15
Module: fix early exit conditions during compilation
Jacob Young
2022-10-14
i386 ABI: Fix some sizes and alignments
Evan Haas
2022-10-14
stage2: fix emitting asm and bin at the same time
Jacob Young
2022-10-01
llvm: avoid undefined values by ensuring the StackTrace decl is analyzed
Jacob Young
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-09-02
Sema: do not emit dbg_inline_end after NoReturn
Veikka Tuominen
2022-09-01
Sema: add more validation to coerceVarArgParam
Veikka Tuominen
2022-08-30
LLVM: fix extern functions missing attributes
Andrew Kelley
2022-08-26
translate-c: Don't add self-defined macros to global name table
Evan Haas
2022-08-11
disable failing standalone test: issue_11595
Andrew Kelley
2022-08-10
stage2 llvm: implement more C ABI
Veikka Tuominen
2022-07-27
Sema: resolve pointee type in zirReify
Veikka Tuominen
2022-07-26
C ABI tests no longer apply to only stage1
Andrew Kelley
2022-07-25
Merge pull request #12188 from Luukdegram/llvm-wasm-c-abi
Luuk de Gram
2022-07-25
wasm: Enable C-ABI tests for self-hosted compiler
Luuk de Gram
2022-07-24
CI stage3 test coverage for test-standalone
Andrew Kelley
2022-07-21
update standalone test cases for stage2
Andrew Kelley
2022-07-06
disable more standalone tests
Andrew Kelley
2022-07-06
disable failing standalone test - tools/gen_spirv_spec.zig
Andrew Kelley
2022-06-20
test: introduce link(er) tests - builds on standalone tests
Jakub Konka
2022-06-06
tools: fix update-linux-headers.zig and process_headers.zig
BratishkaErik
2022-05-09
stdlib: escape backslashes and double quotes in Builder response file
Evan Haas
[next]