aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior.zig
AgeCommit message (Expand)Author
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-11-29stage1: Add missing bitcast when rendering var ptrLemonBoy
2020-11-25stage1: Fix ICE when generating struct fields with paddingLemonBoy
2020-11-13stage1: Resolve ErrorUnion children typesLemonBoy
2020-11-11stage1: Fix crash in comptime struct generationLemonBoy
2020-11-10stage1: Fix comparison of unions containing zero-sized typesLemonBoy
2020-10-29stage1: Fix bug in internal string slicing (#6843)LemonBoy
2020-10-29stage1: Fix small bug in pointer type analysisLemonBoy
2020-10-26add regression test for already fixed bugAndrew Kelley
2020-07-16add behavior tests fro macro translationsVexu
2020-06-24Fixed crash when resolving peer types of *[N:s]const T and [*:s]const TAlexandros Naskos
2020-06-18add tests for `@src`Vexu
2020-06-09Add basic tests for the new builtinsJakub Konka
2020-06-05stage1: fix constness in some corner casesMichael Dusan
2020-05-31stage1: fix unresolved inferred error setsxackus
2020-05-30Merge pull request #5184 from alexnask/typeof_extern_callVeikka Tuominen
2020-05-26Changed test name to reflect it only fixes #4328Alexandros Naskos
2020-05-18Updated testAlexandros Naskos
2020-05-18Narrow down behaviour test cases; this removes wasmtime-enabled check in testsJakub Konka
2020-04-27Added tests.Alexandros Naskos
2020-04-07fix lazy value in ir_analyze_instruction_elem_ptrxackus
2020-04-03stage1: add compile errors for sentinel slicingMichael Dusan
2020-03-30added unit tests to demonstrate #4769 and related bugsKelly Boothby
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-25add test case to catch regression from previous commitAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-23remove @bytesToSlice, @sliceToBytes from tests, docsxackus
2020-02-21add regression test for already fixed bugAndrew Kelley
2020-01-30drop @newStackCallAndrew Kelley
2019-12-08implement tuple concatenationAndrew Kelley
2019-12-06add regression test for fixed bugAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-11-18add regression test case. closes #2889Andrew Kelley
2019-11-18add regression test case. closes #3007Andrew Kelley
2019-10-10stage1: fix ir_resolve_str() to return sliceMichael Dusan
2019-10-05fix container member access for fn/struct-fnMichael Dusan
2019-09-27add regression test for alignment of constantsAndrew Kelley
2019-09-24add VarDecl support for struct-method call syntaxMichael Dusan
2019-09-21add behavior test for float widening f16 to f128Andrew Kelley
2019-09-21Adjust tests for AArch64LemonBoy
2019-09-21Fix generation of tail fields for packed structLemonBoy
2019-09-20add test case for already fixed bugAndrew Kelley
2019-09-18rework the implementationAndrew Kelley
2019-09-03Add @Type builtinJonathan Marler
2019-09-01add regression test for already fixed bugAndrew Kelley
2019-08-27add regression test for already fixed bugAndrew Kelley
2019-08-27add regression test for struct with optional list of selfAndrew Kelley
2019-08-27add regression test for bug fixed by lazy valuesAndrew Kelley
2019-08-27add regression test for bug fixed by lazy valuesAndrew Kelley