Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Type is not reserved anymore. | chriseth | 2019-01-18 | 1 | -1/+0 |
| | |||||
* | Move unsatisfied_version test from SolidityNameAndTypeResolution to ↵ | Alex Beregszaszi | 2018-12-18 | 1 | -0/+8 |
| | | | | SolidityParser | ||||
* | Add version pragma parsing to Parser | Alex Beregszaszi | 2018-12-18 | 1 | -0/+9 |
| | |||||
* | liblangutil: extends CharStream to know about the respective (file-)name ↵ | Christian Parpart | 2018-11-29 | 1 | -1/+1 |
| | | | | (and adapt codebase to it) | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+1 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | Updates unit test to specify visibility. | Erik Kundt | 2018-07-04 | 1 | -8/+8 |
| | |||||
* | Add new reserved keywords. | Daniel Kirchner | 2018-06-12 | 1 | -2/+20 |
| | |||||
* | Move more parser tests to syntax tests | Alex Beregszaszi | 2018-05-22 | 1 | -642/+0 |
| | |||||
* | Tidy up tests to always have closing braces on the proper line | Alex Beregszaszi | 2018-05-16 | 1 | -14/+28 |
| | |||||
* | Move couple of parser tests to syntax tests. | Alex Beregszaszi | 2018-05-16 | 1 | -132/+0 |
| | |||||
* | Replace constant with view in the tests. | Daniel Kirchner | 2018-05-09 | 1 | -34/+0 |
| | |||||
* | Update parser test expectations | Alex Beregszaszi | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | Simplify expectIdentifierToken by using expectToken | Alex Beregszaszi | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | Move some parser tests to syntax tests | Alex Beregszaszi | 2018-05-03 | 1 | -319/+0 |
| | |||||
* | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 1 | -22/+0 |
| | |||||
* | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 1 | -20/+0 |
| | | | | SolidityParser.cpp to test contracts. | ||||
* | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 1 | -2/+2 |
| | |||||
* | Parser: Add test case for reserved keywords. | Daniel Kirchner | 2018-03-02 | 1 | -0/+30 |
| | |||||
* | Parser test. | chriseth | 2018-02-22 | 1 | -0/+13 |
| | |||||
* | Fix event parsing. Refs #3175 | Federico Bond | 2017-11-23 | 1 | -0/+10 |
| | |||||
* | Better error message for unexpected trailing comma in parameter lists | wadeAlexC | 2017-09-25 | 1 | -0/+84 |
| | |||||
* | Cleanup test helper macros. | chriseth | 2017-09-22 | 1 | -11/+11 |
| | |||||
* | Crash fix, parseTypeName can return null. | chriseth | 2017-08-28 | 1 | -0/+12 |
| | |||||
* | Introduce pure specifier on functions | Alex Beregszaszi | 2017-08-24 | 1 | -0/+10 |
| | |||||
* | Update tests for view | Alex Beregszaszi | 2017-08-23 | 1 | -0/+5 |
| | |||||
* | Prevent too deep recursion in parser. | chriseth | 2017-08-15 | 1 | -0/+12 |
| | |||||
* | Tests for recursion exploit in parser. | chriseth | 2017-08-15 | 1 | -0/+24 |
| | |||||
* | Update parser tests | Alex Beregszaszi | 2017-08-14 | 1 | -8/+9 |
| | |||||
* | Enforce commas in tuple syntax | Federico Bond | 2017-08-12 | 1 | -0/+12 |
| | |||||
* | Show previous visibility specifier in parser error | Alex Beregszaszi | 2017-08-09 | 1 | -2/+2 |
| | |||||
* | Add test for multiple visibilites on functions | Alex Beregszaszi | 2017-08-09 | 1 | -1/+6 |
| | |||||
* | Display error if payable or constant is specified multiple times | Federico Bond | 2017-06-17 | 1 | -0/+18 |
| | |||||
* | Forbid trailing commas in named arguments | Federico Bond | 2017-06-14 | 1 | -0/+11 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -2/+3 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Add tests for interfaces | Alex Beregszaszi | 2017-03-18 | 1 | -0/+9 |
| | |||||
* | Add tests for fractional numbers in exponential notation | Alex Beregszaszi | 2017-03-15 | 1 | -0/+1 |
| | |||||
* | Add tests for scientific notation | Alex Beregszaszi | 2017-03-15 | 1 | -0/+14 |
| | |||||
* | Moved test. | chriseth | 2017-01-26 | 1 | -14/+0 |
| | |||||
* | Add test for shadowing inline assembly instruction | Alex Beregszaszi | 2017-01-25 | 1 | -0/+13 |
| | |||||
* | test: check error messages in parser tests | Yoichi Hirai | 2016-12-07 | 1 | -23/+48 |
| | |||||
* | Merge pull request #1458 from federicobond/r-literals | chriseth | 2016-12-01 | 1 | -280/+372 |
|\ | | | | | Use more R string literals in tests | ||||
| * | Use more R string literals in tests | Federico Bond | 2016-12-01 | 1 | -280/+372 |
| | | |||||
* | | parser: recognize an end of comment of the form `**/` at the end of a ↵ | Yoichi Hirai | 2016-12-01 | 1 | -0/+13 |
|/ | | | | | | multi-line doc comment This fixes #1433 | ||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Fix parser for function type disambiguity. | chriseth | 2016-11-16 | 1 | -0/+11 |
| | |||||
* | Tests. | chriseth | 2016-11-16 | 1 | -2/+5 |
| | |||||
* | Add a parser test for arrays containing functions | Yoichi Hirai | 2016-11-16 | 1 | -0/+10 |
| | |||||
* | Add tests around calling functions returning functions returning functions | Yoichi Hirai | 2016-11-16 | 1 | -0/+15 |
| | |||||
* | Function type state variables. | chriseth | 2016-11-16 | 1 | -1/+20 |
| | |||||
* | Function types. | chriseth | 2016-11-16 | 1 | -0/+51 |
| | |||||
* | parsing: ban empty enum definition. | Yoichi Hirai | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | Merged in changes from chriseth/payable | Alex Beregszaszi | 2016-09-06 | 1 | -0/+10 |
| | |||||
* | Require ";" after "_" | chriseth | 2016-09-05 | 1 | -4/+12 |
| | |||||
* | Fix syntax error | Denton Liu | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Make tests more consistent in style | Denton Liu | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | initial work for fixed types...potentially needing a constant literal type ↵ | RJ Catalano | 2016-05-10 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this notation Rational implemented...trying to figure out exponential fix for token bug, also quick fix for the wei and seconds fixed problem with var...probably a conversion problem for fixed in size capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together size capabilities functioning properly for fixed types got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing initial work for fixed types...potentially needing a constant literal type for this | ||||
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -1/+0 |
| | |||||
* | Fixed Windows warnings | Bob Summerwill | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | cond-expr: add more unit tests | Lu Guanqun | 2016-01-23 | 1 | -14/+0 |
| | |||||
* | [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 |