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
/
basic.zig
Age
Commit message (
Expand
)
Author
2023-02-20
Merge pull request #14685 from ziglang/bitcast-fixes
Jakub Konka
2023-02-20
x86: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-19
add test coverage for fixed bug. closes #5518
Andrew Kelley
2023-02-02
AstGen: fix orelse type coercion in call arguments
Veikka Tuominen
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-03
stage2 AArch64: bump up alignment of stack items fitting in regs
joachimschmidt557
2023-01-02
skip "truncate to non-power-of-two integers from 128-bit" on non-llvm
kcbanner
2023-01-01
cbe: changes to get zig2.c compiling under msvc
kcbanner
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-07
disable failing behavior tests with -ofmt=c -target x86_64-windows
Andrew Kelley
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-03
cbe: don't emit extern decls that are already exported
Jacob Young
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-12-01
cbe: disable failing behavior test on aarch64
Veikka Tuominen
2022-11-30
cbe: ensure test and tagName function names are unique
Veikka Tuominen
2022-11-29
AstGen: unstack block scope when creating opaque type
Veikka Tuominen
2022-11-20
Sema: prioritize Value.variable over OPV when resolving const value
Veikka Tuominen
2022-11-01
cbe: fix threadlocal
Jacob Young
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-10-25
cbe: fix global access
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-11
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-29
disable tests failing due to LLVM 15 regressions
Andrew Kelley
2022-08-16
Sema: ignore current declaration in ambiguous reference error
Veikka Tuominen
2022-07-23
disable flaky behavior test
Andrew Kelley
2022-07-05
disable regressed wasm32 behavior tests from LLVM 14
Andrew Kelley
2022-06-28
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-24
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-06-11
Sema: skip decl causing namespace lookup when doing lookup
Veikka Tuominen
2022-06-06
Sema: fix inline call of func using ret_ptr with comptime only type
Veikka Tuominen
2022-06-06
AstGen: fix coercion scope type when stores are eliminated
Veikka Tuominen
2022-06-06
Sema: fix coerce result ptr outside of functions
Veikka Tuominen
2022-06-01
Sema: apply previous changes to `validateUnionInit`
Veikka Tuominen
2022-05-31
stage2: ignore generic return type when hashing function type
Veikka Tuominen
2022-05-31
Sema: take `dbg_stmt` into account in `zirResolveInferredAlloc`
Veikka Tuominen
2022-05-29
AstGen: add tuple aware elem_type_index
Veikka Tuominen
2022-05-29
AstGen: improve generated Zir for array init exprs
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-27
AstGen: preserve inferred ptr result loc for breaks
Veikka Tuominen
2022-05-19
x64: re-enable behavior tests
Jakub Konka
2022-05-17
LLVM: support mixing extern and export with the same symbol name
Andrew Kelley
2022-04-29
Sema: Fix many-pointer array concatenation at comptime (#11512)
sin-ack
[next]