aboutsummaryrefslogtreecommitdiff
path: root/test
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-26stage2 macho: enable end-to-end incremental linking tests on aarch64Jakub Konka
2020-11-25stage1: Fix ICE when generating struct fields with paddingLemonBoy
2020-11-25update stack trace test with new start.zig line numberAndrew Kelley
2020-11-23Update stack_traces testLemonBoy
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-19add compile-error tests for unsupported calling conventionVexu
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18stage1: Fix undefined assignment for bitfieldsLemonBoy
2020-11-18stage1: improve error for missing a number type on a runtime varpfg
2020-11-18Merge pull request #6434 from daurnimator/fifo.pumpVeikka Tuominen
2020-11-18Change error when runtime value passed to comptime argfrmdstryr
2020-11-18stage1: Reject undefined values when taking union ptrLemonBoy
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
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-12Merge pull request #6900 from joachimschmidt557/stage2-aarch64Jakub Konka
2020-11-11stage2 AArch64: add Linux Hello World testjoachimschmidt557
2020-11-11stage2 aarch64: add macOS incremental testJakub Konka
2020-11-11ensure TypeInfo payload is not undefinedVexu
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-09stage1: Print correct error message for vector @intCastLemonBoy
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06change debug.assert to testing.expect in testsxackus
2020-11-06Merge pull request #6941 from LemonBoy/floateqapproxAndrew Kelley
2020-11-06translate-c: fix macro functions with no argumentsVexu
2020-11-05stage1: Make sure union(enum(T)) is validLemonBoy
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-01Merge pull request #6792 from koachan/sparc64-linuxAndrew Kelley
2020-11-01stage1: Implement Add/Mul reduction operatorsLemonBoy
2020-10-31Merge pull request #6883 from Vexu/translate-cVeikka Tuominen
2020-10-31run zig fmt on src/ and test/Vexu