aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2020-08-22Merge pull request #6119 from tadeokondrak/@Type(.Enum)Andrew Kelley
2020-08-22Remove TypeInfo.Error.valueTadeo Kondrak
2020-08-21Implement @Type for EnumTadeo Kondrak
2020-08-19Implement @Type for structs without decls supportTadeo Kondrak
2020-08-19Remove offset field from TypeInfo.StructFieldTadeo Kondrak
2020-08-17disallow '_' prong when switching on non-exhaustive tagged unionVexu
2020-08-17stage1: fix non-exhaustive enums with one fieldxackus
2020-07-26Merge pull request #5693 from antlilja/switch-unreachable-elseAndrew Kelley
2020-07-21fix comptime comparisons of different sized floatsVexu
2020-07-18allow non-pointer extern opaque variablesVexu
2020-07-17add is_tuple field to struct typeinfoVexu
2020-07-16add behavior tests fro macro translationsVexu
2020-07-14follow up from previous commit for generic methodsAndrew Kelley
2020-07-14fix ability to call methods on enums with pointer-to-selfAndrew Kelley
2020-07-12revert accidental format of testsVexu
2020-07-12fix alignment parsing in stage1Vexu
2020-07-12Merge pull request #5846 from Vexu/anytypeAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-11Add test for `@typeInfo` declarations showing up in declaration orderVexu
2020-07-11use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-09Revert "use correct cast function when doing `@floatCast` at comptime"Andrew Kelley
2020-07-09use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-02stage1: reimplement HashMapAndrew Kelley
2020-06-28Merge pull request #5696 from alexnask/async_call_tupleAndrew Kelley
2020-06-24Fixed crash when resolving peer types of *[N:s]const T and [*:s]const TAlexandros Naskos
2020-06-24Copy union const values correctlyAlexandros Naskos
2020-06-24Remove unreachable else prongsantlilja
2020-06-24Small fixes, fixed tests, added test for argument tuple typeAlexandros Naskos
2020-06-21stage1: fix concat of sliced str literalsxackus
2020-06-18Merge pull request #5203 from tadeokondrak/@type-for-even-more-typesAndrew Kelley
2020-06-18Merge pull request #5625 from antlilja/masterAndrew Kelley
2020-06-18make file and fn_name fields of SourceLocation also null-terminatedAndrew Kelley
2020-06-18add tests for `@src`Vexu
2020-06-17Improve builtin op support for f128/comptime_floatantlilja
2020-06-15stage1: implement type coercion of anon struct literal to structAndrew Kelley
2020-06-09Return should be i32 due to error signaling in memory.growJakub Konka
2020-06-09Add basic tests for the new builtinsJakub Konka
2020-06-05stage1: fix constness in some corner casesMichael Dusan
2020-05-31stage1: fix unresolved inferred error setsxackus
2020-05-29Support equality comparison for optional to non-optional (?T ==/!= T)foobles
2020-05-30Merge pull request #5184 from alexnask/typeof_extern_callVeikka Tuominen
2020-05-26Make align expr on fns a compile error in WasmJakub Konka
2020-05-26Changed test name to reflect it only fixes #4328Alexandros Naskos
2020-05-18Updated testAlexandros Naskos
2020-05-18Add TypeOf resolution of dereferences and struct fields of undefined valuesAlexandros Naskos
2020-05-18Narrow down behaviour test cases; this removes wasmtime-enabled check in testsJakub Konka
2020-05-12fix `@intToFloat` on comptime_floatsVexu
2020-05-05zig fmtTadeo Kondrak
2020-05-05update tests for nosuspendTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak