aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2020-11-29stage1: Add missing bitcast when rendering var ptrLemonBoy
2020-11-27stage1: Fix crash in *[N]T to []T conversion with zstLemonBoy
2020-11-25stage1: Fix ICE when generating struct fields with paddingLemonBoy
2020-11-20Merge pull request #7165 from LemonBoy/ppc64finalAndrew Kelley
2020-11-20stage1: Resolve usingnamespace decls when calling @typeInfoLemonBoy
2020-11-20Skip f16 to f128 conversion test for ppc64LemonBoy
2020-11-20Better coverage in @splat testsLemonBoy
2020-11-19Merge pull request #6928 from data-man/reduce_testsAndrew Kelley
2020-11-19Merge pull request #6829 from tadeokondrak/error-unsupported-callconvVeikka Tuominen
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18stage1: Fix undefined assignment for bitfieldsLemonBoy
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-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