aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
Commit message (Expand)AuthorAgeFilesLines
* Define how inheritance affects storageWilliam Entriken2018-11-261-0/+4
* Qualify that storage slots are shared for contiguous dataWilliam Entriken2018-11-151-1/+1
* Fix style.chriseth2018-11-131-2/+2
* Merge pull request #4860 from ethereum/docs-2175-index-missingchriseth2018-11-121-8/+7
|\
| * Clarify term and tidy textChris Ward2018-11-121-8/+7
* | Add note about changing the storage layout.chriseth2018-11-121-0/+8
|/
* Documents storage layout of mappings and dynamic arrays.Erik Kundt2018-10-101-6/+23
* Update version pragma in all documentation examplesAlex Beregszaszi2018-09-261-1/+1
* Clarify docs around reserved memory byte rangeswbt2018-09-241-1/+1
* [DOCS] Update misc.chriseth2018-09-211-21/+21
* Add payable and non-payable state mutability to AddressType.Daniel Kirchner2018-09-131-5/+5
* Merge pull request #4818 from ethereum/clarifyConstructorArgschriseth2018-08-161-4/+8
|\
| * Clarify constructor arguments.chriseth2018-08-161-4/+8
* | Documentation.chriseth2018-08-151-0/+1
|/
* docs: Fix typos.Cryptomental2018-07-111-1/+1
* Update documentation and Changelog.Daniel Kirchner2018-07-041-2/+2
* Update documentation.Daniel Kirchner2018-07-031-1/+0
* documentation: adjustments to not use the "var" keywordChristian Parpart2018-07-031-1/+1
* Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-281-5/+5
|\
| * Documentation.chriseth2018-06-251-5/+5
* | Clarify that using msize without updating the free-memory-pointer is a bad ideaAlex Beregszaszi2018-06-261-0/+1
|/
* fix typoa4nkit2018-06-131-1/+1
* Add new reserved keywords.Daniel Kirchner2018-06-121-2/+5
* Document ABI encoding functions.chriseth2018-04-141-0/+5
* Update documentation.chriseth2018-04-121-1/+2
* Documentation for revert with reason string.chriseth2018-04-121-0/+1
* Create empty dynamic memory arrays more efficiently.chriseth2018-04-041-4/+7
* Updates docs for blockhash changes.bitshift2018-03-271-1/+19
* Noted `suicide` is deprecated (#3692)wbt2018-03-121-1/+1
* Document the meaning of sourceIndex "-1" in source mappings.Daniel Kirchner2018-03-061-0/+5
* Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-1/+2
* Update Tips and Tricks on structs initialization. (#3626)Oleksii Matiiasevych2018-03-011-1/+4
* Update miscellaneous.rstJordi Baylina2018-02-281-1/+1
* Make addmod and mulmod revert if the last argument is zero.chriseth2018-02-151-2/+2
* Update miscellaneous.rstDavid Au2017-10-151-1/+1
* Document packed ABIAlex Beregszaszi2017-09-271-3/+3
* Promote metadata to its own chapter (split from miscellaneous)Alex Beregszaszi2017-09-111-144/+0
* Refer to internal ABI documentationAlex Beregszaszi2017-08-281-4/+2
* Highlight opcodes in docsAlex Beregszaszi2017-08-281-8/+8
* Fix lists and linksAlex Beregszaszi2017-08-281-1/+1
* Document pure functionsAlex Beregszaszi2017-08-241-2/+3
* Document view functionsAlex Beregszaszi2017-08-231-2/+3
* Merge pull request #2486 from jamesray1/patch-22chriseth2017-08-121-1/+1
|\
| * :ref:`getter function<getter-functions>`James Ray2017-07-311-1/+1
| * ref getter-functionsJames Ray2017-07-281-1/+1
| * Updated reference to getter-functionsJames Ray2017-07-281-1/+1
| * Fixed reference to getter functionJames Ray2017-07-071-1/+1
| * Ref to getter functionJames Ray2017-06-301-1/+1
* | Mention all global aliasesAlex Beregszaszi2017-07-271-1/+2
* | Remove interface keyword from reserved listAlex Beregszaszi2017-07-271-1/+1
* | Add version pragma to docs examplesAlex Beregszaszi2017-07-131-0/+2
|/
* Clarify exceptions.chriseth2017-06-241-1/+1
* Fix and improve grammar.txtFederico Bond2017-06-231-1/+3
* for free => automaticallyJonathan Brown2017-06-031-1/+1
* Explain that bytecode depends on metadataAlex Beregszaszi2017-04-261-0/+6
* Mention the order of the ABI in metadataAlex Beregszaszi2017-04-261-0/+2
* Require and Assert.chriseth2017-03-141-1/+3
* Merge pull request #1702 from ethereum/assertErrorYoichi Hirai2017-03-041-2/+1
|\
| * Remove assert for now.chriseth2017-02-241-2/+1
| * Change effect of assert to invalid opcode.chriseth2017-02-161-1/+1
* | Document transfer()Alex Beregszaszi2017-02-241-2/+3
|/
* Document revert()Alex Beregszaszi2017-02-111-1/+2
* Use different wording for assertAlex Beregszaszi2017-02-111-1/+1
* Document assert()Alex Beregszaszi2017-02-101-1/+2
* Document input description and metadata output.chriseth2017-02-091-39/+0
* Remove obsolete esoteric features sectionAlex Beregszaszi2017-02-031-25/+0
* Rename accessor to getterAlex Beregszaszi2017-02-031-2/+2
* Remove wrong syntax highlighting in docsFederico Bond2016-12-291-0/+1
* Use multiple URLs for metadata.chriseth2016-12-131-4/+4
* Merge pull request #1351 from ethereum/truncate_bitchriseth2016-12-081-1/+54
|\
| * docs: rename overflow to variable cleanupAlex Beregszaszi2016-12-011-4/+4
| * docs: update overflow cleanup wordingAlex Beregszaszi2016-12-011-4/+4
| * docs: remove the word overflow when we are talking about invalid valuesYoichi Hirai2016-12-011-22/+22
| * codegen: clean any data from the inputYoichi Hirai2016-12-011-0/+3
| * docs: describe when and how overflown values are cleanedYoichi Hirai2016-12-011-1/+51
* | parsing: `default` and `null` are reserved keywordsYoichi Hirai2016-12-021-1/+1
* | Fix documentation errorsAlex Beregszaszi2016-12-011-4/+4
* | Update metadata documentationAlex Beregszaszi2016-12-011-22/+24
* | Use CBOR encoding.chriseth2016-12-011-9/+27
* | Fix documentation error.chriseth2016-12-011-0/+2
* | Add swarm hash to the end of the bytecode.chriseth2016-12-011-7/+2
* | Documentation.chriseth2016-12-011-0/+119
|/
* Include the grammar verbatim in the documentationAlex Beregszaszi2016-11-301-1/+1
* docs: add a section about calldata layoutYoichi Hirai2016-11-231-0/+11
* Minor documentation fixesAlex Beregszaszi2016-10-191-0/+1
* Merge pull request #1195 from ethereum/memory-docchriseth2016-10-141-0/+17
|\
| * Explain how scratch space affects the free memory pointerAlex Beregszaszi2016-10-121-1/+6
| * Merge the two EVM memory introduction sectionsAlex Beregszaszi2016-10-121-2/+0
| * Document memory layoutAlex Beregszaszi2016-10-111-0/+14
* | Add link to grammar.txt in the documentationAlex Beregszaszi2016-10-111-0/+5
|/
* Document the reserved keywordsAlex Beregszaszi2016-10-071-0/+8
* Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-061-8/+9
* Update documentation to version 0.4.0.chriseth2016-09-071-1/+1
* Write about struct members as wellDenton Liu2016-08-271-4/+4
* Write about multiple reads and writesDenton Liu2016-08-271-3/+3
* Fix typoDenton Liu2016-08-271-3/+3
* Document use of smaller storage variablesDenton Liu2016-08-261-0/+17
* Change capitalisationDenton Liu2016-08-241-1/+1
* Actually better to return zero on error.chriseth2016-08-161-1/+1
* Remove after keyword from documentationDenton Liu2016-08-111-2/+1
* Merge pull request #750 from ethereum/chriseth-patch-2chriseth2016-08-011-1/+1
|\
| * Correct source map definition.chriseth2016-07-271-1/+1
* | Merge pull request #732 from Denton-L/document-precedencechriseth2016-08-011-0/+63
|\ \ | |/ |/|
| * Add unary operations to the tableDenton Liu2016-07-291-0/+2
| * Remove >>> and >>>= operatorsDenton Liu2016-07-271-3/+3
| * Revert "Remove comma operator"Denton Liu2016-07-271-0/+3
| * Fix assignment operatorsDenton Liu2016-07-271-0/+1
| * Remove comma operatorDenton Liu2016-07-271-3/+0
| * Add link to operator tableDenton Liu2016-07-211-0/+2
| * Create order of precedence tableDenton Liu2016-07-211-0/+58
* | Source mapping documentation.chriseth2016-07-211-0/+53
|/
* Fix typosDenton Liu2016-07-131-1/+1
* Security Considerationschriseth2016-07-041-28/+0
* Fix mis-typed word. The recipient will `run` out of gas, not `go` out of gasFabio Berger2016-06-191-1/+1
* Allow remappings to change depending on the context.chriseth2016-06-091-1/+5
* Added newlines to fix build errorDenton Liu2016-06-021-0/+2
* Updated incorrect list numberDenton Liu2016-06-021-1/+1
* Document some pitfalls in connection with "send".chriseth2016-06-021-0/+18
* Named the global function parametersDenton Liu2016-05-311-3/+3
* Corrected descriptions of hashesDenton Liu2016-05-311-3/+3
* Made explicit that we use KECCAK-256Denton Liu2016-05-311-1/+1
* Removed ending periods for consistencyDenton Liu2016-05-311-3/+3
* Added the type of .balanceDenton Liu2016-05-311-1/+1
* Sorted block attributes alphabeticallyDenton Liu2016-05-311-1/+1
* Made it apparent that block.blockhash is functionDenton Liu2016-05-311-1/+1
* Changed inline code syntaxDenton Liu2016-05-301-59/+59
* Modified miscellaneous.rstDenton Liu2016-05-301-59/+61
* Changed link from markdown to rstDenton Liu2016-05-191-1/+3
* Corrected capitalisation of symbol namesDenton Liu2016-05-191-3/+3
* Corrected documentation for ecrecoverDenton Liu2016-05-191-1/+1
* Changed whitespace formattingDenton Liu2016-05-181-0/+2
* documentationchriseth2016-01-301-2/+5
* Document remappingschriseth2016-01-261-1/+10
* Fixes in the misc section.chriseth2015-12-211-40/+40
* Imported documentation.chriseth2015-12-081-0/+194