| Commit message (Expand) | Author | Age | Files | Lines |
* | Stylistic changes. | chriseth | 2014-11-04 | 2 | -5/+4 |
* | Some tests and bugfixes for the compiler. | Christian | 2014-11-03 | 3 | -20/+14 |
* | Bugfix: Swap before mod and div. | Christian | 2014-11-03 | 1 | -2/+2 |
* | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-11-01 | 11 | -100/+179 |
|\ |
|
| * | Big fixes. | Gav Wood | 2014-10-31 | 1 | -2/+2 |
| * | Corrected doxygen post comments. | Christian | 2014-10-31 | 2 | -8/+8 |
| * | Further const placement changes. | Christian | 2014-10-30 | 4 | -7/+7 |
| * | Fixed placements of const. | Christian | 2014-10-30 | 2 | -9/+9 |
| * | Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler | Christian | 2014-10-30 | 1 | -0/+2 |
| |\ |
|
| * | | Adjustments for the NEG->BNOT change. | Christian | 2014-10-29 | 1 | -8/+5 |
| * | | Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler | Christian | 2014-10-29 | 2 | -26/+2 |
| |\ \ |
|
| * | | | Forgot some asterisks. | Christian | 2014-10-28 | 2 | -8/+12 |
| * | | | Asterisk-syntax for doxygen class documentation. | Christian | 2014-10-28 | 6 | -74/+159 |
| * | | | Stylistic corrections. | Christian | 2014-10-28 | 3 | -26/+22 |
* | | | | Actual contract creator and add solidity to AlethZero interface. | Christian | 2014-10-31 | 7 | -6/+113 |
* | | | | Function selector and variable (un)packing. | Christian | 2014-10-31 | 4 | -11/+117 |
* | | | | Renamed file. | Christian | 2014-10-31 | 5 | -3/+4 |
* | | | | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-10-30 | 0 | -0/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Parser fix: Consume break and continue. | Christian | 2014-10-29 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 19 | -567/+937 |
* | | | Bugfix: Allow empty return statements without type checking. | Christian | 2014-10-30 | 1 | -0/+2 |
* | | | Compiler for assignments. | Christian | 2014-10-29 | 5 | -29/+123 |
* | | | NEG->BNOT change | Christian | 2014-10-29 | 1 | -8/+4 |
* | | | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-10-29 | 2 | -26/+2 |
|\| |
| |/
|/| |
|
| * | Merge pull request #418 from chriseth/dependencyCleanup | Gav Wood | 2014-10-26 | 1 | -26/+1 |
| |\ |
|
| | * | CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidit... | Christian | 2014-10-26 | 1 | -26/+1 |
| * | | Warnings fixes. | Gav Wood | 2014-10-26 | 1 | -0/+1 |
| |/ |
|
* | | Removed some more boost asserts. | Christian | 2014-10-25 | 1 | -20/+20 |
* | | Removed std:: where it made sense. | Christian | 2014-10-25 | 5 | -57/+66 |
* | | Replace BOOST_ASSERT by assert. | Christian | 2014-10-25 | 7 | -38/+34 |
* | | Documentation for AST, Parser, Scanner and other classes. | Christian | 2014-10-25 | 5 | -36/+93 |
* | | Some documentation. | Christian | 2014-10-25 | 6 | -12/+31 |
* | | Expression compiler. | Christian | 2014-10-25 | 7 | -30/+671 |
|/ |
|
* | Merge pull request #410 from chriseth/sol_exceptions | Gav Wood | 2014-10-25 | 12 | -69/+222 |
|\ |
|
| * | Use the passed stream, not std::cerr. | Christian | 2014-10-25 | 1 | -5/+5 |
| * | Use endl instead of "\n". | Christian | 2014-10-24 | 2 | -7/+7 |
| * | Remove nullptr comparisons. | Christian | 2014-10-24 | 6 | -24/+21 |
| * | Use createTypeError everywhere and stream out Location. | Christian | 2014-10-24 | 5 | -11/+13 |
| * | Use boost errinfo. | Christian | 2014-10-24 | 8 | -83/+164 |
| * | Improved exceptions and reporting exceptions for command-line compiler. | Christian | 2014-10-23 | 6 | -38/+111 |
* | | Sorted include directives. | Christian | 2014-10-24 | 1 | -1/+1 |
* | | Type information for AST printer. | Christian | 2014-10-23 | 4 | -7/+53 |
|/ |
|
* | Corrected spacing around colon. | Christian | 2014-10-23 | 7 | -73/+68 |
* | Cleanup of copyright headers. | Christian | 2014-10-20 | 2 | -82/+102 |
* | Access modifier cleanup. | Christian | 2014-10-20 | 3 | -1/+28 |
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 13 | -313/+302 |
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 12 | -76/+74 |
* | Keyword cleanup | Christian | 2014-10-17 | 2 | -65/+14 |
* | Coding style and cleanup | Christian | 2014-10-17 | 14 | -315/+199 |
* | Corrected coding style. | Christian | 2014-10-16 | 20 | -1049/+1145 |
* | Remove unused parameters. | Christian | 2014-10-16 | 1 | -3/+3 |
* | Some fixes for the type system, should be quite usable now. | Christian | 2014-10-16 | 4 | -159/+195 |
* | Added meaningful exception types. | Christian | 2014-10-16 | 4 | -29/+77 |
* | Type system, not yet complete. | Christian | 2014-10-16 | 13 | -123/+816 |
* | Added copyright blocks. | Christian | 2014-10-13 | 8 | -0/+176 |
* | Name resolution. | Christian | 2014-10-13 | 10 | -64/+318 |
* | AST printer and command line tool, some fixes. | Christian | 2014-10-10 | 8 | -55/+955 |
* | Initial implementation of Solidity parser finished, not yet tested much. | Christian | 2014-10-10 | 4 | -28/+338 |
* | Corrected indentation. | Christian | 2014-10-09 | 9 | -1273/+1292 |
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 8 | -68/+264 |
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 9 | -28/+675 |
* | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 5 | -0/+1370 |