aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityCompiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* loadFromMemoryDynamicChristian2015-02-171-5/+5
|
* Fallback functions.Christian2015-01-301-5/+5
|
* Remove test different_argument_numbers.Christian2015-01-291-51/+0
|
* Super keyword.Christian2015-01-291-1/+1
|
* Magic variables are only needed durinng name and type resolution, not during ↵Christian2015-01-201-1/+1
| | | | compilation.
* Arbitrary precision integer constants.Christian2015-01-091-4/+4
|
* Adjusting Solidity Optimizer TestsLefteris Karapetsas2015-01-091-7/+7
|
* Adjusting SolidityCompiler testsLefteris Karapetsas2015-01-081-10/+7
| | | | | - Adjusting SolidityCompiler tests to take into account the size of the new Function Selector
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+248
- File names and Boost Test Suite have the same name now for every solidity Test, so that there is no need to guess or check when you want to run a specific suite from the command line