Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 1 | -0/+11 |
| | |||||
* | Simple aliasing during import. | chriseth | 2015-12-18 | 1 | -0/+10 |
| | |||||
* | Relative paths in import directives. | chriseth | 2015-12-10 | 1 | -0/+6 |
| | |||||
* | Make members context-sensitive. | chriseth | 2015-11-26 | 1 | -3/+0 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 1 | -0/+3 |
| | | | | | | | 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)` | ||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 1 | -2/+6 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 1 | -1/+26 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+140 |