LianaHus
|
50827306a3
|
used throw statement instead of __throw()
|
2015-09-29 18:24:28 +02:00 |
|
chriseth
|
4457170ba6
|
Merge pull request #96 from chriseth/moreASTOutput
Provide types for VariableDeclaration.
|
2015-09-25 14:22:10 +02:00 |
|
chriseth
|
e81f4ba45e
|
Provide types for VariableDeclaration.
|
2015-09-24 12:12:36 +02:00 |
|
chriseth
|
1736fe8015
|
Merge pull request #95 from chriseth/styleCleanup
Style cleanup.
|
2015-09-24 11:55:44 +02:00 |
|
chriseth
|
59a2d62c58
|
Merge pull request #94 from LianaHus/sol_improve_PR_83
improved overflow checkings
|
2015-09-24 11:55:34 +02:00 |
|
chriseth
|
c49e58a201
|
Style cleanup.
|
2015-09-24 11:05:04 +02:00 |
|
LianaHus
|
99ec6702df
|
improved overflow check in memorySize for ArrayType
|
2015-09-24 10:51:06 +02:00 |
|
chriseth
|
52f7e35843
|
Merge pull request #91 from chriseth/literalStringsToStoragePointer
Literal strings to storage pointer
|
2015-09-24 10:23:35 +02:00 |
|
chriseth
|
4a2114ba35
|
Merge pull request #83 from LianaHus/sol_split_the_source_tree
fixed-sized arrays as return type for functions
|
2015-09-24 01:12:51 +02:00 |
|
chriseth
|
8a9b9e4fdb
|
Do not allow assignment from literal strings to storage pointers.
Fixes #90
|
2015-09-23 17:34:08 +02:00 |
|
chriseth
|
c4b7916c14
|
Test that literal strings cannot be assigned to storage pointers.
|
2015-09-23 17:34:03 +02:00 |
|
LianaHus
|
c096c3c349
|
improved the test
|
2015-09-23 17:31:47 +02:00 |
|
LianaHus
|
5ba559beaf
|
style fix
|
2015-09-23 17:31:47 +02:00 |
|
LianaHus
|
9547c4563c
|
fixed-sized arrays as return type
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
2015-09-23 17:31:37 +02:00 |
|
chriseth
|
09f1f1e595
|
Merge pull request #89 from chriseth/fixCombinedJson
Fix "combined json" output.
|
2015-09-23 15:55:14 +02:00 |
|
chriseth
|
efdea76d5e
|
Merge pull request #85 from chriseth/warnings
Support mulitple errors and warnings.
|
2015-09-23 14:42:54 +02:00 |
|
chriseth
|
317d173218
|
Fix "combined json" output.
|
2015-09-23 14:34:42 +02:00 |
|
chriseth
|
028f561dac
|
Merge pull request #88 from chriseth/versionBump
Version 0.1.3.
|
2015-09-23 00:34:37 +02:00 |
|
chriseth
|
a9cc7c33a0
|
Version 0.1.3.
|
2015-09-23 00:34:03 +02:00 |
|
chriseth
|
3841d39904
|
Merge pull request #87 from chriseth/fixVersion
Add libevmasm version string.
|
2015-09-22 22:54:31 +02:00 |
|
chriseth
|
4d82e3165f
|
Add libevmasm version string.
|
2015-09-22 16:23:21 +02:00 |
|
chriseth
|
5ca79f005e
|
Merge pull request #81 from LianaHus/sol_strings_in_struct
Sol strings in struct
|
2015-09-22 15:41:17 +02:00 |
|
LianaHus
|
ed76798406
|
fixed the test
|
2015-09-22 14:03:09 +02:00 |
|
chriseth
|
e32a063a10
|
Style fix.
|
2015-09-22 12:07:34 +02:00 |
|
chriseth
|
31dc588b55
|
Build fix for MacOS.
|
2015-09-22 11:17:54 +02:00 |
|
chriseth
|
42c0009205
|
Error formatting.
|
2015-09-21 20:03:53 +02:00 |
|
chriseth
|
39d1e2bc06
|
Refactored annotations.
|
2015-09-21 20:03:10 +02:00 |
|
chriseth
|
34a81fd60e
|
Refactoring: Check types outside of AST and recover from some errors.
|
2015-09-21 20:03:05 +02:00 |
|
LianaHus
|
e50400082b
|
fixed using string as a type for struct member
|
2015-09-17 15:15:46 +02:00 |
|
LianaHus
|
e89b8d516b
|
test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
2015-09-17 15:15:36 +02:00 |
|
Marek Kotewicz
|
352c196eb3
|
Merge pull request #79 from arkpar/cmake
Per project versioning
|
2015-09-17 10:34:15 +02:00 |
|
chriseth
|
9dbe425a5d
|
Merge pull request #77 from LianaHus/sol_throw
throw statement implementation
|
2015-09-16 16:43:40 +02:00 |
|
arkpar
|
bda7dbd30a
|
per project versioning
|
2015-09-16 15:55:25 +02:00 |
|
LianaHus
|
1fb7488671
|
style
|
2015-09-16 13:44:07 +02:00 |
|
LianaHus
|
ca08fe50c6
|
style fixes
|
2015-09-16 13:25:32 +02:00 |
|
LianaHus
|
279a36b6f8
|
throw statement implementation
|
2015-09-16 13:25:32 +02:00 |
|
chriseth
|
9d43f2c186
|
Merge pull request #32 from LianaHus/sol_compiletime_check_for_out_of_bound_access_for_arrays
Sol compiletime check for out of bound index(integer constant) access for Ordinary arrays
|
2015-09-15 16:23:06 +02:00 |
|
chriseth
|
9de174ce2e
|
Merge pull request #75 from chriseth/exportRuntimeBytecodeForJson
Export runtime bytecode and version.
|
2015-09-15 12:42:44 +02:00 |
|
chriseth
|
b55cc00180
|
Export runtime bytecode and version.
|
2015-09-15 12:27:29 +02:00 |
|
LianaHus
|
152bc642a6
|
style fix
|
2015-09-15 12:10:23 +02:00 |
|
LianaHus
|
dbb36a7a7b
|
fixed rebase
|
2015-09-15 11:44:04 +02:00 |
|
LianaHus
|
9d44e65932
|
moved the test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
test/libsolidity/SolidityNameAndTypeResolution.cpp
|
2015-09-15 11:41:40 +02:00 |
|
LianaHus
|
466f5a4b88
|
returned test for exceptions in constructor
|
2015-09-15 11:40:20 +02:00 |
|
LianaHus
|
5291467a26
|
removed unneccessary check from ExpresiionCompiler
|
2015-09-15 11:40:20 +02:00 |
|
LianaHus
|
dd3b0664c6
|
style fixes
|
2015-09-15 11:40:20 +02:00 |
|
LianaHus
|
e17938a2a9
|
fixed conflict mergeing
|
2015-09-15 11:40:20 +02:00 |
|
LianaHus
|
bc91464131
|
- changed implementation
- style fixes
|
2015-09-15 11:40:19 +02:00 |
|
LianaHus
|
e4eb40036b
|
- changed implementation
- style fixes
Conflicts:
libsolidity/AST.cpp
|
2015-09-15 11:40:19 +02:00 |
|
LianaHus
|
7dbff2489f
|
some fixes in tests
|
2015-09-15 11:40:19 +02:00 |
|
LianaHus
|
ede1f4b153
|
Update ExpressionCompiler.cpp
Conflicts:
libsolidity/ExpressionCompiler.cpp
|
2015-09-15 11:40:19 +02:00 |
|