chriseth
|
10c2df8b33
|
Update version to 0.4.9.
|
2017-01-13 13:56:55 +01:00 |
|
Yoichi Hirai
|
20c62a132d
|
Make enum Tier into an enum class
|
2017-01-13 13:19:14 +01:00 |
|
chriseth
|
e22672b7c7
|
Update Changelog.md
|
2017-01-13 12:18:22 +01:00 |
|
chriseth
|
bde0b40634
|
Merge pull request #1479 from ethereum/function_variable_mixin
Disallow mixin of functions and attributes under the same name
|
2017-01-13 09:36:00 +01:00 |
|
chriseth
|
14703ca002
|
Merge pull request #1560 from ethereum/cmake
Travis CI: Install latest CMake
|
2017-01-13 00:28:09 +01:00 |
|
chriseth
|
6b364fc2fe
|
Merge pull request #1549 from ethereum/optimizeOptimizer
Optimize optimizer
|
2017-01-12 18:43:55 +01:00 |
|
chriseth
|
3cfa851f6f
|
Minor changes from review.
|
2017-01-12 17:53:06 +01:00 |
|
chriseth
|
a32def5c42
|
Changelog entry.
|
2017-01-12 17:52:50 +01:00 |
|
chriseth
|
d34b561f68
|
Windows build fix.
|
2017-01-12 17:52:27 +01:00 |
|
chriseth
|
58509ca3aa
|
Fix match groups.
|
2017-01-12 17:52:27 +01:00 |
|
chriseth
|
7127f2fdfd
|
Fix debug output.
|
2017-01-12 17:52:27 +01:00 |
|
chriseth
|
da5e171f3b
|
Optimize constant optimization.
|
2017-01-12 17:52:27 +01:00 |
|
chriseth
|
f1a4976ce6
|
Optimise simplification rules (sort into bins).
|
2017-01-12 17:52:26 +01:00 |
|
chriseth
|
a3b01eca27
|
Do not evaluate strings if assertion succeeds.
|
2017-01-12 17:52:26 +01:00 |
|
chriseth
|
652d8dab19
|
Optimize pattern matcher.
|
2017-01-12 17:52:26 +01:00 |
|
chriseth
|
afad40ac5a
|
Optimise AssemblyItem::m_data.
|
2017-01-12 17:52:26 +01:00 |
|
Alex Beregszaszi
|
0cb95ac35e
|
LLL: add test for (panic) in a sequence
|
2017-01-12 14:52:01 +00:00 |
|
chriseth
|
4713dd625d
|
Fix error tag usage in lll.
|
2017-01-23 15:46:03 +01:00 |
|
Paweł Bylica
|
ee0bf07487
|
Travis CI: Install latest CMake
|
2017-01-12 14:14:19 +01:00 |
|
chriseth
|
74d74fb00b
|
Merge pull request #1548 from VoR0220/remappingBugFix
Remapping bug fix
|
2017-01-12 12:02:30 +01:00 |
|
chriseth
|
b983c7492f
|
Merge pull request #1558 from anders94/doc-rewording
Re-wording for Clarity
|
2017-01-12 11:42:46 +01:00 |
|
Yoichi Hirai
|
abc24420a7
|
ast: events have FunctionType too
|
2017-01-11 20:06:59 +01:00 |
|
Yoichi Hirai
|
7fea4b7360
|
analysis: use Declaration::functionType() in another location
|
2017-01-11 19:55:55 +01:00 |
|
Yoichi Hirai
|
eda147f47b
|
ast: add Declaration::functionType()
|
2017-01-11 19:55:50 +01:00 |
|
Anders Brownworth
|
5e29b4cde2
|
Re-word somewhat bumpy sentence to be more clear.
|
2017-01-11 13:13:11 -05:00 |
|
VoR0220
|
b6508ca992
|
fixed
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-11 12:03:54 -06:00 |
|
VoR0220
|
4542f459f1
|
added fix and a test for order independence of nested prefixing
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-11 11:45:14 -06:00 |
|
Yoichi Hirai
|
e254a59bd2
|
Changelog: add a line about #1479
|
2017-01-11 18:28:11 +01:00 |
|
Yoichi Hirai
|
bd6e65a89c
|
docs: document the resriction about a function and an event of the same name, and so on
|
2017-01-11 18:28:11 +01:00 |
|
Yoichi Hirai
|
9602318eab
|
test: allow multiple errors in modifier-function overriding
|
2017-01-11 18:28:11 +01:00 |
|
Yoichi Hirai
|
0216f34010
|
analysis: avoid emscripten build failure
|
2017-01-11 18:28:11 +01:00 |
|
Yoichi Hirai
|
91d4e8e0ba
|
analysis: changes necessary to compile std/StandardToken.sol
|
2017-01-11 18:28:11 +01:00 |
|
Yoichi Hirai
|
42b6726173
|
analysis: allow some shadowings explicitly
|
2017-01-11 18:28:11 +01:00 |
|
Yoichi Hirai
|
bff76c1ca0
|
analysis: report errors when inheritance causes collision
|
2017-01-11 18:28:11 +01:00 |
|
VoR0220
|
4585bfdce7
|
cleanup
Signed-off-by: VoR0220 <rj@erisindustries.com>
fixup
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-11 11:03:02 -06:00 |
|
Yoichi Hirai
|
fa157883f5
|
Merge pull request #1555 from ethereum/chriseth-patch-1
Changelog entry about assembly output
|
2017-01-11 18:00:19 +01:00 |
|
VoR0220
|
e96c32a072
|
changelog entry
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-11 09:32:07 -06:00 |
|
chriseth
|
643182865b
|
Changelog entry about assembly output
|
2017-01-11 16:20:13 +01:00 |
|
VoR0220
|
e02270bbb4
|
fixed unused filepath bug
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-11 09:03:41 -06:00 |
|
chriseth
|
4f5da2ea14
|
Merge pull request #1553 from federicobond/improve-grammar
Improve grammar specification
|
2017-01-11 11:19:40 +01:00 |
|
Federico Bond
|
26eff0e0d8
|
grammar.txt: Replace Identifier for Typename in NewExpression
|
2017-01-11 01:35:29 -03:00 |
|
Federico Bond
|
c15b0fb596
|
grammar.txt: Add named function arguments
|
2017-01-11 01:33:55 -03:00 |
|
Federico Bond
|
d61b911a3a
|
grammar.txt: Move StorageLocation? up to VariableDeclaration
|
2017-01-11 01:33:33 -03:00 |
|
chriseth
|
26a90af4d2
|
Merge pull request #1330 from ethereum/assemblyDef
Assembly definition.
|
2017-01-10 17:56:58 +01:00 |
|
VoR0220
|
8ace851831
|
much smaller helper function
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-10 07:17:11 -06:00 |
|
chriseth
|
354a10be36
|
Merge pull request #1542 from ethereum/publishTarball
Create source tarballs for releases.
|
2017-01-09 15:17:01 +01:00 |
|
chriseth
|
ceac5c5a0c
|
Move explanatory sections and other small changes.
|
2017-01-09 15:15:30 +01:00 |
|
chriseth
|
1cecaab9b6
|
Replace `` by $().
|
2017-01-09 12:14:01 +01:00 |
|
VoR0220
|
79dbd40096
|
can do this purely on length. Also made prefix filesystem string for more accurate readings.
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-08 22:53:57 -06:00 |
|
VoR0220
|
6d9020b3b8
|
fixed test and added solution
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2017-01-08 22:53:54 -06:00 |
|