aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-09-25enable test coverage for armv8-linux-musleabihfAndrew Kelley
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-24Create user-specified `output-dir`Jay Weisskopf
2019-09-23Prevent crash with invalid extern typeLemonBoy
2019-09-23Fix computation of switch coverageLemonBoy
2019-09-22enable test coverage for cross compiling windows mingw-w64Andrew Kelley
2019-09-22do the release tests last because they take longerAndrew Kelley
2019-09-22disable running cross compiled macos testsAndrew Kelley
2019-09-22significantly increase test coverageAndrew Kelley
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-20reject types of automatic container layout in packed unionsSahnvour
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
2019-09-19`@splat`Shawn Landden
2019-09-19implement runtime `@byteSwap` and other fixupsAndrew Kelley
2019-09-18@byteSwap on vectorsShawn Landden
2019-09-18rework the implementationAndrew Kelley
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-18stage1: proper return type on vector comparisonsShawn Landden
2019-09-18Fix array->vector and vector->array for many types. Allow vector of bool.Shawn Landden
2019-09-17fix peer result location with typed parent, ...Andrew Kelley
2019-09-16fix tripping llvm assertAndrew Kelley
2019-09-13Make single-element enum default to u0LemonBoy
2019-09-11add behavior test for `@enumToInt(enum(u1){x}.x)`Andrew Kelley
2019-09-10Get more of the tests passing for FreeBSD (#3197)stratact
2019-09-10Force LLVM to generate byte-aligned packed unionsLemonBoy
2019-09-10forbid opaque types in function return typesSahnvour
2019-09-10fix tests.addPkgTests to always run native targetMichael Dusan
2019-09-09fix a var decl in scope preventing for loop spillsAndrew Kelley
2019-09-09Merge pull request #3200 from LemonBoy/eq-tagged-unionAndrew Kelley
2019-09-09fix bad LLVM IR when for target expr needs to be spilledAndrew Kelley
2019-09-09Comptime folding of enum/union comparisonsLemonBoy
2019-09-09Allow comparison between union tag and enum literalLemonBoy
2019-09-09implement spilling when returning error union async function callAndrew Kelley
2019-09-09test-stack-traces: add FreeBSDMichael Dusan
2019-09-07fix suspensions inside for loops generating invalid LLVM IRAndrew Kelley
2019-09-07properly spill expressions with async function callsAndrew Kelley
2019-09-07implement spills when expressions used across suspend pointsAndrew Kelley