aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2021-12-08stage1: saturating shl operates using LHS typeAndrew Kelley
2021-12-05wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-04Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"Andrew Kelley
2021-12-04wasm: Initial behavior tests succeedingLuuk de Gram
2021-11-30put the passing stage2 behavior tests backAndrew Kelley
2021-11-30Revert "I found some more passing behavior tests"Andrew Kelley
2021-11-29I found some more passing behavior testsAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-11-26Sema: fix analyzeBlockBody logicAndrew Kelley
2021-11-23C backend: errors and optionalsScibuild
2021-11-22Sema: fix alignment of type-inferred localsAndrew Kelley
2021-11-22Merge pull request #10165 from jmc-88/cbeAndrew Kelley
2021-11-22stage2: move some tests which are now passingRobin Voetter
2021-11-17CBE: mark align.zig and error.zig as passingDaniele Cocca
2021-11-16cast -> cast_llvm, cast_c -> cast (doesn't work on LLVM backend)drew
2021-11-16add generics behavior testdrew
2021-11-16small changes + align tests obviously shouldn't have passeddrew
2021-11-16C backend: basic big ints, fix airPtrToInt, array references, pointer arithme...drew
2021-11-16stage1: Fix caching of LLVM builtin fnsLemonBoy
2021-11-14CBE: memset(..., 0xaa, ...) undefined valuesDaniele Cocca
2021-11-08C backend: while, struct tests, better undefined global handlingEmily Bellows
2021-11-04Add more entries to the list of stage1+stage2+CBE passing tests (#10094)Daniele Cocca
2021-11-02C backend: implement ?void, and other zero sized typesEmily Bellows
2021-10-30C backend: implement signed truncEmily Bellows
2021-10-29stage2: implement `@popCount` for non-vectorsAndrew Kelley
2021-10-28C backend: implement trunc instructionAndrew Kelley
2021-10-28C backend: fix `@boolToInt`Andrew Kelley
2021-10-28C backend: fix crash when number of Decls passes a thresholdAndrew Kelley
2021-10-28C backend: fix ptrtoint and wrap_errunion_errAndrew Kelley
2021-10-28behavior tests: add "passing for C backend" categoryAndrew Kelley
2021-10-25stage2: comptime slice of pointer to hardcoded addressRobin Voetter
2021-10-22stage2: slice and alignment fixesAndrew Kelley
2021-10-22stage2: change `@bitCast` to always be by-valueAndrew Kelley
2021-10-21stage2: implement comptime loads through casted pointersAndrew Kelley
2021-10-21stage2: more division supportAndrew Kelley
2021-10-21stage2: truncationRobin Voetter
2021-10-20AstGen: make the index variable of `inline for` a `alloc_comptime`Andrew Kelley
2021-10-18astgen.zig: fix false positive in breakExpr's checking for store_to_block_ptrMatthew Borkowski
2021-10-17Sema: resolveTypeFields before accessing type fieldsAndrew Kelley
2021-10-17stage2: implement `@hasField`Meghan Denny
2021-10-17alphebetize behavior testsMeghan Denny
2021-10-17stage2: LLVM backend: lower constant field/elem ptrsAndrew Kelley
2021-10-16Sema: coercion from error sets to `anyerror`Andrew Kelley
2021-10-16Merge pull request #9954 from Snektron/shiftsAndrew Kelley
2021-10-16elevate more passing testsMeghan Denny
2021-10-16stage2: comptime saturating shlRobin Voetter
2021-10-16stage2: `@hasDecl` is passingMeghan
2021-10-14stage2: LLVM backend: implement `wrap_optional` AIRAndrew Kelley
2021-10-14stage2: implement `@minimum` and `@maximum`, including vectorsAndrew Kelley
2021-10-13move behavior tests that are passing for stage2Andrew Kelley