Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fallback functions. | Christian | 2015-01-30 | 1 | -5/+5 |
| | |||||
* | Remove test different_argument_numbers. | Christian | 2015-01-29 | 1 | -51/+0 |
| | |||||
* | Super keyword. | Christian | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Magic variables are only needed durinng name and type resolution, not during ↵ | Christian | 2015-01-20 | 1 | -1/+1 |
| | | | | compilation. | ||||
* | Arbitrary precision integer constants. | Christian | 2015-01-09 | 1 | -4/+4 |
| | |||||
* | Adjusting Solidity Optimizer Tests | Lefteris Karapetsas | 2015-01-09 | 1 | -7/+7 |
| | |||||
* | Adjusting SolidityCompiler tests | Lefteris Karapetsas | 2015-01-08 | 1 | -10/+7 |
| | | | | | - Adjusting SolidityCompiler tests to take into account the size of the new Function Selector | ||||
* | Solidity Tests names are now more consistent | Lefteris Karapetsas | 2014-12-18 | 1 | -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 |