Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for warnings. Take note. | Gav Wood | 2014-11-07 | 1 | -1/+1 |
* | Type promotion fixes and tests. | Christian | 2014-11-06 | 1 | -4/+4 |
* | Compile warnings fixed. | Gav Wood | 2014-11-06 | 1 | -12/+12 |
* | Test adjustments. | Christian | 2014-11-03 | 1 | -4/+3 |
* | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-11-01 | 1 | -2/+2 |
|\ | |||||
| * | Big fixes. | Gav Wood | 2014-10-31 | 1 | -2/+2 |
| * | Further const placement changes. | Christian | 2014-10-30 | 1 | -1/+1 |
| * | Adjustments for the NEG->BNOT change. | Christian | 2014-10-29 | 1 | -3/+1 |
| * | Forgot some asterisks. | Christian | 2014-10-28 | 1 | -1/+3 |
* | | Actual contract creator and add solidity to AlethZero interface. | Christian | 2014-10-31 | 1 | -16/+19 |
* | | Function selector and variable (un)packing. | Christian | 2014-10-31 | 1 | -21/+37 |
* | | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -193/+130 |
* | | Compiler for assignments. | Christian | 2014-10-29 | 1 | -5/+57 |
* | | NEG->BNOT change | Christian | 2014-10-29 | 1 | -3/+1 |
|/ | |||||
* | Expression compiler. | Christian | 2014-10-25 | 1 | -0/+229 |