aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-29update behavior tests with respect to new builtin pkgAndrew Kelley
2021-04-25stage1: Change how the Frame alignment is computedLemonBoy
2021-04-24stage1: Require a block after suspendLemonBoy
2021-04-23stage1: Allow wrapping negation on unsigned ints at comptimeLemonBoy
2021-04-15test: Add test to ensure signed zeros are properly computedLemonBoy
2021-04-14Merge remote-tracking branch 'origin/llvm12'Andrew Kelley
2021-04-11std: Fix typo in sqrt implementationLemonBoy
2021-04-11std: Make a test-case independent of the target endiannessLemonBoy
2021-04-02Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-04-02Merge pull request #8028 from mguaypaq/nosuspend-allowAndrew Kelley
2021-03-28Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-14std: Replace testing fns for floating-point valuesLemonBoy
2021-03-12re-enable behavior/vector test for aarch64Michael Dusan
2021-03-07stage1: add tests for nosuspend async/resumeVeikka Tuominen
2021-03-02disable failing behavior tests with llvm 12Michael Dusan
2021-03-02disable failing behavior tests with llvm 12Andrew Kelley
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
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
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