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.zig
Age
Commit message (
Expand
)
Author
2023-03-17
Sema: make @returnAddress return 0 at comptime
mlugg
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-01-22
Sema: handle lazy values in more places
Veikka Tuominen
2023-01-05
llvm codegen: fix f16,f32,f64 nan bitcasts
Michael Dusan
2023-01-04
behavior: add test for #8277
Michael Dusan
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-23
fix overflow found while fuzzing
travisstaloch
2022-12-22
Merge pull request #13960 from r00ster91/stage1cruft
Andrew Kelley
2022-12-21
behavior: more test coverage
r00ster91
2022-12-18
Merge pull request #13552 from hryx/comparus-tautologicus
Veikka Tuominen
2022-12-16
Add test for #13366
Evin Yulo
2022-12-16
Add test for #12571
Evin Yulo
2022-12-16
codegen - lower str_lit to vector
Travis Staloch
2022-12-15
Sema: elide integer comparisons with guaranteed outcomes
Stevie Hryciw
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-10
behavior and cases: more test coverage for old issues
r00ster91
2022-12-10
behavior: add test coverage for slice and array-related issues
r00ster91
2022-12-10
behavior: add test coverage for corrupted slice in release
r00ster91
2022-12-10
behavior: add test coverage for slicing zero length array field of struct
r00ster91
2022-12-08
TypedValue: fix handling of tuples represented as empty_struct_value
Veikka Tuominen
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
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-11-30
AstGen: fix incorrect handling of source cursor with shift builtins
Veikka Tuominen
2022-11-29
llvm: implement `union_init` for packed unions
Veikka Tuominen
2022-11-23
add tests for tuple declarations
Veikka Tuominen
2022-11-10
Add test case for #12043
Cody Tapscott
2022-11-10
stage2: Be more strict about eliding loads
Cody Tapscott
2022-11-10
stage2: Fix comptime array initialization
Cody Tapscott
2022-11-04
Sema: resolve lazy align in zirReify for union fields
Micah Switzer
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
AstGen: fix `ref`ing inferred allocs
Veikka Tuominen
2022-10-27
llvm: handle namespace like packed structs
Veikka Tuominen
2022-10-25
behavior: fix redefined exports
Jacob Young
2022-10-20
Sema: add missing calls to `wip_captures.finalize`
Veikka Tuominen
2022-10-19
Sema: resolve tuple default values before hashing
Veikka Tuominen
2022-10-19
Sema: remove unresolved inferred allocs
Veikka Tuominen
2022-10-19
Sema: respect inline call semantics
Veikka Tuominen
2022-10-17
Sema: handle noreturn in boolBr
Veikka Tuominen
2022-10-15
llvm: fix lowering of runtime refs to comptime-only decls
Jacob Young
2022-10-15
llvm: fix bug lowering aggregate_init with a byref sentinel
Jacob Young
2022-10-13
stage1: Skip new tests that never passed in stage1
Cody Tapscott
2022-10-13
Sema: add float128IntPartToBigInt to fix compare comptime float with int
kkHAIKE
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-10-11
stage2 LLVM: Use a packed aggregate for union payload init
Cody Tapscott
2022-10-05
Zir: handle ranges in `getMultiProng`
Veikka Tuominen
2022-10-03
Merge pull request #12979 from Vexu/inline-switch
Andrew Kelley
2022-09-30
Type: correctly handle ABI align strat for optionals and error unions
Veikka Tuominen
2022-09-29
Sema: fix resolveInferredErrorSet panic when generic inline function
kkHAIKE
2022-09-27
Sema: implement non-special inline switch prongs
Veikka Tuominen
[next]