Quentin Garchery
|
b3fd11a66f
|
fix: global state object in yul formal specification
|
2022-07-28 11:12:14 +02:00 |
|
Prajwal Borkar
|
6061219641
|
Fix link to the optimizer step sequence in optimizer.rst
|
2022-05-31 15:41:22 +02:00 |
|
Daniel Kirchner
|
b57e856426
|
Adjust documentation.
|
2022-03-09 17:53:28 +01:00 |
|
Wes Bouaziz
|
e9cc45b258
|
Fixing a typo in doc's EVM dialect in Yul's doc.
It's the tiniest typo but it's visible on the website.
|
2022-02-17 10:57:28 +01:00 |
|
Alessandro Coglio
|
d17f7206ad
|
Improve description of break/continue restrictions.
This is as discussed on Element, with enhancements discussed with @cameel.
|
2021-12-13 21:59:25 -08:00 |
|
minami
|
6bafeca8a2
|
Fix yul
|
2021-12-05 16:58:03 +09:00 |
|
Alessandro Coglio
|
d3b2463166
|
Improve description of literal evaluation.
|
2021-11-10 23:17:47 -08:00 |
|
chriseth
|
719b70893f
|
Merge pull request #12144 from ethereum/clarify-linkersymbol-docs-regarding-fqln
Clarify that `linkersymbol()` accepts but does not require a fully qualified library name
|
2021-10-26 11:10:34 +02:00 |
|
Mariela Mantle
|
d684494389
|
feat(docs): get mismatched Yul optimizer step lists back in sync
|
2021-10-15 18:47:25 +02:00 |
|
Kamil Śliwak
|
d846410172
|
yul.rst: Clarify that linkersymbol() accepts but does not require a fully qualified library name
|
2021-10-14 20:57:15 +02:00 |
|
Christian Parpart
|
b1dd0d0d02
|
Properly compute source mappings for immutables.
|
2021-10-12 17:56:17 +02:00 |
|
Alessandro Coglio
|
0ac441ac73
|
Clarify interpretation of literals.
This is based on discussions on Gitter.
|
2021-09-20 11:59:59 +02:00 |
|
hrkrshnn
|
cb9b52c242
|
Docs for block.basefee and basefee() in Yul.
|
2021-08-11 09:27:36 +02:00 |
|
chriseth
|
363278d2ec
|
Clarify Yul scoping rules.
|
2021-08-02 18:27:34 +02:00 |
|
jaa2
|
c627e6af10
|
CommandLineParser: Handle --optimize-runs option in assembly mode
Fixes #11708.
|
2021-07-29 18:15:57 +02:00 |
|
Kamil Śliwak
|
ce79e2515b
|
docs: Fix badly indented lists
|
2021-07-15 10:13:30 +02:00 |
|
Marenz
|
d844d84b51
|
Test yul code blocks in documentation.
|
2021-07-08 14:59:05 +02:00 |
|
chriseth
|
0df8a38e55
|
Support metadata via IR.
|
2021-06-21 18:20:31 +02:00 |
|
franzihei
|
13eec106f4
|
DOCS: update optimizer docs, harmonize spelling and add Yul-based optimizer module
|
2021-05-04 17:37:02 +02:00 |
|
chriseth
|
e2d8005737
|
Add verbatim builtin.
|
2021-04-26 19:56:44 +02:00 |
|
chriseth
|
f04adde664
|
Allow hex string literals in Yul.
|
2021-04-08 15:03:33 +02:00 |
|
Kamil Śliwak
|
4053805356
|
docs: Yul create() and create2() return zero address on failure
|
2021-03-30 14:31:51 +02:00 |
|
hrkrshnn
|
bd5e47dc55
|
Changelog and adding the name to the doc
|
2021-03-29 11:02:31 +02:00 |
|
Alex Beregszaszi
|
7ac891600d
|
Properly capitalise UTF-8/ASCII in the documentation
|
2021-03-24 16:09:00 +00:00 |
|
Hui Yu
|
c669ee251a
|
[CLI] Allow "=" as separator between library name and address in --libraries commandline option.
|
2021-01-25 16:14:39 +08:00 |
|
chriseth
|
329b8f2a60
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-12-07 13:04:14 +01:00 |
|
chriseth
|
61fd76cb27
|
Fix documentation about revert data.
|
2020-12-03 18:47:16 +01:00 |
|
chriseth
|
04195439b7
|
Merge remote-tracking branch 'origin/develop' into HEAD
|
2020-11-09 14:28:05 +01:00 |
|
DELL
|
058721a0b7
|
Typo error
|
2020-11-04 16:31:12 +05:30 |
|
chriseth
|
5ffee049fa
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-11-03 14:05:14 +01:00 |
|
Alex Beregszaszi
|
883d4629cd
|
Mark ewasm output as supported
And use proper Ewasm name capitalization
|
2020-10-30 19:45:04 +00:00 |
|
Daniel Kirchner
|
65dd463fd2
|
Document new argument to setimmutable.
|
2020-10-15 18:14:41 +02:00 |
|
Daniel Kirchner
|
976abf4715
|
Easy review fixes.
|
2020-09-17 22:13:27 +02:00 |
|
Daniel Kirchner
|
0eb32b3f60
|
Rephrase documentation of memoryguard
|
2020-09-17 22:13:27 +02:00 |
|
Daniel Kirchner
|
f4b42d1c72
|
Add stack limit evader.
|
2020-09-17 22:13:27 +02:00 |
|
chriseth
|
e527ac88f7
|
Documentation.
|
2020-09-15 15:57:59 +02:00 |
|
Omkar Nikhal
|
09e137cf69
|
Update yul.rst
|
2020-09-14 16:22:15 +05:30 |
|
Alex Beregszaszi
|
18eed44688
|
Drop hex literals from the Yul documentation
|
2020-08-13 00:27:19 +01:00 |
|
Daniel Kirchner
|
70615a73a4
|
Disallow the same yul variable occurring multiple times on the LHS of an assignment.
|
2020-07-07 10:52:47 +02:00 |
|
chriseth
|
b0bc747000
|
Merge pull request #9289 from ethereum/doc-jumpdest
[DOCS] Added jumpdest to yul doc.
|
2020-07-02 14:18:01 +02:00 |
|
Harikrishnan Mulackal
|
40322fa703
|
Added jumpdest to yul doc.
|
2020-07-02 16:49:10 +05:30 |
|
Kamil Śliwak
|
a331d4449d
|
Add linkersymbol() builtin to Yul EVM dialect
|
2020-06-24 15:06:52 +02:00 |
|
Kamil Śliwak
|
1b09b4f950
|
Allow Yul literals longer than 32-bytes when used as literal arguments for builtins
|
2020-06-24 15:05:38 +02:00 |
|
Kamil Śliwak
|
44e39f3626
|
docs/yul.rst: Fix typos in setimmutable/loadimmutable docs
|
2020-06-19 18:26:30 +02:00 |
|
Kamil Śliwak
|
e8aec6de54
|
More information about --yul-optimizations option in READMEs and docs
|
2020-05-08 22:29:57 +02:00 |
|
Kamil Śliwak
|
dc5612467f
|
docs/yul: Use backtick syntax correct for RST in the docs for --yul-optimizations
|
2020-05-08 22:29:57 +02:00 |
|
Kamil Śliwak
|
6a58227830
|
CommandLineInterface: Make --yul-optimizations work in strict assembly mode
|
2020-05-08 22:29:57 +02:00 |
|
chriseth
|
38486f47a7
|
Example ERC20 contract in Yul.
|
2020-05-04 19:13:50 +02:00 |
|
Kamil Śliwak
|
d037f7a3c5
|
docs: Info about --yul-optimizations and optimizer steps in Yul section
|
2020-05-04 15:59:44 +02:00 |
|
chriseth
|
ea7e751750
|
Documentation.
|
2020-05-04 15:05:14 +02:00 |
|