aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2021-10-13Sema: implement comptime `coerce_result_ptr` and `alloc`Andrew Kelley
2021-10-11stage2: support nested structs and arrays and sretAndrew Kelley
2021-10-04stage2: fix comptime `@bitCast`Andrew Kelley
2021-10-04stage2: fix Type max/min int calculationAndrew Kelley
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew Kelley
2021-09-29move some behavior tests to the "passing for stage2" sectionAndrew Kelley
2021-09-28stage2: more arithmetic supportAndrew Kelley
2021-09-28Stage 2: Support inst.func() syntax (#9827)Martin Wickham
2021-09-23Stage2: Implement comptime closures and the This builtin (#9823)Martin Wickham
2021-09-22stage2: fix AstGen for some struct syntaxesAndrew Kelley
2021-09-21stage2: progress towards ability to compile compiler-rtAndrew Kelley
2021-09-21stage2: enable f16 mathAndrew Kelley
2021-09-20stage2: various fixes to cImport, sizeOf and types to get tests passingVeikka Tuominen
2021-09-20stage2: improve handling of 0 bit typesAndrew Kelley
2021-09-16move behavior test to "passing for stage2" sectionAndrew Kelley
2021-09-13stage2: fix incorrect spelling of AtomicOrderAndrew Kelley
2021-09-01move syntax tests out of behavior testsAndrew Kelley
2021-09-01stage2: first pass at implementing usingnamespaceAndrew Kelley
2021-09-01saturating arithmetic builtins: add, sub, mul, shl (#9619)travisstaloch
2021-08-30Add comptime memory testsMartin Wickham
2021-08-20stage2: field type expressions support referencing localsAndrew Kelley
2021-08-19Add mask before truncating dereferenced bit pointers (#9584)Robin Voetter
2021-08-12stage2 llvm backend: implement const inttoptrAndrew Kelley
2021-08-07stage2: pass some error union testsAndrew Kelley
2021-08-07stage2: pass some pointer testsAndrew Kelley
2021-08-07Sema: implement alloc_inferred_comptimeAndrew Kelley
2021-08-05stage2: implement generic function memoizationAndrew Kelley
2021-08-01Sema: implement comptime variablesAndrew Kelley
2021-07-27stage2: implement `@boolToInt`Andrew Kelley
2021-07-26minimum/maximum builtinsRobin Voetter
2021-07-26Add @selectRobin Voetter
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-06-16tagName: return a null-terminated sliceDaniele Cocca
2021-06-10zig fmtAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2018-12-19Fixed intToPtr to fn type when the address is hardcoded (#1842)Jimmi Holst Christensen
2018-12-17fix comptime pointer reinterpretation array index offsetAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-09-21stage1: unify 2 implementations of pointer derefAndrew Kelley
2018-09-20better string literal caching implementationAndrew Kelley
2018-09-17somewhat realistic usecase test for shifting strange integer sizesJosh Wolfe
2018-09-14fix tagged union with all void payloads but meaningful tagAndrew Kelley
2018-09-11fix incorrect error union const value generationAndrew Kelley
2018-09-11fix incorrect union const value generationAndrew Kelley
2018-09-07C ABI: support returning large structs on x86_64Andrew Kelley
2018-09-05add test case for #726Andrew Kelley
2018-08-27fix false negative determining if function is genericAndrew Kelley
2018-08-22fix incorrectly generating an unused const fn globalAndrew Kelley