aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2020-10-17Convert remaining call sitesJan Prudil
2020-10-16byteOffsetOf add fields to non-packet struct to maintain symmetryvegecode
2020-10-16byteOffsetOf rounds up using bit offset in host integervegecode
2020-10-15stage1: Off-by-one error in int to float conversionLemonBoy
2020-10-08stage1: Disallow arrays in function parameters or return typesTadeo Kondrak
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-10-06Add opaque type syntaxTadeo Kondrak
2020-10-05stage1: Implement @reduce builtin for vector typesLemonBoy
2020-10-03Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...Alexandros Naskos
2020-10-01Add tests for enums with explicit extern-allowed tag types in extern typesTadeo Kondrak
2020-10-01Skip @Type/@typeInfo Fn/BoundFn tests on wasm32/wasm64Tadeo Kondrak
2020-10-01stage1: Implement @Type for Fn and BoundFnTadeo Kondrak
2020-10-01stage1: Add alignment to TypeInfo.FnTadeo Kondrak
2020-10-01Update @Type tests for alignment field in UnionField and StructFIeldTadeo Kondrak
2020-10-01Add tests for alignment field in UnionField and StructFIeldTadeo Kondrak
2020-09-28stage1: Allow comparison with comptime-known vectorsLemonBoy
2020-09-18stage1: Fix edge case in casting between optional typesLemonBoy
2020-09-16stage1: fix @Type(.Union) not resolving its tag typeTadeo Kondrak
2020-09-14Merge pull request #6172 from tadeokondrak/@Type(.Union)Veikka Tuominen
2020-09-10translate-c: support sizeof and _Alignof in macrosVexu
2020-09-07Implement @Type for UnionTadeo Kondrak
2020-09-03update uses of deprecated type field accessVexu
2020-09-02builtin: Add TypeInfo.StructField.is_comptimeTadeo Kondrak
2020-08-30Remove @OpaqueTypeTadeo Kondrak
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