Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cond-expr] add another parser expression | Lu Guanqun | 2016-01-23 | 1 | -0/+1 |
| | |||||
* | [cond-expr] add parser test cases | Lu Guanqun | 2016-01-23 | 1 | -0/+80 |
| | |||||
* | add a test case for decayed tuple expression as left value | Lu Guanqun | 2016-01-04 | 1 | -0/+1 |
| | |||||
* | Parse complex import directives. | chriseth | 2015-12-18 | 1 | -0/+21 |
| | |||||
* | updated tests and much simpler algorithm for parsing errors | RJ Catalano | 2015-12-17 | 1 | -21/+8 |
| | |||||
* | added one more test and realized that there was one last change before the ↵ | RJ Catalano | 2015-12-17 | 1 | -5/+32 |
| | | | | parser is perfect | ||||
* | changed a couple of small nuances, made an attempt at fixing the parsing in ↵ | RJ Catalano | 2015-12-17 | 1 | -6/+20 |
| | | | | the inline arrays case (fails), and added test for inline arrays per Chriseth request | ||||
* | updated attempt, a couple of more things to sort through and change | RJ Catalano | 2015-12-16 | 1 | -0/+14 |
| | |||||
* | Added the `using x for y` directive. | chriseth | 2015-11-27 | 1 | -0/+15 |
| | |||||
* | Fix smart pointer lifetime issue in tests. | chriseth | 2015-11-26 | 1 | -16/+15 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 1 | -8/+8 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Correctly parse ambiguities like `A.B[10] x` and `x.y[10] = 3`. | chriseth | 2015-10-16 | 1 | -0/+18 |
| | |||||
* | Some fixes taking other pull requests into account. | chriseth | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Tuple expressions. | chriseth | 2015-10-15 | 1 | -1/+16 |
| | |||||
* | some more style fixes | LianaHus | 2015-10-15 | 1 | -4/+4 |
| | |||||
* | mainly style fixes/renaming | LianaHus | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | fixed new tests | LianaHus | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | errors instead of exceptions | LianaHus | 2015-10-15 | 1 | -89/+135 |
| | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 1 | -1/+1 |
| | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | Some more tests and typos fixed. | chriseth | 2015-10-13 | 1 | -0/+2 |
| | |||||
* | Multi-variable declarations. | chriseth | 2015-10-13 | 1 | -12/+0 |
| | |||||
* | Introduced tuple type and added multi variable declarations to type | chriseth | 2015-10-10 | 1 | -0/+12 |
| | | | | checker. | ||||
* | Tests for multi variable declaration. | chriseth | 2015-10-09 | 1 | -0/+18 |
| | |||||
* | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 1 | -0/+10 |
| | |||||
* | - added tests to test empty comment | LianaHus | 2015-09-10 | 1 | -0/+10 |
| | | | | | - fixed skipSingleLineComment - some style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -13/+13 |
| | |||||
* | Move Solidity tests. | chriseth | 2015-08-20 | 1 | -0/+921 |