chriseth
|
a00f824479
|
Merge pull request #7773 from ethereum/develop
Merge develop into develop_060
|
2019-11-21 21:49:22 +01:00 |
|
Bhargava Shastry
|
a89965f500
|
Documentation: yul function definition clarification
|
2019-11-20 16:47:38 +01:00 |
|
Leonardo Alt
|
389da5228e
|
Merge remote-tracking branch 'origin/develop' into merge_develop_060
|
2019-11-20 12:27:40 +01:00 |
|
chriseth
|
4ecd46a2e8
|
Clarify scoping with for loops.
|
2019-11-19 16:10:46 +01:00 |
|
chriseth
|
ceb8ee9124
|
[Yul] leave statement.
|
2019-10-29 14:32:16 +01:00 |
|
Erik Kundt
|
ad5fe2bf45
|
Fixes codespell.
|
2019-09-12 22:15:03 +02:00 |
|
Vedant Agarwala
|
ab47864852
|
Fix as per issue comments
|
2019-05-13 20:47:55 +08:00 |
|
chriseth
|
f9ec1231b6
|
Support period as part of identifiers for Yul and Inline Assembly.
|
2019-04-25 16:48:16 +02:00 |
|
chriseth
|
f26cdea6ca
|
Disallow Yul function definitions inside for loop init blocks.
|
2019-04-25 10:32:00 +02:00 |
|
Chris Ward
|
d49e181a90
|
Update note to add further details on current status of YUL
Clarify further
Changes from reviews
Grammar polish
Changes from review
Update docs/yul.rst
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
Update docs/yul.rst
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
Polish suggestions
Update docs/yul.rst
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
|
2019-04-04 16:59:38 +02:00 |
|
Alex Beregszaszi
|
3bc2c35cc4
|
Support compiling Yul within StandardCompiler
|
2019-03-22 01:35:16 +00:00 |
|
Chris Ward
|
c3543b470f
|
Change hyphen to non-breaking hyphen
|
2019-03-13 14:37:23 +01:00 |
|
Daniel Kirchner
|
4c8f8e9491
|
Disallow mismatching types in switch cases and detect duplicates by value for number literals.
|
2019-01-15 16:32:21 +01:00 |
|
poiresel
|
bf93665ad8
|
resolve spelling issues in the docs folder
|
2018-12-21 10:49:11 -05:00 |
|
chriseth
|
cb9816f7d6
|
Yul grammar changes.
- also the top level object needs to be named
- code is not optional
|
2018-11-28 11:32:05 +01:00 |
|
chriseth
|
5783ebb93d
|
Small changes to yul object specification.
|
2018-11-14 18:17:43 +01:00 |
|
chriseth
|
79243eac08
|
Rename some builtin yul functions for signed types.
|
2018-11-14 00:58:58 +01:00 |
|
chriseth
|
6e61d92495
|
Fix typo in yul example
|
2018-10-10 20:54:21 +02:00 |
|
chriseth
|
3bbb1ee2c0
|
Fix create2
|
2018-10-10 11:50:49 +02:00 |
|
chriseth
|
9589eb1bb6
|
Merge pull request #5117 from ethereum/yul_grammar
[DOCS] Yul grammar: missing If in Block rule
|
2018-10-01 13:21:08 +02:00 |
|
Leonardo Alt
|
6c55eaf835
|
Missing If in Block rule
|
2018-09-29 19:42:44 +02:00 |
|
Alex Beregszaszi
|
e109d1a6cf
|
Include create2/extcodehash in yul.rst
|
2018-09-28 00:08:19 +01:00 |
|
Leo Arias
|
d33a99799d
|
On a yul switch, at least one case is required when there is no default statement
|
2018-09-11 01:27:47 +00:00 |
|
Alex Beregszaszi
|
a99347e9f0
|
Yul grammar: allow multiple $ signs (matches Solidity)
|
2018-08-07 22:16:22 +01:00 |
|
Cryptomental
|
eb92d5f760
|
docs: Fix typos.
Used codespell and manual fixes.
Refs: #4442
|
2018-07-10 22:57:59 +02:00 |
|
chriseth
|
abfec6829d
|
Rename julia/iulia to yul in documentation.
|
2018-06-12 10:00:00 +01:00 |
|