aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis
Commit message (Collapse)AuthorAgeFilesLines
...
* Make members context-sensitive.chriseth2015-11-265-19/+14
|
* Fix MSVC errors and warnings.chriseth2015-11-262-4/+5
|
* Make some functions const.chriseth2015-11-262-4/+4
|
* Type checking for creating new arrays.chriseth2015-11-263-2/+28
|
* Allow "new expressions" also for general type names.chriseth2015-11-263-26/+44
| | | | | | | Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)`
* Addmod and mulmod.chriseth2015-11-191-0/+4
|
* style fixLianaHus2015-11-072-12/+14
|
* style fixesLianaHus2015-11-073-25/+26
|
* fixed test frameworkLianaHus2015-11-072-10/+8
|
* fixLianaHus2015-11-073-35/+60
|
* fixed return valu for resolverLianaHus2015-11-072-5/+5
|
* added SourceLocations to error reporting for ReferenceResolverLianaHus2015-11-072-15/+18
|
* passed SourceLocations instead of nodes to the error reporting functionLianaHus2015-11-075-109/+116
|
* fixed buildLianaHus2015-11-071-3/+4
|
* added errors tu ReferencesResolverLianaHus2015-11-073-55/+78
|
* Allow docstrings for statements.chriseth2015-10-272-12/+30
|
* Fix indent.chriseth2015-10-271-3/+3
|
* Store docstrings in AST annotations.chriseth2015-10-262-0/+181
|
* File reorganisation.chriseth2015-10-2112-0/+2898