index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
types.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
Chris Ward
2018-10-15
1
-1
/
+1
*
|
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.
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
|
\
|
*
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
|
\
\
|
*
|
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.
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.
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.
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
|
\
\
|
|
/
|
/
|
|
*
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 (u)intXX...
Daniel Kirchner
2018-08-15
1
-11
/
+84
*
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
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 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
|
\
\
|
|
/
|
/
|
|
*
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
*
Enforces visibility specifier and updates docs.
Erik Kundt
2018-07-17
1
-2
/
+1
*
Merge pull request #4512 from chase1745/use-explicit-data-locations-external-...
chriseth
2018-07-16
1
-10
/
+10
|
\
|
*
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
|
/
*
Removed repeated documentation
Nicolás Venturo
2018-07-13
1
-4
/
+0
*
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
|
\
|
*
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
|
/
*
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 LefterisJP/update_solidity_version_where_revert...
chriseth
2018-04-17
1
-1
/
+1
|
\
|
*
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
|
/
*
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
*
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
*
Changed limitation to feature
Chua Chee Wee
2017-10-30
1
-1
/
+1
*
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 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
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
chriseth
2017-07-26
1
-2
/
+3
*
|
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
Antonio Tenorio-Fornés
2017-07-25
1
-2
/
+3
*
|
Merge pull request #2484 from jamesray1/patch-8
chriseth
2017-07-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
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
|
\
\
|
*
|
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
|
|
/
|
/
|
*
|
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
|
\
\
|
*
|
Create types.rst
James Ray
2017-06-15
1
-1
/
+1
|
*
|
Create types.rst
James Ray
2017-06-12
1
-1
/
+1
*
|
|
Merge pull request #2372 from jamesray1/patch-13
chriseth
2017-06-12
1
-1
/
+2
|
\
\
\
|
*
|
|
Added linebreak.
chriseth
2017-06-12
1
-1
/
+2
|
*
|
|
Create types.rst
James Ray
2017-06-12
1
-1
/
+1
|
|
/
/
*
/
/
Create types.rst
James Ray
2017-06-12
1
-1
/
+1
|
/
/
*
|
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
*
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
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
*
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
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 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
*
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
|
\
|
*
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
*
Modified types.rst
Denton Liu
2016-05-30
1
-83
/
+83
*
Fixed errors introduced by previous commit
Denton Liu
2016-05-24
1
-1
/
+2
*
updated docs
VoR0220
2016-05-19
1
-8
/
+48
*
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 se...
holgerd77
2016-02-19
1
-0
/
+4
*
Added in-depth links for further reading to the state variable, function and ...
holgerd77
2016-02-19
1
-0
/
+2
*
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