aboutsummaryrefslogtreecommitdiffstats
path: root/docs/types.rst
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation and warning about accessing contract members inherited ...Daniel Kirchner2018-04-141-2/+2
* Update documentation.chriseth2018-04-121-1/+4
* Set default fixed point decimal places to 18Jason Cobb2018-03-311-1/+1
* Use 0.4.21 pragma for documentation that uses "emit".chriseth2018-03-021-1/+1
* Documentation about emitting events.chriseth2018-02-221-2/+2
* update typesYuShuangqi2018-01-271-1/+1
* Fixes for failing testsJim McDonald2017-12-131-1/+1
* Fix Solidity warningsJim McDonald2017-12-131-43/+45
* Change phrase in type deductionChua Chee Wee2017-11-161-1/+1
* Changed limitation to featureChua Chee Wee2017-10-301-1/+1
* Add reference to EIP-55 in address literals (#3062)Alex Beregszaszi2017-10-101-0/+3
* Do not add members of address to contracts in experimental 0.5.0Alex Beregszaszi2017-10-051-0/+3
* Document function selectorsAlex Beregszaszi2017-09-131-0/+11
* Merge pull request #2871 from ethereum/fixedpointdocschriseth2017-09-051-9/+24
|\
| * Explain the difference between floating and fixed pointAlex Beregszaszi2017-09-041-0/+6
| * Explain fixed point typesAlex Beregszaszi2017-09-041-0/+9
| * Move fixed after int in docsAlex Beregszaszi2017-09-041-9/+9
* | Document gas/value modifiers with overloadingAlex Beregszaszi2017-09-021-0/+6
* | Document byte[] vs bytesAlex Beregszaszi2017-09-021-0/+4
* | Document call/gas modifiers properlyAlex Beregszaszi2017-09-021-0/+12
|/
* Highlight opcodes in docsAlex Beregszaszi2017-08-281-4/+4
* Add pure to grammarAlex Beregszaszi2017-08-241-1/+1
* Introduce view (and keep constant as an alias)Alex Beregszaszi2017-08-231-1/+1
* Update grammar to reflect state mutabilityAlex Beregszaszi2017-08-171-1/+1
* Add proper warning for fixed point typesAlex Beregszaszi2017-08-161-1/+3
* Merge pull request #2659 from jamesray1/patch-25chriseth2017-08-151-0/+2
|\
| * Link: members-of-addressesJames Ray2017-07-281-0/+2
* | Merge pull request #2634 from ethereum/chriseth-patch-1Alex Beregszaszi2017-08-111-2/+3
|\ \ | |/ |/|
| * Clarify internal function typeschriseth2017-07-261-2/+3
* | Use the storage keyword in examplesAlex Beregszaszi2017-07-271-2/+2
* | Mention that callcode is deprecatedAlex Beregszaszi2017-07-271-1/+5
* | Merge pull request #2627 from atfornes/patch-2chriseth2017-07-261-2/+3
|\ \ | |/ |/|
| * Change Mapping example to valid (executable) codeAntonio Tenorio-Fornés2017-07-251-2/+3
* | Merge pull request #2484 from jamesray1/patch-8chriseth2017-07-251-2/+2
|\ \ | |/ |/|
| * Update types.rstJames Ray2017-07-011-2/+2
| * Changed URL for getter to a refJames Ray2017-06-301-1/+1
| * Used a ref for getter instead of a URL.James Ray2017-06-301-1/+1
| * Added links for the getter function.James Ray2017-06-301-2/+2
* | Fix bugs in example contractsAlex Beregszaszi2017-07-141-2/+6
* | Merge pull request #1477 from ethereum/doc-remove-fixedchriseth2017-07-121-16/+2
|\ \
| * | docs: ``var x = 1/4`` is not working, so remove description about itYoichi Hirai2016-12-021-16/+2
* | | Update types.srtBen Che2017-06-301-8/+8
| |/ |/|
* | Warn deprecated usage of parameter names in function typesFederico Bond2017-06-271-2/+2
* | Merge pull request #2373 from jamesray1/patch-14chriseth2017-06-161-1/+1
|\ \
| * | Create types.rstJames Ray2017-06-151-1/+1
| * | Create types.rstJames Ray2017-06-121-1/+1
* | | Merge pull request #2372 from jamesray1/patch-13chriseth2017-06-121-1/+2
|\ \ \
| * | | Added linebreak.chriseth2017-06-121-1/+2
| * | | Create types.rstJames Ray2017-06-121-1/+1
| |/ /
* / / Create types.rstJames Ray2017-06-121-1/+1
|/ /
* | Update common-patterns.rstMatt Wisniewski2017-05-031-5/+4
* | Add warning about SAR in docsPaweł Bylica2017-04-281-0/+6
* | Document the .value() and .gas() modifiersAlex Beregszaszi2017-03-161-0/+2
* | Fix inconsistent use of single backticksAlex Beregszaszi2017-03-161-2/+2
* | Document scientific notation in integer literalsAlex Beregszaszi2017-03-151-0/+3
* | Disallow octal literals.chriseth2017-03-071-3/+2
* | Prefer .transfer() over .send() in the documentationAlex Beregszaszi2017-02-241-10/+10
* | Document transfer()Alex Beregszaszi2017-02-241-1/+5
* | Rename accessor to getterAlex Beregszaszi2017-02-031-5/+5
* | Simplify length rule.chriseth2017-01-261-2/+2
* | Documentation.chriseth2017-01-251-0/+13
* | Fix mapping syntax in docsFederico Bond2016-12-221-1/+1
* | Update documentation.chriseth2016-12-131-7/+7
* | Documentation.chriseth2016-12-121-2/+11
|/
* docs: describe the form of number literalsYoichi Hirai2016-12-011-0/+8
* Update types.rstYoichi Hirai2016-11-251-7/+8
* docs: clarify how many number literal types are thereYoichi Hirai2016-11-251-3/+7
* docs: a bit more about literalsYoichi Hirai2016-11-251-6/+10
* Merge pull request #1408 from ethereum/keytypechriseth2016-11-231-3/+3
|\
| * docs: some types cannot be the key type for mappingsYoichi Hirai2016-11-211-3/+3
* | Fix examples and add explanation.chriseth2016-11-221-1/+5
* | Fix oracle callback exampleAlex Beregszaszi2016-11-211-2/+2
* | Fix function type examplesAlex Beregszaszi2016-11-211-5/+11
|/
* Documentation: Style updatechriseth2016-11-161-5/+5
* Update documentation.chriseth2016-11-161-1/+2
* Fix documentation formatting.chriseth2016-11-161-2/+2
* Mention "payable" in the documentation.chriseth2016-11-161-2/+7
* Updates to the documentation.chriseth2016-11-161-8/+12
* Documentation examples.chriseth2016-11-161-1/+73
* Part of the documentation.chriseth2016-11-161-1/+41
* docs: udpate description of enums about #1334Yoichi Hirai2016-11-121-1/+2
* Mapping-in-mapping can have accessors tooAlex Beregszaszi2016-10-191-0/+3
* Explain accessors on arraysAlex Beregszaszi2016-10-191-0/+3
* Merge the documentation about mappingsAlex Beregszaszi2016-10-191-0/+27
* Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-061-2/+2
* A typo fixAnubhav singh2016-10-051-1/+1
* Update documentation to version 0.4.0.chriseth2016-09-071-3/+6
* add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-051-0/+14
* Clarify typecastingDenton Liu2016-08-271-2/+7
* Throw on division by zero.chriseth2016-08-171-0/+2
* Introduce hex literals (#832)Alex Beregszaszi2016-08-161-0/+9
* Correct all UTF-8 spellingsDenton Liu2016-08-111-1/+1
* Mention single-quotesDenton Liu2016-08-111-2/+2
* Correct UTF-8 spellingsDenton Liu2016-08-111-3/+3
* Document \n, \xNN and \uNNNNAlex Beregszaszi2016-08-051-0/+2
* Fix String Literals documentation about implicit conversionsAlex Beregszaszi2016-08-051-1/+1
* Merge pull request #764 from Denton-L/make-safechriseth2016-08-011-1/+2
|\
| * Throw if send() fails in example codeDenton Liu2016-07-301-1/+2
* | Add link to operator tableDenton Liu2016-07-211-0/+3
|/
* Merge pull request #680 from Denton-L/fix-679chriseth2016-07-091-1/+1
|\
| * Add reference to default values in mapping sectionDenton Liu2016-07-041-1/+1
* | Security Considerationschriseth2016-07-041-0/+7
|/
* Restore correct inline code samplePi Delport2016-06-201-1/+1
* Added missing word in sentenceFabio Berger2016-06-181-1/+1
* Merge pull request #618 from chriseth/inlineArrayschriseth2016-06-091-0/+38
|\
| * Fixed typo.chriseth2016-06-031-1/+1
| * Document inline arrays.chriseth2016-05-311-0/+38
* | Changed reference nameDenton Liu2016-06-021-1/+1
* | Documented max stack depth at 1024Denton Liu2016-06-021-1/+1
* | uint20 is not a typeDenton Liu2016-06-021-2/+2
* | Document some pitfalls in connection with "send".chriseth2016-06-021-0/+6
* | Link address-type and address-global methodsDenton Liu2016-06-021-0/+2
* | Corrected typoDenton Liu2016-06-021-1/+1
|/
* Changed inline code syntaxDenton Liu2016-05-301-83/+83
* Modified types.rstDenton Liu2016-05-301-83/+83
* Fixed errors introduced by previous commitDenton Liu2016-05-241-1/+2
* updated docsVoR02202016-05-191-8/+48
* Corrected errors.chriseth2016-05-191-0/+2
* Changed whitespace formattingDenton Liu2016-05-181-121/+137
* Removed trailing whitespaceDenton Liu2016-05-181-11/+11
* Removed a bad reference to functions-on-addressesDenton Liu2016-05-061-1/+1
* Removed bullet characters from typesDenton Liu2016-05-061-2/+2
* Extend examplechriseth2016-03-141-0/+2
* Clarificationchriseth2016-03-141-1/+3
* Fix examples.chriseth2016-03-141-2/+2
* Allocating arrays.chriseth2016-03-141-0/+17
* Documentation for delegatecall.chriseth2016-03-121-4/+4
* Warning about using integer literals in division.chriseth2016-03-111-0/+9
* Added in-depth links to function modifiers, structs and enums in structure se...holgerd772016-02-191-0/+4
* Added in-depth links for further reading to the state variable, function and ...holgerd772016-02-191-0/+2
* Documentation.chriseth2016-02-101-0/+5
* Added some lost changes.chriseth2015-12-081-0/+6
* Imported documentation.chriseth2015-12-081-0/+524