Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation. | chriseth | 2019-01-18 | 1 | -1/+3 |
| | |||||
* | Explain source IDs. | chriseth | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | Define how inheritance affects storage | William Entriken | 2018-11-26 | 1 | -0/+4 |
| | |||||
* | Qualify that storage slots are shared for contiguous data | William Entriken | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Fix style. | chriseth | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4860 from ethereum/docs-2175-index-missing | chriseth | 2018-11-12 | 1 | -8/+7 |
|\ | | | | | Add mention of common subexpression elimination | ||||
| * | Clarify term and tidy text | Chris Ward | 2018-11-12 | 1 | -8/+7 |
| | | | | | | | | | | | | Use UK spelling in heading Remove colon | ||||
* | | Add note about changing the storage layout. | chriseth | 2018-11-12 | 1 | -0/+8 |
|/ | |||||
* | Documents storage layout of mappings and dynamic arrays. | Erik Kundt | 2018-10-10 | 1 | -6/+23 |
| | |||||
* | Update version pragma in all documentation examples | Alex Beregszaszi | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Clarify docs around reserved memory byte ranges | wbt | 2018-09-24 | 1 | -1/+1 |
| | | | | Minor documentation issue to improve reading flow as it goes from talking about a specified number of 32-byte slots being reserved to giving numbers which refer to byte ranges within the space of memory resulting from the union of those slots. | ||||
* | [DOCS] Update misc. | chriseth | 2018-09-21 | 1 | -21/+21 |
| | |||||
* | Add payable and non-payable state mutability to AddressType. | Daniel Kirchner | 2018-09-13 | 1 | -5/+5 |
| | |||||
* | Merge pull request #4818 from ethereum/clarifyConstructorArgs | chriseth | 2018-08-16 | 1 | -4/+8 |
|\ | | | | | Clarify constructor arguments. | ||||
| * | Clarify constructor arguments. | chriseth | 2018-08-16 | 1 | -4/+8 |
| | | |||||
* | | Documentation. | chriseth | 2018-08-15 | 1 | -0/+1 |
|/ | |||||
* | docs: Fix typos. | Cryptomental | 2018-07-11 | 1 | -1/+1 |
| | | | | | | Used codespell and manual fixes. Refs: #4442 | ||||
* | Update documentation and Changelog. | Daniel Kirchner | 2018-07-04 | 1 | -2/+2 |
| | |||||
* | Update documentation. | Daniel Kirchner | 2018-07-03 | 1 | -1/+0 |
| | |||||
* | documentation: adjustments to not use the "var" keyword | Christian Parpart | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4097 from ethereum/noPackedExceptForPacked | chriseth | 2018-06-28 | 1 | -5/+5 |
|\ | | | | | [BREAKING] call only takes a single argument and does not pad | ||||
| * | Documentation. | chriseth | 2018-06-25 | 1 | -5/+5 |
| | | |||||
* | | Clarify that using msize without updating the free-memory-pointer is a bad idea | Alex Beregszaszi | 2018-06-26 | 1 | -0/+1 |
|/ | |||||
* | fix typo | a4nkit | 2018-06-13 | 1 | -1/+1 |
| | |||||
* | Add new reserved keywords. | Daniel Kirchner | 2018-06-12 | 1 | -2/+5 |
| | |||||
* | Document ABI encoding functions. | chriseth | 2018-04-14 | 1 | -0/+5 |
| | |||||
* | Update documentation. | chriseth | 2018-04-12 | 1 | -1/+2 |
| | |||||
* | Documentation for revert with reason string. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 1 | -4/+7 |
| | |||||
* | Updates docs for blockhash changes. | bitshift | 2018-03-27 | 1 | -1/+19 |
| | |||||
* | Noted `suicide` is deprecated (#3692) | wbt | 2018-03-12 | 1 | -1/+1 |
| | | | According to the [changelog](https://github.com/ethereum/solidity/blob/b5e804b8caba0cc84514898323df91a025705177/Changelog.md), `suicide` was deprecated before 0.4.3 (after 0.2.0) and warning by 0.4.17. | ||||
* | Document the meaning of sourceIndex "-1" in source mappings. | Daniel Kirchner | 2018-03-06 | 1 | -0/+5 |
| | |||||
* | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 1 | -1/+2 |
| | |||||
* | Update Tips and Tricks on structs initialization. (#3626) | Oleksii Matiiasevych | 2018-03-01 | 1 | -1/+4 |
| | | | | * Update Tips and Tricks on structs initialization. | ||||
* | Update miscellaneous.rst | Jordi Baylina | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Make addmod and mulmod revert if the last argument is zero. | chriseth | 2018-02-15 | 1 | -2/+2 |
| | |||||
* | Update miscellaneous.rst | David Au | 2017-10-15 | 1 | -1/+1 |
| | | | Fix small typo | ||||
* | Document packed ABI | Alex Beregszaszi | 2017-09-27 | 1 | -3/+3 |
| | |||||
* | Promote metadata to its own chapter (split from miscellaneous) | Alex Beregszaszi | 2017-09-11 | 1 | -144/+0 |
| | |||||
* | Refer to internal ABI documentation | Alex Beregszaszi | 2017-08-28 | 1 | -4/+2 |
| | |||||
* | Highlight opcodes in docs | Alex Beregszaszi | 2017-08-28 | 1 | -8/+8 |
| | |||||
* | Fix lists and links | Alex Beregszaszi | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Document pure functions | Alex Beregszaszi | 2017-08-24 | 1 | -2/+3 |
| | |||||
* | Document view functions | Alex Beregszaszi | 2017-08-23 | 1 | -2/+3 |
| | |||||
* | Merge pull request #2486 from jamesray1/patch-22 | chriseth | 2017-08-12 | 1 | -1/+1 |
|\ | | | | | Ref to getter function in docs/miscellaneous.rst | ||||
| * | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | ref getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 |
| | | |||||
| * | Updated reference to getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed reference to getter function | James Ray | 2017-07-07 | 1 | -1/+1 |
| | | |||||
| * | Ref to getter function | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
* | | Mention all global aliases | Alex Beregszaszi | 2017-07-27 | 1 | -1/+2 |
| | | |||||
* | | Remove interface keyword from reserved list | Alex Beregszaszi | 2017-07-27 | 1 | -1/+1 |
| | | |||||
* | | Add version pragma to docs examples | Alex Beregszaszi | 2017-07-13 | 1 | -0/+2 |
|/ | |||||
* | Clarify exceptions. | chriseth | 2017-06-24 | 1 | -1/+1 |
| | |||||
* | Fix and improve grammar.txt | Federico Bond | 2017-06-23 | 1 | -1/+3 |
| | |||||
* | for free => automatically | Jonathan Brown | 2017-06-03 | 1 | -1/+1 |
| | | | Getters still use gas when called from another contract, so they are not free. | ||||
* | Explain that bytecode depends on metadata | Alex Beregszaszi | 2017-04-26 | 1 | -0/+6 |
| | |||||
* | Mention the order of the ABI in metadata | Alex Beregszaszi | 2017-04-26 | 1 | -0/+2 |
| | |||||
* | 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 |