Commit Graph
21 Commits
Author SHA1 Message Date
Kamil Śliwak 05f4617275 User-defined operators on structs 2023-01-25 00:30:03 +01:00
Kamil Śliwak 56a6613c21 Disallow redefining <<, >>, ** and ! 2023-01-25 00:29:10 +01:00
Kamil Śliwak a1438239c3 Require the result of user-defined negation operator to be bool 2023-01-25 00:29:10 +01:00
Kamil Śliwak e0722732f6 Disallow defining operators with non-pure functions 2023-01-25 00:29:10 +01:00
Kamil Śliwak 9250da605b fixup! User-defined operators: Tests 2023-01-25 00:29:10 +01:00
Kamil Śliwak bf29ae7669 fixup! User-defined operators: Tests 2023-01-25 00:29:10 +01:00
wechman 1edb74dbc9 User-defined operators: Tests 2023-01-25 00:29:10 +01:00
Daniel Kirchner 58d21f1e9d Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
Daniel Kirchner e93ad30e43 Remove obsolete enforce-via-yul logic and CI run. 2022-05-19 20:23:28 +02:00
chriseth 0112fed73b Yul: Fix cleanup for left shift of bytes types. 2021-08-05 10:54:48 +02:00
Alex Beregszaszi 299873182b Cleanup ABICoder V1 tests
Include the pragma explicitly, rename the file to have a _v1 suffix, and also add V2 counterparts where missing.
2021-05-17 12:37:10 +01:00
Alex Beregszaszi f952f851b7 Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
Alex Beregszaszi 45c6bbe02b Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
Alexander Arlt f928107181 [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
chriseth 52511a2163 Split shift bytes test. 2021-01-19 14:55:18 +01:00
chriseth 253889cbf1 Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
chriseth 79669ecd48 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
chriseth a0a02f2307 Merge remote-tracking branch 'origin/develop' into breaking 2020-11-23 19:28:08 +01:00
Alexander Arlt da36055449 [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
chriseth 5ffee049fa Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
Djordje Mijovic 18a464f4f4 Moving some tests to semantic tests. 2020-11-03 11:00:52 +01:00