Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bound functions to types. | chriseth | 2015-11-29 | 1 | -0/+1 |
| | |||||
* | Added the `using x for y` directive. | chriseth | 2015-11-27 | 1 | -0/+27 |
| | |||||
* | Convert filter to template function. | chriseth | 2015-11-27 | 1 | -6/+20 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 1 | -30/+16 |
| | |||||
* | Make members context-sensitive. | chriseth | 2015-11-26 | 1 | -10/+10 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 1 | -5/+6 |
| | | | | | | | 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)` | ||||
* | Fix problems with statement blocks. | chriseth | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 1 | -15/+38 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 1 | -0/+6 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+1354 |