Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed std:: where it made sense. | Christian | 2014-10-25 | 1 | -14/+15 |
* | Replace BOOST_ASSERT by assert. | Christian | 2014-10-25 | 1 | -8/+8 |
* | Cleanup of copyright headers. | Christian | 2014-10-20 | 1 | -41/+51 |
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -12/+19 |
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -8/+8 |
* | Keyword cleanup | Christian | 2014-10-17 | 1 | -15/+2 |
* | Coding style and cleanup | Christian | 2014-10-17 | 1 | -33/+41 |
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -467/+444 |
* | Corrected indentation. | Christian | 2014-10-09 | 1 | -447/+447 |
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 1 | -5/+43 |
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 1 | -10/+32 |
* | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 1 | -0/+653 |