831 Commits (29fb1f2d238a7aaafaa292c5e5c24963a1f0b4b8)

Author SHA1 Message Date
Liana Husikyan f61f429f34 style fixes 10 years ago
Liana Husikyan 197837b1f6 style fixes 10 years ago
chriseth 3a417e5fe5 Improved type conversion error messages. 10 years ago
Paweł Bylica a9f3df90b1 Add missing override specifiers. 10 years ago
Paweł Bylica 4205cf79f9 Remove pessimising moves. 10 years ago
chriseth 9db5fb5bb6 Improved "Stack too deep" error message. 10 years ago
chriseth 089c9477b4 Style. 10 years ago
chriseth 0f8c4a7fbb Bare functions return success condition. 10 years ago
chriseth b60da19241 Fallback takes constant amount of gas, and send to gas with send. 10 years ago
chriseth 3fc61e9087 Compute constants 10 years ago
chriseth 2b9e46d8f6 Style. 10 years ago
chriseth ac79514e63 Ability to specify the storage location of a reference type. 10 years ago
Liana Husikyan f604ab72ee Update Types.cpp 10 years ago
Liana Husikyan ee2b5e7cb4 fixed assigning negative number to unsigned 10 years ago
Liana Husikyan 9da464ee05 - style fixes 10 years ago
Liana Husikyan 4757651b64 - conversion of positive literals to signed int 10 years ago
Liana Husikyan 4f925169c1 fixed assertion 10 years ago
Liana Husikyan 2c0d9e9968 corrected the calculation of gas for send 10 years ago
chriseth b81ae7d470 Do not put duplicate labels for accessor functions. 10 years ago
Liana Husikyan 32458c0808 fixed CALL case. added exception 10 years ago
Liana Husikyan 7512689bec style fixes 10 years ago
Liana Husikyan 0d55798adf removed exception when function is not found 10 years ago
Liana Husikyan a723fb7e81 special handle of send 10 years ago
Liana Husikyan 77e1d116ca one more test to test the call of non-existed function 10 years ago
Liana Husikyan d89589febc style fixes 10 years ago
Liana Husikyan fb564b222d fixed mistake because of conflict resolving 10 years ago
Liana Husikyan 10fe1b4cfe added error jump instead of STOP instraction in case of exception 10 years ago
chriseth b6f9d51cd6 Re-introduce string type. 10 years ago
chriseth ba6efaf408 Allow duplicate code removal for loops. 10 years ago
chriseth 1a3d6904d7 Gas estimation for internal functions. 10 years ago
chriseth 6281c11534 Sort keywords and add some reserved keywords. 10 years ago
chriseth 9e2e73da3a Functional gas estimator. 10 years ago
Liana Husikyan 7c35547631 Update InterfaceHandler.cpp 10 years ago
chriseth 31c6ee40f6 Gas estimation taking known state into account. 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
Liana Husikyan 2d377d95ea added ';' 10 years ago
Liana Husikyan f02962a368 added constructor to solidiy abi 10 years ago
chriseth fff1a1379e Fixed error message about explicit type conversion. 10 years ago
chriseth 4c69ecf16b Bare callcode for addresses and contracts. 10 years ago
chriseth b4912db1c6 Succint interfaces. 10 years ago
chriseth 18e223e945 Reverse if and else body. 10 years ago
Liana Husikyan 6cc7bb915a updated unit test 10 years ago
Liana Husikyan ef6c158805 bug in abi. fixed external type for return parameters 10 years ago
Gav Wood 9071de1133 Build fixes. 10 years ago
Liana Husikyan 4081752e63 style changes 10 years ago
Liana Husikyan 71c2c7da45 fixed the test 10 years ago
Liana Husikyan 91b7f87c56 implemented cleanup of duplication in resolver 10 years ago
Liana Husikyan 328d40450f changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP) 10 years ago
chriseth 37440f3a01 New ABI encoding for dynamic types. 10 years ago
Liana Husikyan 14ab7baa76 adde the positions for the end of SourceLocation 10 years ago