Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require and Assert. | chriseth | 2017-03-14 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1702 from ethereum/assertError | Yoichi Hirai | 2017-03-04 | 1 | -2/+1 |
|\ | | | | | Change effect of assert to invalid opcode. | ||||
| * | Remove assert for now. | chriseth | 2017-02-24 | 1 | -2/+1 |
| | | |||||
| * | Change effect of assert to invalid opcode. | chriseth | 2017-02-16 | 1 | -1/+1 |
| | | |||||
* | | Document transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -2/+3 |
|/ | |||||
* | Document revert() | Alex Beregszaszi | 2017-02-11 | 1 | -1/+2 |
| | |||||
* | Use different wording for assert | Alex Beregszaszi | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | Document assert() | Alex Beregszaszi | 2017-02-10 | 1 | -1/+2 |
| | |||||
* | Document input description and metadata output. | chriseth | 2017-02-09 | 1 | -39/+0 |
| | |||||
* | Remove obsolete esoteric features section | Alex Beregszaszi | 2017-02-03 | 1 | -25/+0 |
| | |||||
* | Rename accessor to getter | Alex Beregszaszi | 2017-02-03 | 1 | -2/+2 |
| | |||||
* | Remove wrong syntax highlighting in docs | Federico Bond | 2016-12-29 | 1 | -0/+1 |
| | |||||
* | Use multiple URLs for metadata. | chriseth | 2016-12-13 | 1 | -4/+4 |
| | |||||
* | Merge pull request #1351 from ethereum/truncate_bit | chriseth | 2016-12-08 | 1 | -1/+54 |
|\ | | | | | Truncate a boolean from calldata into one bit | ||||
| * | docs: rename overflow to variable cleanup | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | |||||
| * | docs: update overflow cleanup wording | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | |||||
| * | docs: remove the word overflow when we are talking about invalid values | Yoichi Hirai | 2016-12-01 | 1 | -22/+22 |
| | | |||||
| * | codegen: clean any data from the input | Yoichi Hirai | 2016-12-01 | 1 | -0/+3 |
| | | |||||
| * | docs: describe when and how overflown values are cleaned | Yoichi Hirai | 2016-12-01 | 1 | -1/+51 |
| | | |||||
* | | parsing: `default` and `null` are reserved keywords | Yoichi Hirai | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | Fix documentation errors | Alex Beregszaszi | 2016-12-01 | 1 | -4/+4 |
| | | | | | | | | | | | | Subheadings must use consistent format across a file. The metadata with comments cannot be parsed as JSON. | ||||
* | | Update metadata documentation | Alex Beregszaszi | 2016-12-01 | 1 | -22/+24 |
| | | |||||
* | | Use CBOR encoding. | chriseth | 2016-12-01 | 1 | -9/+27 |
| | | |||||
* | | Fix documentation error. | chriseth | 2016-12-01 | 1 | -0/+2 |
| | | |||||
* | | Add swarm hash to the end of the bytecode. | chriseth | 2016-12-01 | 1 | -7/+2 |
| | | |||||
* | | Documentation. | chriseth | 2016-12-01 | 1 | -0/+119 |
|/ | |||||
* | Include the grammar verbatim in the documentation | Alex Beregszaszi | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | docs: add a section about calldata layout | Yoichi Hirai | 2016-11-23 | 1 | -0/+11 |
| | | | | Part of #1390 | ||||
* | Minor documentation fixes | Alex Beregszaszi | 2016-10-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1195 from ethereum/memory-doc | chriseth | 2016-10-14 | 1 | -0/+17 |
|\ | | | | | Document memory layout | ||||
| * | Explain how scratch space affects the free memory pointer | Alex Beregszaszi | 2016-10-12 | 1 | -1/+6 |
| | | |||||
| * | Merge the two EVM memory introduction sections | Alex Beregszaszi | 2016-10-12 | 1 | -2/+0 |
| | | |||||
| * | Document memory layout | Alex Beregszaszi | 2016-10-11 | 1 | -0/+14 |
| | | |||||
* | | Add link to grammar.txt in the documentation | Alex Beregszaszi | 2016-10-11 | 1 | -0/+5 |
|/ | |||||
* | Document the reserved keywords | Alex Beregszaszi | 2016-10-07 | 1 | -0/+8 |
| | |||||
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 1 | -8/+9 |
| | |||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Write about struct members as well | Denton Liu | 2016-08-27 | 1 | -4/+4 |
| | |||||
* | Write about multiple reads and writes | Denton Liu | 2016-08-27 | 1 | -3/+3 |
| | |||||
* | Fix typo | Denton Liu | 2016-08-27 | 1 | -3/+3 |
| | |||||
* | Document use of smaller storage variables | Denton Liu | 2016-08-26 | 1 | -0/+17 |
| | |||||
* | Change capitalisation | Denton Liu | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Actually better to return zero on error. | chriseth | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Remove after keyword from documentation | Denton Liu | 2016-08-11 | 1 | -2/+1 |
| | |||||
* | Merge pull request #750 from ethereum/chriseth-patch-2 | chriseth | 2016-08-01 | 1 | -1/+1 |
|\ | | | | | Correct source map definition. | ||||
| * | Correct source map definition. | chriseth | 2016-07-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #732 from Denton-L/document-precedence | chriseth | 2016-08-01 | 1 | -0/+63 |
|\ \ | |/ |/| | Document precedence | ||||
| * | Add unary operations to the table | Denton Liu | 2016-07-29 | 1 | -0/+2 |
| | | |||||
| * | Remove >>> and >>>= operators | Denton Liu | 2016-07-27 | 1 | -3/+3 |
| | | |||||
| * | Revert "Remove comma operator" | Denton Liu | 2016-07-27 | 1 | -0/+3 |
| | | | | | | | | This reverts commit 1ec74f8cc4b952331b3003e2326eb90aa7fc2e55. | ||||
| * | Fix assignment operators | Denton Liu | 2016-07-27 | 1 | -0/+1 |
| | | |||||
| * | Remove comma operator | Denton Liu | 2016-07-27 | 1 | -3/+0 |
| | | |||||
| * | Add link to operator table | Denton Liu | 2016-07-21 | 1 | -0/+2 |
| | | |||||
| * | Create order of precedence table | Denton Liu | 2016-07-21 | 1 | -0/+58 |
| | | |||||
* | | Source mapping documentation. | chriseth | 2016-07-21 | 1 | -0/+53 |
|/ | |||||
* | Fix typos | Denton Liu | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Security Considerations | chriseth | 2016-07-04 | 1 | -28/+0 |
| | |||||
* | Fix mis-typed word. The recipient will `run` out of gas, not `go` out of gas | Fabio Berger | 2016-06-19 | 1 | -1/+1 |
| | |||||
* | Allow remappings to change depending on the context. | chriseth | 2016-06-09 | 1 | -1/+5 |
| | |||||
* | Added newlines to fix build error | Denton Liu | 2016-06-02 | 1 | -0/+2 |
| | |||||
* | Updated incorrect list number | Denton Liu | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Document some pitfalls in connection with "send". | chriseth | 2016-06-02 | 1 | -0/+18 |
| | |||||
* | Named the global function parameters | Denton Liu | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | Corrected descriptions of hashes | Denton Liu | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | Made explicit that we use KECCAK-256 | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Removed ending periods for consistency | Denton Liu | 2016-05-31 | 1 | -3/+3 |
| | |||||
* | Added the type of .balance | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Sorted block attributes alphabetically | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Made it apparent that block.blockhash is function | Denton Liu | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -59/+59 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Modified miscellaneous.rst | Denton Liu | 2016-05-30 | 1 | -59/+61 |
| | | | | Corrected inline code syntax | ||||
* | Changed link from markdown to rst | Denton Liu | 2016-05-19 | 1 | -1/+3 |
| | | | | Added labels for the links to point to | ||||
* | Corrected capitalisation of symbol names | Denton Liu | 2016-05-19 | 1 | -3/+3 |
| | |||||
* | Corrected documentation for ecrecover | Denton Liu | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -0/+2 |
| | |||||
* | documentation | chriseth | 2016-01-30 | 1 | -2/+5 |
| | |||||
* | Document remappings | chriseth | 2016-01-26 | 1 | -1/+10 |
| | |||||
* | Fixes in the misc section. | chriseth | 2015-12-21 | 1 | -40/+40 |
| | |||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+194 |