Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Magic variables. | Christian | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Contracts as types and framework for special global variables. | Christian | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Mapping types. | Christian | 2014-11-14 | 1 | -2/+0 |
| | |||||
* | Replace function selector jump table by more resilient linear time check. | Christian | 2014-11-10 | 1 | -7/+7 |
| | |||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h libsolidity/Compiler.cpp libsolidity/Compiler.h libsolidity/NameAndTypeResolver.h libsolidity/Types.cpp solc/main.cpp test/solidityCompiler.cpp | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | ExpressionStatement functions as glue between Statements and Expressions. This way it is possible to detect when the border between statements and expressions is crossed while walking the AST. Note that ExpressionStatement is not the only border, almost every statement can contains expressions. | ||||
* | | 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 |