aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2019-11-11implement fully anonymous list literalsAndrew Kelley
2019-11-11fully anonymous struct literalsAndrew Kelley
2019-11-11fix anon literal used with return result locAndrew Kelley
2019-11-11add behavior test case for anonymous list literal syntaxAndrew Kelley
2019-11-11add behavior test case for anon union literalAndrew Kelley
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-11-09Fix initialization of union referencesLemonBoy
2019-11-08more regressions fixedAndrew Kelley
2019-11-08fix result loc of cast not finding parentAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-07Fix ptrCast of array references to fnLemonBoy
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-11-06add token for parsing pointer dereferenceBrendan Hansknecht
2019-11-05fix initialization of vector in a struct fieldAndrew Kelley
2019-11-05implement storing vector elements via runtime indexAndrew Kelley
2019-11-05implement loading vector elements via runtime indexAndrew Kelley
2019-11-05implement store of vector element with comptime indexAndrew Kelley
2019-11-05comptime load of vector elementAndrew Kelley
2019-11-05runtime load vector element with comptime indexAndrew Kelley
2019-11-05Mark type fields as CTLemonBoy
2019-11-04Fix cmpxchg trying to execute at CTLemonBoy
2019-10-30add comments to disabled tests linking to the tracking issueAndrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-19Prevent too eager constant-folding of switch expressionLemonBoy
2019-10-19Fix crash when generating constant unions with single fieldLemonBoy
2019-10-15fix non-byte-aligned packed struct field...Andrew Kelley
2019-10-13Propagate user-defined function alignment to LLVM IRLemonBoy
2019-10-10Extern unions should not trigger active field checkLemonBoy
2019-10-10stage1: fix ir_resolve_str() to return sliceMichael Dusan
2019-10-10cleanup: unused imports in testMichael Dusan
2019-10-07unicode character literalsNick Erdmann
2019-10-05fix container member access for fn/struct-fnMichael Dusan
2019-09-29RISC-V: get to the linking phase of behavior testsAndrew Kelley
2019-09-27Correct calculation of padding length in structLemonBoy
2019-09-27add regression test for alignment of constantsAndrew Kelley
2019-09-26Merge pull request #3311 from LemonBoy/mipsAndrew Kelley
2019-09-26Don't warn about redeclaration for the same var nodeLemonBoy
2019-09-26Add comments about the test cases that have been disabledLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-24add VarDecl support for struct-method call syntaxMichael Dusan
2019-09-24Fix result loc unwrapping with optional in error unionLemonBoy
2019-09-24Fix assignment to optional payloadLemonBoy
2019-09-23Fix computation of switch coverageLemonBoy
2019-09-21add behavior test for float widening f16 to f128Andrew Kelley
2019-09-21Fix a test on ARM due to the use of `undefined` ptrLemonBoy
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-20Fix comptime bitcast inside an expressionTimon Kruiper
2019-09-19fixups for `@splat`Andrew Kelley