Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Type checking for creating new arrays. | chriseth | 2015-11-26 | 1 | -4/+2 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 3 | -7/+11 |
| | | | | | | | 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)` | ||||
* | Fixed string inside struct allocation bug. | chriseth | 2015-11-24 | 2 | -4/+5 |
| | |||||
* | Addmod and mulmod. | chriseth | 2015-11-19 | 1 | -0/+2 |
| | |||||
* | Fix problems with statement blocks. | chriseth | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 3 | -17/+51 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 3 | -1/+53 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 15 | -0/+7337 |