Alex Beregszaszi
|
3ae88377d6
|
Change references to FunctionType::Location
|
2017-03-16 12:49:52 +00:00 |
|
Alex Beregszaszi
|
7123f25210
|
Rename FunctionType::Location to FunctionType::Kind
|
2017-03-16 12:49:17 +00:00 |
|
Alex Beregszaszi
|
e7e22c703c
|
Merge pull request #1785 from ethereum/docs-address
Document all address methods in the global variables section
|
2017-03-16 12:46:26 +00:00 |
|
Alex Beregszaszi
|
e34a9600f2
|
Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
|
2017-03-16 12:22:10 +00:00 |
|
chriseth
|
6ecfcbb686
|
Merge pull request #1784 from ethereum/docs-remix
Replace references to browser-solidity with Remix
|
2017-03-16 12:21:32 +01:00 |
|
Alex Beregszaszi
|
b053b6164e
|
Fix typo (recieve to receive)
|
2017-03-16 11:20:39 +00:00 |
|
Alex Beregszaszi
|
18a37ed799
|
Document all address methods in the global variables section
|
2017-03-16 11:17:17 +00:00 |
|
chriseth
|
dbd103f2d2
|
Merge pull request #1786 from ethereum/docs-backticks
Fix inconsistent use of single backticks
|
2017-03-16 12:07:52 +01:00 |
|
chriseth
|
a2eb2c0ae7
|
Merge pull request #1790 from ethereum/revertReleaseFiles
Remove release tag file.
|
2017-03-16 12:05:11 +01:00 |
|
chriseth
|
78c384b394
|
Remove release tag file.
|
2017-03-16 12:03:46 +01:00 |
|
Alex Beregszaszi
|
42f2623cd3
|
Fix list indentation
|
2017-03-16 00:43:30 +00:00 |
|
Alex Beregszaszi
|
4c34adb799
|
Add link to version pragma
|
2017-03-16 00:43:30 +00:00 |
|
Alex Beregszaszi
|
2d8b0fdc39
|
Fix inconsistent use of single backticks
|
2017-03-15 23:41:02 +00:00 |
|
Alex Beregszaszi
|
a0d6ac63cc
|
Replace references to browser-solidity with Remix
|
2017-03-15 22:58:14 +00:00 |
|
chriseth
|
0157b86ce6
|
Merge pull request #1783 from ethereum/version
Bump version to 0.4.11.
|
2017-03-15 18:53:44 +01:00 |
|
chriseth
|
a500581ab0
|
Bump version to 0.4.11.
|
2017-03-15 18:53:12 +01:00 |
|
chriseth
|
59099908c5
|
Merge branch 'release' into develop
|
2017-03-15 17:26:06 +01:00 |
|
chriseth
|
39964f574e
|
Merge pull request #1781 from ethereum/changelog
Finalize changelog.
|
2017-03-15 17:06:14 +01:00 |
|
chriseth
|
4d2f73c00d
|
Finalize changelog.
|
2017-03-15 17:04:16 +01:00 |
|
chriseth
|
0c8a766146
|
Merge pull request #1698 from ethereum/exp-notation
Fix scientific notation in number literals
|
2017-03-15 14:55:45 +01:00 |
|
Alex Beregszaszi
|
07d775294b
|
Document scientific notation in integer literals
|
2017-03-15 13:16:16 +00:00 |
|
Alex Beregszaszi
|
b28be08b6d
|
Add tests for negative base
|
2017-03-15 13:07:28 +00:00 |
|
Alex Beregszaszi
|
b0a23fa77d
|
Add tests for fractional numbers in exponential notation
|
2017-03-15 13:06:27 +00:00 |
|
Alex Beregszaszi
|
e923f27ea8
|
Split out parseRational from isValidLiteral
|
2017-03-15 13:06:27 +00:00 |
|
Alex Beregszaszi
|
dde87de4cf
|
Rename x to value
|
2017-03-15 13:06:27 +00:00 |
|
Alex Beregszaszi
|
a2b9f52ca4
|
Disallow radix points in hex literals
|
2017-03-15 13:06:27 +00:00 |
|
Alex Beregszaszi
|
07045d492f
|
Do not try parsing hex numbers as scientific notation
|
2017-03-15 13:06:27 +00:00 |
|
Alex Beregszaszi
|
dfc8f890bf
|
Support older version of boost
|
2017-03-15 13:06:27 +00:00 |
|
Alex Beregszaszi
|
1083e6da68
|
Support negative exponent
|
2017-03-15 13:06:26 +00:00 |
|
Alex Beregszaszi
|
6014c3fe16
|
Add tests for scientific notation
|
2017-03-15 13:06:26 +00:00 |
|
Alex Beregszaszi
|
924a8fff6b
|
Fix exponentional notation in number literals
|
2017-03-15 13:06:24 +00:00 |
|
chriseth
|
6258fe7185
|
Merge pull request #1778 from ethereum/warnsendtransfer
Mention 'transfer' in warning about unchecked 'send'.
|
2017-03-15 11:41:40 +01:00 |
|
chriseth
|
ab178b8bac
|
Mention 'transfer' in warning about unchecked 'send'.
|
2017-03-15 11:10:24 +01:00 |
|
Yoichi Hirai
|
d134fda0c0
|
Merge pull request #1729 from ethereum/constantvariables
Only allow pure expressions for constant state variables.
|
2017-03-15 10:03:35 +01:00 |
|
chriseth
|
9f328ff749
|
Turn non-constant constants error into warning.
|
2017-03-14 19:25:16 +01:00 |
|
Yoichi Hirai
|
64e00e5371
|
Merge pull request #1767 from ethereum/longlibnames
Do not crash on long linker commandline argument.
|
2017-03-14 18:31:45 +01:00 |
|
Yoichi Hirai
|
409eb9e3e4
|
Merge pull request #1765 from ethereum/requireAssert
Require and Assert.
|
2017-03-14 15:22:01 +01:00 |
|
chriseth
|
47cd8964b8
|
Require and Assert.
|
2017-03-14 14:21:33 +01:00 |
|
chriseth
|
14196f2621
|
Allow long library names.
|
2017-03-14 11:58:43 +01:00 |
|
Yoichi Hirai
|
9aab3b8639
|
Merge pull request #1768 from ethereum/abortiffileexists
Do not overwrite files unless forced.
|
2017-03-13 16:37:55 +01:00 |
|
chriseth
|
c65d506811
|
Documentation update.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
bdbd3b158e
|
Extend documentation for constant state variables.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
592cec7e90
|
Disallow constants that are neither value types nor strings.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
4077e56a2f
|
Documentation.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
fdc41f3b07
|
Changelog entry.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
14948e514d
|
Allow enum values for constants.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
49cfacced2
|
End to end tests for constants.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
f39763e91c
|
Type checking for pure expressions.
|
2017-03-13 13:30:21 +01:00 |
|
chriseth
|
bde913f088
|
Some new tests for constant variables.
|
2017-03-13 13:29:51 +01:00 |
|
Yoichi Hirai
|
ef8b56a058
|
Merge pull request #1751 from ethereum/warnLiteralExpBase
Warn if base of exponentiation operation is a literal.
|
2017-03-10 19:25:47 +01:00 |
|