Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5770 from ethereum/docs-split-mapping-types | Chris Chinchilla | 2019-01-14 | 1 | -58/+1 |
|\ | | | | | [DOCS] Split mapping types into new file | ||||
| * | Split mapping types into new file | Chris Ward | 2019-01-14 | 1 | -58/+1 |
| | | |||||
* | | Split conversion sections into new doc | Chris Ward | 2019-01-14 | 1 | -127/+1 |
|/ | |||||
* | Merge pull request #5771 from ethereum/docs-split-operators | Chris Chinchilla | 2019-01-10 | 1 | -47/+1 |
|\ | | | | | [DOCS] Split operators involving LValues into new doc | ||||
| * | Split operators involving LValues into new doc | Chris Ward | 2019-01-09 | 1 | -47/+1 |
| | | |||||
* | | Merge pull request #5769 from ethereum/docs-split-reference-types | Chris Chinchilla | 2019-01-10 | 1 | -409/+1 |
|\ \ | | | | | | | [DOCS] Split Reference types doc into new file | ||||
| * | | Split Reference types doc into new file | Chris Ward | 2019-01-09 | 1 | -409/+1 |
| |/ | |||||
* / | Split Value Types docs | Chris Ward | 2019-01-09 | 1 | -708/+1 |
|/ | |||||
* | Fix examples in type conversion docs | Leonardo Alt | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | Updates arrays section to improve order and clarify concepts | Chris Ward | 2018-12-18 | 1 | -25/+37 |
| | |||||
* | Clean input and output function types | Chris Ward | 2018-12-18 | 1 | -9/+16 |
| | | | | Updates from review | ||||
* | Add array item deletion idiosyncracy | Chris Ward | 2018-12-17 | 1 | -1/+8 |
| | |||||
* | Move String literal and inline array FAQ items | Chris Ward | 2018-12-03 | 1 | -16/+19 |
| | | | | | | | | | | | | Fix tab Update docs/types.rst Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> Update docs/types.rst Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | ||||
* | Merge pull request #5438 from ethereum/docs-faq-types-undefined | chriseth | 2018-11-26 | 1 | -0/+5 |
|\ | | | | | DOCS: Move undefined FAQ item | ||||
| * | Update docs/types.rst | Erik Kundt | 2018-11-24 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | ||||
| * | Add default value details | Chris Ward | 2018-11-23 | 1 | -1/+4 |
| | | |||||
| * | Update docs/types.rst | chriseth | 2018-11-23 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | ||||
| * | Move undefined FAQ item | Chris Ward | 2018-11-15 | 1 | -0/+2 |
| | | |||||
* | | Update types.rst | David Lozano Jarque | 2018-11-26 | 1 | -1/+1 |
| | | | | | | RST note with incorrect syntax | ||||
* | | Remove length related FAQ item | Chris Ward | 2018-11-15 | 1 | -1/+3 |
|/ | |||||
* | Fixed consistent use of `nameReg` | Yet another codejunkie | 2018-11-15 | 1 | -1/+1 |
| | | | Fixed consistent use of `nameReg` instead of `namReg` | ||||
* | Consistent use of address() | Yet another codejunkie | 2018-11-15 | 1 | -3/+3 |
| | | | First example is with address() and the following examples without. I suggest a consistent use here. | ||||
* | Update syntax used for input and output parameters | Chris Ward | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Integers cannot be implicitly converted to address | chriseth | 2018-11-06 | 1 | -2/+1 |
| | |||||
* | Merge pull request #4843 from ethereum/docs-2177-abi-type | chriseth | 2018-10-15 | 1 | -1/+1 |
|\ | | | | | Link and clarify ABI type | ||||
| * | Link and clarify ABI type | Chris Ward | 2018-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Remove rogue ’s’ Clarify wording Revert other changes and just add link | ||||
* | | Add link to string literals | Chris Ward | 2018-10-05 | 1 | -1/+2 |
|/ | |||||
* | Fix typos. | chriseth | 2018-10-04 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5108 from ethereum/payableWithdrawal | chriseth | 2018-09-27 | 1 | -0/+7 |
|\ | | | | | Explain address payable and withdraw. | ||||
| * | Explain address payable and withdraw. | chriseth | 2018-09-27 | 1 | -0/+7 |
| | | |||||
* | | [DOCS] More on reference types. | chriseth | 2018-09-27 | 1 | -38/+78 |
|/ | |||||
* | [DOCS] Semantics of negation. | chriseth | 2018-09-27 | 1 | -1/+14 |
| | |||||
* | Remove unary + from floating point types documentation | Alex Beregszaszi | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Make the exponentiation 0**0 note a real RST note | Alex Beregszaszi | 2018-09-27 | 1 | -1/+2 |
| | |||||
* | Rename remainder to modulo | Alex Beregszaszi | 2018-09-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5006 from ethereum/modSemantics | chriseth | 2018-09-26 | 1 | -3/+19 |
|\ | | | | | Document modulo semantics | ||||
| * | Documents modulus semantics. | Erik Kundt | 2018-09-26 | 1 | -3/+19 |
| | | |||||
* | | Update version pragma in all documentation examples | Alex Beregszaszi | 2018-09-26 | 1 | -12/+12 |
| | | |||||
* | | Merge pull request #5022 from ethereum/lastValue | chriseth | 2018-09-26 | 1 | -6/+42 |
|\ \ | | | | | | | [DOCS] Last part of value types. | ||||
| * | | Last part of value types. | chriseth | 2018-09-19 | 1 | -6/+42 |
| | | | |||||
* | | | Merge pull request #5025 from ethereum/refTypes | chriseth | 2018-09-24 | 1 | -8/+14 |
|\ \ \ | | | | | | | | | [DOCS] Update reference types. | ||||
| * | | | [DOCS] Update reference types. | chriseth | 2018-09-21 | 1 | -8/+14 |
| | | | | |||||
* | | | | Merge pull request #5035 from ethereum/moreTypesUpdates | chriseth | 2018-09-21 | 1 | -4/+11 |
|\ \ \ \ | | | | | | | | | | | [DOCS] Final updates to types section. | ||||
| * | | | | [DOCS] Final updates to types section. | chriseth | 2018-09-20 | 1 | -4/+11 |
| | | | | | |||||
* | | | | | Document array length changing behaviors, fixes #4802 | William Entriken | 2018-09-21 | 1 | -4/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #5021 from ethereum/moreTypes | chriseth | 2018-09-21 | 1 | -22/+32 |
|\ \ \ \ | |/ / / |/| | | | More types. | ||||
| * | | | More types. | chriseth | 2018-09-21 | 1 | -22/+32 |
| |/ / | |||||
* / / | Extend section on addresses. | chriseth | 2018-09-19 | 1 | -24/+41 |
|/ / | |||||
* | | Merge pull request #4819 from ethereum/docs-4532-mapping-type | chriseth | 2018-09-18 | 1 | -20/+24 |
|\ \ | |/ |/| | Docs: Clarify mapping type | ||||
| * | Clarify mapping type | Chris Ward | 2018-09-18 | 1 | -20/+24 |
| | | |||||
* | | Some operational semantics. | chriseth | 2018-09-18 | 1 | -5/+44 |
|/ | |||||
* | Add payable and non-payable state mutability to AddressType. | Daniel Kirchner | 2018-09-13 | 1 | -7/+20 |
| | |||||
* | Add some more documentation. | Daniel Kirchner | 2018-08-15 | 1 | -3/+5 |
| | |||||
* | Extend documentation about explicit and implicit conversions between ↵ | Daniel Kirchner | 2018-08-15 | 1 | -11/+84 |
| | | | | (u)intXX, bytesYY and literals. | ||||
* | Update documentation. | chriseth | 2018-08-15 | 1 | -12/+10 |
| | |||||
* | Merge pull request #4372 from JesseBusman/implicit-convertibility-functions | chriseth | 2018-08-14 | 1 | -2/+20 |
|\ | | | | | Add implicit convertibility to function pointer with higher state mutability | ||||
| * | Add implicit convertibility to function pointer with higher state mutability | Jesse Busman | 2018-08-14 | 1 | -2/+20 |
| | | |||||
* | | Clarify data representation of enums. | chriseth | 2018-08-14 | 1 | -1/+5 |
|/ | |||||
* | Update documentation. | chriseth | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Update documentation examples. | chriseth | 2018-08-14 | 1 | -15/+26 |
| | |||||
* | Merge pull request #4696 from ethereum/byteLiteralConversion | chriseth | 2018-08-13 | 1 | -1/+1 |
|\ | | | | | Disallow ambiguous implicit and explicit conversions from number literals to bytesXX | ||||
| * | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4618 from ethereum/docs-1211-contract-type | chriseth | 2018-08-13 | 1 | -10/+23 |
|\ \ | |/ |/| | Add contract type to types documentation | ||||
| * | Update from feedback | Chris Ward | 2018-08-13 | 1 | -3/+6 |
| | | |||||
| * | Remove initial sentence. | chriseth | 2018-08-06 | 1 | -8/+5 |
| | | |||||
| * | Changes after rebasing | Chris Ward | 2018-08-01 | 1 | -12/+18 |
| | | |||||
| * | Add contract type to types doc | Chris Ward | 2018-08-01 | 1 | -0/+7 |
| | | |||||
* | | add link for text "fallback function" | gftea | 2018-08-09 | 1 | -1/+1 |
| | | |||||
* | | Change note about returning dynamic arrays. | chriseth | 2018-08-09 | 1 | -8/+5 |
| | | |||||
* | | Cleanup & polish numbers-with-underscores parsing, also improving tests. | Christian Parpart | 2018-08-08 | 1 | -1/+3 |
| | | |||||
* | | Add stricter hex underscore rules | Balajiganapathi S | 2018-08-08 | 1 | -2/+2 |
| | | |||||
* | | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 1 | -0/+3 |
| | | |||||
* | | Clarify truncation with addresses | Chris Ward | 2018-08-03 | 1 | -0/+8 |
|/ | |||||
* | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 1 | -0/+17 |
| | |||||
* | Clarify what ‘memory type’ is | Chris Ward | 2018-07-30 | 1 | -0/+2 |
| | | | | Use RST links | ||||
* | Enforces visibility specifier and updates docs. | Erik Kundt | 2018-07-17 | 1 | -2/+1 |
| | |||||
* | Merge pull request #4512 from ↵ | chriseth | 2018-07-16 | 1 | -10/+10 |
|\ | | | | | | | | | chase1745/use-explicit-data-locations-external-tests Added default data locations to docs and other external tests. | ||||
| * | Added default data locations to docs and other external tests. | Chase McDermott | 2018-07-15 | 1 | -10/+10 |
| | | |||||
* | | Update docs allowed mapping key values | Nicolás Venturo | 2018-07-13 | 1 | -1/+1 |
|/ | | | | | | | | | | | Functions cannot be used as mapping keys (e.g. the following contract does not compile): ``` pragma solidity ^0.4.24; contract Foo { mapping(function (uint) pure returns (uint) => string) a; } ``` | ||||
* | Removed repeated documentation | Nicolás Venturo | 2018-07-13 | 1 | -4/+0 |
| | | | There is already a paragraph below describing how to call functions in both their internal and external forms (and IMO it's clearer). | ||||
* | Update documentation. | Daniel Kirchner | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | documentation: adjustments to not use the "var" keyword | Christian Parpart | 2018-07-03 | 1 | -28/+3 |
| | |||||
* | Documentation. | chriseth | 2018-06-25 | 1 | -16/+19 |
| | |||||
* | Use proper SAR for signed right shifts and emulate on pre-constantinople. | Daniel Kirchner | 2018-06-12 | 1 | -7/+6 |
| | |||||
* | Merge pull request #4201 from wjmelements/bytes-complex-type | chriseth | 2018-06-05 | 1 | -5/+3 |
|\ | | | | | move bytes and string to arrays section | ||||
| * | keep stub in value types section, and move discussion to Arrays section | William Morriss | 2018-05-31 | 1 | -13/+11 |
| | | |||||
| * | move bytes and string to complex types section | William Morriss | 2018-05-30 | 1 | -12/+12 |
| | | |||||
* | | Adds syntax tests, documentation and changelog entry. | Erik Kundt | 2018-05-30 | 1 | -1/+3 |
|/ | | | | Refines comment for array utility function. | ||||
* | Fix bug in documentation. | Arindam Mondal | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Adjust tests. | Daniel Kirchner | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 1 | -0/+9 |
| | |||||
* | Merge pull request #3885 from ↵ | chriseth | 2018-04-17 | 1 | -1/+1 |
|\ | | | | | | | | | LefterisJP/update_solidity_version_where_revert_with_reason Docs: Update solidity version for revert with reason | ||||
| * | Docs: Update solidity version for revert with reason | Lefteris Karapetsas | 2018-04-16 | 1 | -1/+1 |
| | | |||||
* | | Improve documentation and warning about accessing contract members inherited ↵ | Daniel Kirchner | 2018-04-14 | 1 | -2/+2 |
|/ | | | | from address. | ||||
* | Update documentation. | chriseth | 2018-04-12 | 1 | -1/+4 |
| | |||||
* | Set default fixed point decimal places to 18 | Jason Cobb | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | Use 0.4.21 pragma for documentation that uses "emit". | chriseth | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Documentation about emitting events. | chriseth | 2018-02-22 | 1 | -2/+2 |
| | |||||
* | update types | YuShuangqi | 2018-01-27 | 1 | -1/+1 |
| | | | correct the mistakes in writings | ||||
* | Fixes for failing tests | Jim McDonald | 2017-12-13 | 1 | -1/+1 |
| | |||||
* | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -43/+45 |
| | |||||
* | Change phrase in type deduction | Chua Chee Wee | 2017-11-16 | 1 | -1/+1 |
| | | | updated phrase in type deduction from "any value of this type" to "the highest value of this type" | ||||
* | Changed limitation to feature | Chua Chee Wee | 2017-10-30 | 1 | -1/+1 |
| | | | Changed the word "limitation" to "feature" for the note where transfer is described. | ||||
* | Add reference to EIP-55 in address literals (#3062) | Alex Beregszaszi | 2017-10-10 | 1 | -0/+3 |
| | |||||
* | Do not add members of address to contracts in experimental 0.5.0 | Alex Beregszaszi | 2017-10-05 | 1 | -0/+3 |
| | |||||
* | Document function selectors | Alex Beregszaszi | 2017-09-13 | 1 | -0/+11 |
| | |||||
* | Merge pull request #2871 from ethereum/fixedpointdocs | chriseth | 2017-09-05 | 1 | -9/+24 |
|\ | | | | | Explain fixed point types in docs | ||||
| * | Explain the difference between floating and fixed point | Alex Beregszaszi | 2017-09-04 | 1 | -0/+6 |
| | | |||||
| * | Explain fixed point types | Alex Beregszaszi | 2017-09-04 | 1 | -0/+9 |
| | | |||||
| * | Move fixed after int in docs | Alex Beregszaszi | 2017-09-04 | 1 | -9/+9 |
| | | |||||
* | | Document gas/value modifiers with overloading | Alex Beregszaszi | 2017-09-02 | 1 | -0/+6 |
| | | |||||
* | | Document byte[] vs bytes | Alex Beregszaszi | 2017-09-02 | 1 | -0/+4 |
| | | |||||
* | | Document call/gas modifiers properly | Alex Beregszaszi | 2017-09-02 | 1 | -0/+12 |
|/ | |||||
* | Highlight opcodes in docs | Alex Beregszaszi | 2017-08-28 | 1 | -4/+4 |
| | |||||
* | Add pure to grammar | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Introduce view (and keep constant as an alias) | Alex Beregszaszi | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Update grammar to reflect state mutability | Alex Beregszaszi | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Add proper warning for fixed point types | Alex Beregszaszi | 2017-08-16 | 1 | -1/+3 |
| | |||||
* | Merge pull request #2659 from jamesray1/patch-25 | chriseth | 2017-08-15 | 1 | -0/+2 |
|\ | | | | | Link: members-of-addresses in docs/types.rst | ||||
| * | Link: members-of-addresses | James Ray | 2017-07-28 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2634 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2017-08-11 | 1 | -2/+3 |
|\ \ | |/ |/| | Clarify internal function types | ||||
| * | Clarify internal function types | chriseth | 2017-07-26 | 1 | -2/+3 |
| | | | | | | Fixes https://github.com/ethereum/solidity/issues/2617 | ||||
* | | Use the storage keyword in examples | Alex Beregszaszi | 2017-07-27 | 1 | -2/+2 |
| | | |||||
* | | Mention that callcode is deprecated | Alex Beregszaszi | 2017-07-27 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #2627 from atfornes/patch-2 | chriseth | 2017-07-26 | 1 | -2/+3 |
|\ \ | |/ |/| | Change Mapping example to valid (executable) code | ||||
| * | Change Mapping example to valid (executable) code | Antonio Tenorio-Fornés | 2017-07-25 | 1 | -2/+3 |
| | | | | | | | | | | Current example will not compile and would need to be compiled in separate files, unlike how it is shown (see https://github.com/ethereum/solidity/pull/2618). The proposed changes provide both a source code that compiles and a easier to understand Contract creation (using new instead of a contract address). | ||||
* | | Merge pull request #2484 from jamesray1/patch-8 | chriseth | 2017-07-25 | 1 | -2/+2 |
|\ \ | |/ |/| | Added links for the getter function. | ||||
| * | Update types.rst | James Ray | 2017-07-01 | 1 | -2/+2 |
| | | |||||
| * | Changed URL for getter to a ref | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Used a ref for getter instead of a URL. | James Ray | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Added links for the getter function. | James Ray | 2017-06-30 | 1 | -2/+2 |
| | | |||||
* | | Fix bugs in example contracts | Alex Beregszaszi | 2017-07-14 | 1 | -2/+6 |
| | | |||||
* | | Merge pull request #1477 from ethereum/doc-remove-fixed | chriseth | 2017-07-12 | 1 | -16/+2 |
|\ \ | | | | | | | [WIP] docs: ``var x = 1/4`` is not working, so remove description about it | ||||
| * | | docs: ``var x = 1/4`` is not working, so remove description about it | Yoichi Hirai | 2016-12-02 | 1 | -16/+2 |
| | | | |||||
* | | | Update types.srt | Ben Che | 2017-06-30 | 1 | -8/+8 |
| |/ |/| | | | Fix minor grammatical/spelling errors. | ||||
* | | Warn deprecated usage of parameter names in function types | Federico Bond | 2017-06-27 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2373 from jamesray1/patch-14 | chriseth | 2017-06-16 | 1 | -1/+1 |
|\ \ | | | | | | | Changed to "is compiled" rather than "maps" to the DVM op code to avoid ambiguity | ||||
| * | | Create types.rst | James Ray | 2017-06-15 | 1 | -1/+1 |
| | | | | | | | | | "is compiled" avoids ambiguity compared with "maps", especially for those who may not understand what maps may mean and may confuse it with the "mapping" code keyword | ||||
| * | | Create types.rst | James Ray | 2017-06-12 | 1 | -1/+1 |
| | | | | | | | | | Maps will be explained later `[here](http://solidity.readthedocs.io/en/develop/types.html#mappings)`_ | ||||
* | | | Merge pull request #2372 from jamesray1/patch-13 | chriseth | 2017-06-12 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Create types.rst | ||||
| * | | | Added linebreak. | chriseth | 2017-06-12 | 1 | -1/+2 |
| | | | | |||||
| * | | | Create types.rst | James Ray | 2017-06-12 | 1 | -1/+1 |
| |/ / | | | | | | | Note that the following is not a pair of dynamic arrays but a dynamic array of pairs (i.e. of fixed size arrays of length two). | ||||
* / / | Create types.rst | James Ray | 2017-06-12 | 1 | -1/+1 |
|/ / | | | | | hash table link | ||||
* | | Update common-patterns.rst | Matt Wisniewski | 2017-05-03 | 1 | -5/+4 |
| | | |||||
* | | Add warning about SAR in docs | Paweł Bylica | 2017-04-28 | 1 | -0/+6 |
| | | |||||
* | | Document the .value() and .gas() modifiers | Alex Beregszaszi | 2017-03-16 | 1 | -0/+2 |
| | | |||||
* | | Fix inconsistent use of single backticks | Alex Beregszaszi | 2017-03-16 | 1 | -2/+2 |
| | | |||||
* | | Document scientific notation in integer literals | Alex Beregszaszi | 2017-03-15 | 1 | -0/+3 |
| | | |||||
* | | Disallow octal literals. | chriseth | 2017-03-07 | 1 | -3/+2 |
| | | |||||
* | | Prefer .transfer() over .send() in the documentation | Alex Beregszaszi | 2017-02-24 | 1 | -10/+10 |
| | | |||||
* | | Document transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -1/+5 |
| | | |||||
* | | Rename accessor to getter | Alex Beregszaszi | 2017-02-03 | 1 | -5/+5 |
| | | |||||
* | | Simplify length rule. | chriseth | 2017-01-26 | 1 | -2/+2 |
| | | |||||
* | | Documentation. | chriseth | 2017-01-25 | 1 | -0/+13 |
| | | |||||
* | | Fix mapping syntax in docs | Federico Bond | 2016-12-22 | 1 | -1/+1 |
| | | |||||
* | | Update documentation. | chriseth | 2016-12-13 | 1 | -7/+7 |
| | | |||||
* | | Documentation. | chriseth | 2016-12-12 | 1 | -2/+11 |
|/ | |||||
* | docs: describe the form of number literals | Yoichi Hirai | 2016-12-01 | 1 | -0/+8 |
| | | | | This is a part of #1390 | ||||
* | Update types.rst | Yoichi Hirai | 2016-11-25 | 1 | -7/+8 |
| | |||||
* | docs: clarify how many number literal types are there | Yoichi Hirai | 2016-11-25 | 1 | -3/+7 |
| | |||||
* | docs: a bit more about literals | Yoichi Hirai | 2016-11-25 | 1 | -6/+10 |
| | |||||
* | Merge pull request #1408 from ethereum/keytype | chriseth | 2016-11-23 | 1 | -3/+3 |
|\ | | | | | docs: some types cannot be the key type for mappings | ||||
| * | docs: some types cannot be the key type for mappings | Yoichi Hirai | 2016-11-21 | 1 | -3/+3 |
| | | |||||
* | | Fix examples and add explanation. | chriseth | 2016-11-22 | 1 | -1/+5 |
| | | |||||
* | | Fix oracle callback example | Alex Beregszaszi | 2016-11-21 | 1 | -2/+2 |
| | | |||||
* | | Fix function type examples | Alex Beregszaszi | 2016-11-21 | 1 | -5/+11 |
|/ | |||||
* | Documentation: Style update | chriseth | 2016-11-16 | 1 | -5/+5 |
| | |||||
* | Update documentation. | chriseth | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | Fix documentation formatting. | chriseth | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | Mention "payable" in the documentation. | chriseth | 2016-11-16 | 1 | -2/+7 |
| | |||||
* | Updates to the documentation. | chriseth | 2016-11-16 | 1 | -8/+12 |
| | |||||
* | Documentation examples. | chriseth | 2016-11-16 | 1 | -1/+73 |
| | |||||
* | Part of the documentation. | chriseth | 2016-11-16 | 1 | -1/+41 |
| | |||||
* | docs: udpate description of enums about #1334 | Yoichi Hirai | 2016-11-12 | 1 | -1/+2 |
| | |||||
* | Mapping-in-mapping can have accessors too | Alex Beregszaszi | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | Explain accessors on arrays | Alex Beregszaszi | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | Merge the documentation about mappings | Alex Beregszaszi | 2016-10-19 | 1 | -0/+27 |
| | |||||
* | Rename sha3 to keccak256 in the documentation | Alex Beregszaszi | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | A typo fix | Anubhav singh | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Update documentation to version 0.4.0. | chriseth | 2016-09-07 | 1 | -3/+6 |
| | |||||
* | add "pragma solidity ^0.4.0;" to code examples | Dimitry | 2016-09-05 | 1 | -0/+14 |
| | |||||
* | Clarify typecasting | Denton Liu | 2016-08-27 | 1 | -2/+7 |
| | |||||
* | Throw on division by zero. | chriseth | 2016-08-17 | 1 | -0/+2 |
| | |||||
* | Introduce hex literals (#832) | Alex Beregszaszi | 2016-08-16 | 1 | -0/+9 |
| | | | | | | | | | | * Introduce hex keyword token * Support hex literals * Include tests for hex literals * Document hex literals | ||||
* | Correct all UTF-8 spellings | Denton Liu | 2016-08-11 | 1 | -1/+1 |
| | |||||
* | Mention single-quotes | Denton Liu | 2016-08-11 | 1 | -2/+2 |
| | |||||
* | Correct UTF-8 spellings | Denton Liu | 2016-08-11 | 1 | -3/+3 |
| | |||||
* | Document \n, \xNN and \uNNNN | Alex Beregszaszi | 2016-08-05 | 1 | -0/+2 |
| | |||||
* | Fix String Literals documentation about implicit conversions | Alex Beregszaszi | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #764 from Denton-L/make-safe | chriseth | 2016-08-01 | 1 | -1/+2 |
|\ | | | | | Throw if send() fails in example code | ||||
| * | Throw if send() fails in example code | Denton Liu | 2016-07-30 | 1 | -1/+2 |
| | | |||||
* | | Add link to operator table | Denton Liu | 2016-07-21 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #680 from Denton-L/fix-679 | chriseth | 2016-07-09 | 1 | -1/+1 |
|\ | | | | | Add section about default values of variables | ||||
| * | Add reference to default values in mapping section | Denton Liu | 2016-07-04 | 1 | -1/+1 |
| | | |||||
* | | Security Considerations | chriseth | 2016-07-04 | 1 | -0/+7 |
|/ | |||||
* | Restore correct inline code sample | Pi Delport | 2016-06-20 | 1 | -1/+1 |
| | | | (This appears to have been accidentally broken in a73428b4.) | ||||
* | Added missing word in sentence | Fabio Berger | 2016-06-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #618 from chriseth/inlineArrays | chriseth | 2016-06-09 | 1 | -0/+38 |
|\ | | | | | Document inline arrays. | ||||
| * | Fixed typo. | chriseth | 2016-06-03 | 1 | -1/+1 |
| | | |||||
| * | Document inline arrays. | chriseth | 2016-05-31 | 1 | -0/+38 |
| | | |||||
* | | Changed reference name | Denton Liu | 2016-06-02 | 1 | -1/+1 |
| | | |||||
* | | Documented max stack depth at 1024 | Denton Liu | 2016-06-02 | 1 | -1/+1 |
| | | |||||
* | | uint20 is not a type | Denton Liu | 2016-06-02 | 1 | -2/+2 |
| | | |||||
* | | Document some pitfalls in connection with "send". | chriseth | 2016-06-02 | 1 | -0/+6 |
| | | |||||
* | | Link address-type and address-global methods | Denton Liu | 2016-06-02 | 1 | -0/+2 |
| | | |||||
* | | Corrected typo | Denton Liu | 2016-06-02 | 1 | -1/+1 |
|/ | |||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -83/+83 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Modified types.rst | Denton Liu | 2016-05-30 | 1 | -83/+83 |
| | | | | Corrected inline code syntax | ||||
* | Fixed errors introduced by previous commit | Denton Liu | 2016-05-24 | 1 | -1/+2 |
| | | | | #565 introduced some errors in the documentation | ||||
* | updated docs | VoR0220 | 2016-05-19 | 1 | -8/+48 |
| | | | | | | types reference | ||||
* | Corrected errors. | chriseth | 2016-05-19 | 1 | -0/+2 |
| | |||||
* | Changed whitespace formatting | Denton Liu | 2016-05-18 | 1 | -121/+137 |
| | |||||
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -11/+11 |
| | |||||
* | Removed a bad reference to functions-on-addresses | Denton Liu | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Removed bullet characters from types | Denton Liu | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | Extend example | chriseth | 2016-03-14 | 1 | -0/+2 |
| | |||||
* | Clarification | chriseth | 2016-03-14 | 1 | -1/+3 |
| | |||||
* | Fix examples. | chriseth | 2016-03-14 | 1 | -2/+2 |
| | |||||
* | Allocating arrays. | chriseth | 2016-03-14 | 1 | -0/+17 |
| | |||||
* | Documentation for delegatecall. | chriseth | 2016-03-12 | 1 | -4/+4 |
| | |||||
* | Warning about using integer literals in division. | chriseth | 2016-03-11 | 1 | -0/+9 |
| | |||||
* | Added in-depth links to function modifiers, structs and enums in structure ↵ | holgerd77 | 2016-02-19 | 1 | -0/+4 |
| | | | | section | ||||
* | Added in-depth links for further reading to the state variable, function and ↵ | holgerd77 | 2016-02-19 | 1 | -0/+2 |
| | | | | function modifier overview in the structure section | ||||
* | Documentation. | chriseth | 2016-02-10 | 1 | -0/+5 |
| | |||||
* | Added some lost changes. | chriseth | 2015-12-08 | 1 | -0/+6 |
| | |||||
* | Imported documentation. | chriseth | 2015-12-08 | 1 | -0/+524 |