aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2020-11-17stage1: Fix asyncCall with non-abi-aligned argumentsLemonBoy
2020-11-17Added links to the relevant issuedata-man
2020-11-16Merge pull request #6878 from frmdstryr/multiline-string-commentsAndrew Kelley
2020-11-16Merge pull request #7112 from LemonBoy/fix-7104Alexandros Naskos
2020-11-14stage1: Fix generation of pass-by-value args in async fnsLemonBoy
2020-11-13stage1: Resolve ErrorUnion children typesLemonBoy
2020-11-11stage1: Fix crash in comptime struct generationLemonBoy
2020-11-11stage1: Avoid resolving type entry in [0]TLemonBoy
2020-11-10stage1: Fix comparison of unions containing zero-sized typesLemonBoy
2020-11-06change debug.assert to testing.expect in testsxackus
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-11-04remove f128 tests, disable min/max for NaNsdata-man
2020-11-02stage1: Fix *WithOverflow intrinsics with u0 valuesLemonBoy
2020-11-02Remove min/max tests for NaNsdata-man
2020-11-02Add more tests for reducedata-man
2020-11-02std: Re-enable union behaviour test for mips targetsLemonBoy
2020-11-01stage1: Implement Add/Mul reduction operatorsLemonBoy
2020-10-30Add tests and fix \n between commentsfrmdstryr
2020-10-29stage1: Fix bug in internal string slicing (#6843)LemonBoy
2020-10-29stage1: Fix small bug in pointer type analysisLemonBoy
2020-10-28stage1: Correctly generated optional constant valuesLemonBoy
2020-10-28stage1: Fix crash in comptime struct value copyLemonBoy
2020-10-26Fix @import of empty filefrmdstryr
2020-10-26add regression test for already fixed bugAndrew Kelley
2020-10-22Merge pull request #6744 from LemonBoy/intcast-vecAndrew Kelley
2020-10-21stage1: Fix edge case in Union ZigValue generationLemonBoy
2020-10-19stage1: Implement `@intCast` between vectorsLemonBoy
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-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