Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require 0.4.12 for the VectorSum example (for loop) | Alex Beregszaszi | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Highlight opcodes in docs | Alex Beregszaszi | 2017-08-28 | 1 | -4/+5 |
| | |||||
* | Merge pull request #2664 from joshuahannan/develop | chriseth | 2017-08-15 | 1 | -0/+14 |
|\ | | | | | added while loop description | ||||
| * | Wording. | chriseth | 2017-07-31 | 1 | -3/+2 |
| | | |||||
| * | added while loop description | Joshua Hannan | 2017-07-30 | 1 | -0/+15 |
| | | |||||
* | | Use temporary variable for sum example | Alex Beregszaszi | 2017-08-11 | 1 | -8/+10 |
| | | |||||
* | | Move init/cond into the for loop | Alex Beregszaszi | 2017-08-11 | 1 | -5/+5 |
| | | |||||
* | | Add pure assembly example for summing | Alex Beregszaszi | 2017-08-11 | 1 | -0/+23 |
| | | |||||
* | | fix typo 'onte' -> 'onto' | vladislav-ankudinov | 2017-08-09 | 1 | -1/+1 |
|/ | |||||
* | minor fix on assembly example | NIC619 | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Enable more examples in the documentation for testing | Alex Beregszaszi | 2017-07-19 | 1 | -4/+4 |
| | |||||
* | Add version pragma to docs examples | Alex Beregszaszi | 2017-07-13 | 1 | -0/+2 |
| | |||||
* | Add changelog and documentation | Alex Beregszaszi | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | typo of bitween for between | hh3755 | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Document Whiskers. | Alex Beregszaszi | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Changelog and documentation. | chriseth | 2017-06-16 | 1 | -26/+14 |
| | |||||
* | Merge pull request #2192 from winsvega/develop | Alex Beregszaszi | 2017-06-15 | 1 | -1/+8 |
|\ | | | | | add STATICCALL instruction | ||||
| * | add new opcode instructions to the parser | Dimitry | 2017-06-15 | 1 | -1/+8 |
| | | | | | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4) | ||||
* | | Clarify functional style. | chriseth | 2017-06-14 | 1 | -2/+4 |
|/ | |||||
* | libevmasm: add RETURNDATACOPY and RETURNDATASIZE | Yoichi Hirai | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | Document keccak256 in assembly | Alex Beregszaszi | 2017-05-30 | 1 | -0/+2 |
| | |||||
* | Remove error label / invalid jump label. | chriseth | 2017-04-28 | 1 | -7/+2 |
| | |||||
* | Remove parentheses from around function return parameters | Alex Beregszaszi | 2017-04-27 | 1 | -4/+4 |
| | |||||
* | Document storage variable access. | chriseth | 2017-04-26 | 1 | -9/+8 |
| | |||||
* | Fix typo in documentation | Matt Searle | 2017-03-28 | 1 | -1/+1 |
| | | | Spelling mistake | ||||
* | Remove stack annotations from documentation. | chriseth | 2017-03-03 | 1 | -48/+58 |
| | |||||
* | Clarify stack height. | chriseth | 2017-03-03 | 1 | -5/+14 |
| | |||||
* | Updated documentation. | chriseth | 2017-03-03 | 1 | -11/+47 |
| | |||||
* | Document revert() | Alex Beregszaszi | 2017-02-11 | 1 | -0/+2 |
| | |||||
* | Integrate missed changes. | chriseth | 2017-02-01 | 1 | -13/+29 |
| | |||||
* | Move explanatory sections and other small changes. | chriseth | 2017-01-09 | 1 | -183/+192 |
| | |||||
* | Typos and clarifications. | chriseth | 2017-01-04 | 1 | -13/+17 |
| | |||||
* | More information about switch, loops and functions. | chriseth | 2017-01-04 | 1 | -1/+78 |
| | |||||
* | Update to new assembly specification. | chriseth | 2017-01-03 | 1 | -31/+381 |
| | |||||
* | Assembly definition. | chriseth | 2017-01-03 | 1 | -0/+510 |