aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2019-06-18when resolving slice types, might need to...Andrew Kelley
2019-06-18Revert "fixes resolving aligment of child type in slice"Andrew Kelley
2019-06-16fix type info crash on extern lib nameAndrew Kelley
2019-06-16fixes resolving aligment of child type in sliceJimmi HC
2019-06-15better result location handling of inline loopsAndrew Kelley
2019-06-15better result location semantics with optionals and return locationsAndrew Kelley
2019-06-14uncomment more passing testsAndrew Kelley
2019-06-14fix peer result locs with switchAndrew Kelley
2019-06-14fix peer result location with error code and payloadAndrew Kelley
2019-06-13fix a couple more test regressionsAndrew Kelley
2019-06-13fix bitcast packed struct to integer and backAndrew Kelley
2019-06-13fix atomic builtin functionsAndrew Kelley
2019-06-13allow comptime array literals casted to slicesAndrew Kelley
2019-06-13fix behavior for nested array literalsAndrew Kelley
2019-06-13fix runtime initialize array elem and then implicit cast to sliceAndrew Kelley
2019-06-12comment out the behavior tests that are failingAndrew Kelley
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-30default struct field initialization expressionsAndrew Kelley
2019-05-29std.meta/trait: def/definition => decl/declarationtgschultz
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-29Merge branch 'use-struct-pt2' of https://github.com/LemonBoy/zig into LemonBo...Andrew Kelley
2019-05-28no "use of undeclared identifer" in dead comptime branchesAndrew Kelley
2019-05-28fix invalid LLVM IR generated for ?*void const castsAndrew Kelley
2019-05-27allow const to be passed to @hasField()Shawn Landden
2019-05-26behavior tests passing on LinuxAndrew Kelley
2019-05-26allow implicit optional pointer to optional c_void pointerAndrew Kelley
2019-05-26introduce @hasDecl builtin functionAndrew Kelley
2019-05-26support enum literals implicit casting to tagged unionsAndrew Kelley
2019-05-24Implement @unionInitRobert Scott
2019-05-21Make use work with arbitrary structsLemonBoy
2019-05-19Fix too eager comptime evaluation of error ptrLemonBoy
2019-05-19Use the correct scope for `use`LemonBoy
2019-05-19Merge pull request #2516 from LemonBoy/32bfixAndrew Kelley
2019-05-18Fix load/store of non-integer fields in packed structLemonBoy
2019-05-18Fix some test cases to run on 32bit systemsLemonBoy
2019-05-16fixups to the previous commitAndrew Kelley
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-14slice types no longer have field accessAndrew Kelley
2019-05-14switching on error sets makes new error set for capture valuesAndrew Kelley
2019-05-14else value when switching on error set hasAndrew Kelley
2019-05-11Change the enum value allocation strategyLemonBoy
2019-05-11Support signed types as enum tagsLemonBoy
2019-05-11fixes #2235Jimmi Holst Christensen
2019-05-11added tests for global variable declaration syntaxJimmi Holst Christensen
2019-05-08C pointers support if and orelseAndrew Kelley
2019-05-08C pointers support .? operatorAndrew Kelley
2019-05-08C pointers support `null`Andrew Kelley
2019-05-06stage1: add @hasField() built-inShawn Landden
2019-04-30add test case to cover solved bugAndrew Kelley
2019-04-28Fix generation of container initializersLemonBoy