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
/
behavior
/
usingnamespace.zig
Age
Commit message (
Expand
)
Author
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-11-11
Sema: make check for namespace lookup of private declarations more strict
Veikka Tuominen
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-03-30
Sema: fix usingnamespace decl Value in wrong arena
Andrew Kelley
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2021-11-30
put the passing stage2 behavior tests back
Andrew Kelley
2021-11-30
Revert "I found some more passing behavior tests"
Andrew Kelley
2021-11-29
I found some more passing behavior tests
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley