aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2021-01-11Merge pull request #7200 from Vexu/arrAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-04Merge pull request #7592 from LemonBoy/fix-7188Andrew Kelley
2021-01-02Fix more stray uses of {} for formatting stringsLemonBoy
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-30std: Clean up some testsLemonBoy
2020-12-30stage1: Allow variable capture for multi-prong switch armsLemonBoy
2020-12-26stage1: const_values_equal error union, improve remaining "TODO" panicsVeikka Tuominen
2020-12-25fix testsVexu
2020-12-25stage1: implement type coercion of pointer to anon list to array/struct/union...Vexu
2020-12-25stage1: implement type coercion of anon list to arrayVexu
2020-12-24stage1: Create a new declaration scope for union enum typesLemonBoy
2020-12-23Peer type resolution with unsigned ints and larger signed intsg-w1
2020-12-19stage1: Fix for generic fn monomorphizationLemonBoy
2020-12-15Merge pull request #7431 from LemonBoy/fix-7426Andrew Kelley
2020-12-15stage1: Don't skip steps when analyzing union typesLemonBoy
2020-12-14Add a test caseLemonBoy
2020-12-10translate-c: support referencing c containers in macrosVexu
2020-12-09small fixes and zig fmtVexu
2020-11-29stage1: Fix typeInfo generation for arrays w/o sentinelLemonBoy
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