Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | helper function in scanner and corresponding edits to parserBase | VoR0220 | 2016-03-31 | 3 | -12/+13 |
| | |||||
* | Got it working exactly like you wanted ;) | VoR0220 | 2016-03-31 | 2 | -25/+76 |
| | |||||
* | change lexical cast to unsigned int | VoR0220 | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Fix for Token::name and token::toString | VoR0220 | 2016-03-31 | 1 | -4/+3 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 18 | -84/+719 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 15 | -6/+432 |
| | |||||
* | Move libevmasm and lll. | chriseth | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Fixed Windows warnings | Bob Summerwill | 2016-03-18 | 2 | -2/+3 |
| | |||||
* | Remove timestamp again and some fixes for ufixed parsing. | chriseth | 2016-03-12 | 2 | -15/+18 |
| | |||||
* | Do not allow value for delegatecall functions. | chriseth | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | added keyword type and some tests, changes in lexical cast | RJ Catalano | 2016-03-12 | 2 | -11/+12 |
| | |||||
* | stylistic change, and got lexical cast to work with an iterator range | RJ Catalano | 2016-03-12 | 2 | -5/+6 |
| | |||||
* | - inline and assembly keywords added | LianaHus | 2016-03-12 | 7 | -15/+17 |
| | | | | - some style fixes | ||||
* | changed documentation and using lexical cast | RJ Catalano | 2016-03-12 | 2 | -11/+3 |
| | |||||
* | changed extractUnsigned to handle iterators rather than a string | RJ Catalano | 2016-03-12 | 2 | -5/+5 |
| | |||||
* | changed 1 to 0 in invalid argument catch block | RJ Catalano | 2016-03-12 | 2 | -2/+2 |
| | |||||
* | needed this one string of notation | RJ Catalano | 2016-03-12 | 1 | -0/+1 |
| | |||||
* | added from identifier or keyword handling of fixed types | RJ Catalano | 2016-03-12 | 2 | -6/+37 |
| | |||||
* | fixed keyword added in for token type | RJ Catalano | 2016-03-12 | 1 | -2/+4 |
| | |||||
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 6 | -43/+51 |
| | |||||
* | Buildfix. | chriseth | 2016-02-23 | 1 | -3/+1 |
| | |||||
* | Move reusable parser components into base class. | chriseth | 2016-02-23 | 4 | -100/+183 |
| | |||||
* | further optimization, splitting function into pieces | RJ Catalano | 2016-02-19 | 3 | -16/+20 |
| | | | | generating strings on the fly, changed name, and added two tests | ||||
* | added const correctness to extract functions in Token | RJ Catalano | 2016-02-19 | 4 | -113/+50 |
| | | | | | | | | | | optimizations added in more elegant solution created for m declaration ubuntu wants to get rid of 0 <= first statement...so I will change returnToken to token | ||||
* | added two functions in Token to handle long identifiers, redid ↵ | RJ Catalano | 2016-02-19 | 6 | -58/+142 |
| | | | | fromIdentifierOrKeyword, and made complementary changes in scanner and parser | ||||
* | tests added and changes made | RJ Catalano | 2016-02-19 | 5 | -76/+84 |
| | | | | | | fixed some silly problems in Token.cpp windows error fix | ||||
* | changes to redefine the token list, the scanner, and the parser and how they ↵ | RJ Catalano | 2016-02-19 | 11 | -176/+166 |
| | | | | | | | | pass around variable types of different sizes not ready for change to FixedPoint just yet made this more const correct and added a switch statement for easier reading | ||||
* | style fixes | LianaHus | 2016-02-18 | 1 | -12/+14 |
| | |||||
* | Fix segfault when using wrong number of constructor arguments. | chriseth | 2016-02-12 | 1 | -0/+3 |
| | |||||
* | Index access for bytesXX. | chriseth | 2016-02-10 | 4 | -0/+50 |
| | |||||
* | Fix uint178 problem. | chriseth | 2016-01-26 | 1 | -2/+2 |
| | |||||
* | cond-expr: use the mobile type instead of the original type | Lu Guanqun | 2016-01-23 | 1 | -12/+3 |
| | |||||
* | [cond-expr] change the end to end test | Lu Guanqun | 2016-01-23 | 1 | -2/+6 |
| | |||||
* | [cond-expr] add a test for different types | Lu Guanqun | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | [cond-expr] add a test to assign memory to storage | Lu Guanqun | 2016-01-23 | 1 | -2/+6 |
| | |||||
* | [cond-expr] don't allow conditional as left value for the first stage | Lu Guanqun | 2016-01-23 | 1 | -43/+25 |
| | |||||
* | [cond-expr] fixup according to code review | Lu Guanqun | 2016-01-23 | 3 | -4/+11 |
| | |||||
* | [cond-expr] change endVisit() to visit() | Lu Guanqun | 2016-01-23 | 2 | -30/+41 |
| | |||||
* | [cond-expr] make the codegen one instruction less | Lu Guanqun | 2016-01-23 | 1 | -5/+4 |
| | |||||
* | [cond-expr] fix the crash in ExpressionStatement | Lu Guanqun | 2016-01-23 | 1 | -0/+5 |
| | |||||
* | [cond-expr] support conditional expression as lvalue | Lu Guanqun | 2016-01-23 | 1 | -0/+8 |
| | |||||
* | [cond-expr] generate assembly for _ ? _ : _ | Lu Guanqun | 2016-01-23 | 2 | -0/+16 |
| | |||||
* | [cond-expr] add type checker | Lu Guanqun | 2016-01-23 | 2 | -0/+28 |
| | |||||
* | [cond-expr] parse _ ? _ : _ into conditional AST node | Lu Guanqun | 2016-01-23 | 1 | -6/+19 |
| | |||||
* | [cond-expr] add visitor related functions | Lu Guanqun | 2016-01-23 | 5 | -0/+32 |
| | |||||
* | [cond-expr] add an AST node | Lu Guanqun | 2016-01-23 | 3 | -0/+50 |
| | |||||
* | Merge pull request #356 from guanqun/break-not-in-loop | chriseth | 2016-01-21 | 5 | -0/+151 |
|\ | | | | | check whether break/continue is in the loop | ||||
| * | remove the unused line | Lu Guanqun | 2016-01-19 | 1 | -1/+0 |
| | | |||||
| * | add another test case for continue not in loop | Lu Guanqun | 2016-01-19 | 1 | -4/+4 |
| | | |||||
| * | code changes according to Chris's comments | Lu Guanqun | 2016-01-19 | 3 | -20/+16 |
| | | |||||
| * | check whether break/continue is in the loop | Lu Guanqun | 2016-01-15 | 6 | -0/+156 |
| | | |||||
* | | Merge pull request #351 from chriseth/autoload | chriseth | 2016-01-19 | 2 | -31/+76 |
|\ \ | | | | | | | Automatically load imported files in solc. | ||||
| * | | Build fix for MacOS. | chriseth | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Autoload files in solc. | chriseth | 2016-01-12 | 2 | -31/+76 |
| | | | |||||
* | | | Merge pull request #347 from chriseth/libraryNameClashes | chriseth | 2016-01-18 | 3 | -2/+37 |
|\ \ \ | | | | | | | | | Detect library name clashes | ||||
| * | | | Set error flag to true. | chriseth | 2016-01-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | Detect library name clashes. | chriseth | 2016-01-14 | 3 | -2/+36 |
| | | | | |||||
* | | | | Merge pull request #359 from LianaHus/sol_only_one_array_as_state_var | chriseth | 2016-01-18 | 2 | -6/+14 |
|\ \ \ \ | | | | | | | | | | | fixed ICError when creating EI for structs containing only mapping or arrays | ||||
| * | | | | Update TypeChecker.cpp | Liana Husikyan | 2016-01-16 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | fixed assert on EI creation for structs containing only mapping or arrays | LianaHus | 2016-01-16 | 2 | -6/+12 |
| |/ / / | |||||
* / / / | Remove unnecesary std::move | Paweł Bylica | 2016-01-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #346 from chriseth/importAliases | chriseth | 2016-01-14 | 3 | -16/+56 |
|\ \ \ | |_|/ |/| | | Allow aliases during import. | ||||
| * | | Allow aliases during import. | chriseth | 2016-01-11 | 3 | -16/+56 |
| |/ | |||||
* | | clarification on dynamic arrays, switcheroo on typepointer, and a ↵ | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| | | | | | | | | documentation test added | ||||
* | | Merge branch 'develop' of https://github.com/ethereum/solidity into develop | RJ Catalano | 2016-01-12 | 1 | -0/+3 |
|\| | |||||
| * | Fixed a crash during type checking. | chriseth | 2016-01-08 | 1 | -0/+3 |
| | | |||||
* | | final changes to typechecker, the expression compiler, and a couple more ↵ | RJ Catalano | 2016-01-12 | 2 | -23/+32 |
| | | | | | | | | tests for good measure | ||||
* | | Update ExpressionCompiler.cpp | RJ | 2016-01-11 | 1 | -14/+16 |
| | | |||||
* | | Update ExpressionCompiler.cpp | RJ | 2016-01-11 | 1 | -4/+2 |
| | | |||||
* | | Update ExpressionCompiler.cpp | RJ | 2016-01-10 | 1 | -17/+39 |
| | | |||||
* | | find common type | RJ | 2016-01-10 | 1 | -2/+11 |
|/ | |||||
* | Merge pull request #338 from guanqun/add_paren | chriseth | 2016-01-05 | 2 | -2/+10 |
|\ | | | | | support syntax "(x) = 3" | ||||
| * | support decayed tuple expression as left value | Lu Guanqun | 2016-01-04 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #317 from chriseth/pathsEverywhere | chriseth | 2016-01-04 | 5 | -23/+26 |
|\ \ | |/ |/| | Use paths instead of simple identifiers wherever possible. | ||||
| * | Use paths instead of simple identifiers wherever possible. | chriseth | 2015-12-22 | 5 | -23/+26 |
| | | |||||
* | | Merge pull request #308 from chriseth/fixoverloadbug | chriseth | 2015-12-21 | 1 | -0/+2 |
|\ \ | | | | | | | Fix bug preventing overloads of different array types. | ||||
| * | | Fix bug preventing overloads of different array types. | chriseth | 2015-12-18 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #309 from chriseth/fix_cross_contract_enum_access | chriseth | 2015-12-21 | 2 | -14/+29 |
|\ \ \ | |_|/ |/| | | Add structs and enums to contract types. | ||||
| * | | Add structs and enums to contract types. | chriseth | 2015-12-18 | 2 | -14/+29 |
| |/ | |||||
* | | Merge pull request #311 from guanqun/correct-boolean-literal-position | chriseth | 2015-12-19 | 1 | -0/+1 |
|\ \ | |/ |/| | correct true/false literal's source | ||||
| * | correct true/false literal's source | Lu Guanqun | 2015-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: Literal, token: true value: true Type: bool Source: "true;" After: Literal, token: true value: true Type: bool Source: "true" Extra token is removed. | ||||
* | | Simple aliasing during import. | chriseth | 2015-12-18 | 9 | -52/+140 |
| | | |||||
* | | Parse complex import directives. | chriseth | 2015-12-18 | 6 | -28/+93 |
| | | |||||
* | | changed error message | RJ Catalano | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | updated tests and much simpler algorithm for parsing errors | RJ Catalano | 2015-12-17 | 1 | -7/+6 |
| | | |||||
* | | added one more test and realized that there was one last change before the ↵ | RJ Catalano | 2015-12-17 | 1 | -1/+1 |
| | | | | | | | | parser is perfect | ||||
* | | Parsing is complete | RJ Catalano | 2015-12-17 | 1 | -3/+3 |
| | | |||||
* | | changed a couple of small nuances, made an attempt at fixing the parsing in ↵ | RJ Catalano | 2015-12-17 | 2 | -12/+8 |
| | | | | | | | | the inline arrays case (fails), and added test for inline arrays per Chriseth request | ||||
* | | temporary assert added | RJ Catalano | 2015-12-17 | 1 | -0/+1 |
| | | |||||
* | | still not able to get types resolved, however it is compiling | RJ Catalano | 2015-12-16 | 1 | -2/+9 |
| | | |||||
* | | new tests | RJ Catalano | 2015-12-16 | 1 | -1/+0 |
| | | |||||
* | | now is compiling and passing soltest...but I think there may be a few more ↵ | RJ Catalano | 2015-12-16 | 2 | -5/+9 |
| | | | | | | | | things to do | ||||
* | | fixed case statements | RJ Catalano | 2015-12-16 | 2 | -1/+3 |
| | | |||||
* | | changing Tuple Constructor | RJ Catalano | 2015-12-16 | 1 | -2/+5 |
| | | |||||
* | | updated attempt...still a bit more work to do but here's what's current | RJ Catalano | 2015-12-16 | 2 | -2/+4 |
|\ \ | |||||
| * | | Inline array declarations complete | RJ Catalano | 2015-12-15 | 2 | -2/+42 |
| |/ | |||||
* | | updated attempt, a couple of more things to sort through and change | RJ Catalano | 2015-12-16 | 1 | -4/+6 |
| | | |||||
* | | Merge pull request #288 from chriseth/import_contexts | chriseth | 2015-12-15 | 10 | -66/+172 |
|\ \ | |/ |/| | Do not clutter importee when importing. | ||||
| * | Style. | chriseth | 2015-12-15 | 1 | -4/+4 |
| | | |||||
| * | Relative paths in import directives. | chriseth | 2015-12-10 | 6 | -9/+50 |
| | | |||||
| * | Source units are independent scopes. | chriseth | 2015-12-10 | 7 | -46/+105 |
| | | |||||
| * | Bugfix concerning pointers to moved data. | chriseth | 2015-12-08 | 2 | -21/+27 |
| | | |||||
* | | Merge pull request #289 from chriseth/fix_base_constructor_params | chriseth | 2015-12-10 | 1 | -0/+3 |
|\ \ | | | | | | | Fix: Type checker crash for wrong number of base constructor arguments. | ||||
| * | | Fix: Type checker crash for wrong number of base constructor arguments. | chriseth | 2015-12-10 | 1 | -0/+3 |
| |/ | |||||
* / | Fix: Segfaults connected to paramater types. | chriseth | 2015-12-10 | 2 | -4/+4 |
|/ | | | | parameterTypes does not return by const reference anymore. | ||||
* | Code generation for calling bound methods. | chriseth | 2015-12-01 | 2 | -4/+41 |
| | |||||
* | Merge pull request #261 from chriseth/dataloc | chriseth | 2015-12-01 | 1 | -20/+24 |
|\ | | | | | Bugfix for explicit memory types in libraries. | ||||
| * | Bugfix for explicit memory types in libraries. | chriseth | 2015-12-01 | 1 | -20/+24 |
| | | |||||
* | | Simplify and optimise stack rotation. | chriseth | 2015-12-01 | 2 | -8/+27 |
|/ | |||||
* | Merge pull request #251 from chriseth/bind2 | chriseth | 2015-11-30 | 14 | -292/+430 |
|\ | | | | | Bind library functions to types. | ||||
| * | Also check the object type for bound functions. | chriseth | 2015-11-29 | 4 | -9/+23 |
| | | |||||
| * | Add bound functions to types. | chriseth | 2015-11-29 | 5 | -204/+260 |
| | | |||||
| * | Added the `using x for y` directive. | chriseth | 2015-11-27 | 8 | -3/+87 |
| | | |||||
| * | Resolve type names using regular AST visit. | chriseth | 2015-11-27 | 2 | -82/+66 |
| | | |||||
* | | Merge pull request #256 from chriseth/selfdestruct | chriseth | 2015-11-30 | 3 | -3/+5 |
|\ \ | | | | | | | Introduce selfdestruct alias for suicide. | ||||
| * | | Introduce selfdestruct alias for suicide. | chriseth | 2015-11-29 | 3 | -3/+5 |
| |/ | |||||
* / | Bugfix for constructor unpacking with fixed-size arrays. | chriseth | 2015-11-29 | 1 | -5/+13 |
|/ | |||||
* | Convert filter to template function. | chriseth | 2015-11-27 | 2 | -60/+20 |
| | |||||
* | Invalidate cached members if scope changes. | chriseth | 2015-11-26 | 2 | -1/+3 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 13 | -144/+133 |
| | |||||
* | Make members context-sensitive. | chriseth | 2015-11-26 | 14 | -79/+71 |
| | |||||
* | Fix MSVC errors and warnings. | chriseth | 2015-11-26 | 4 | -6/+7 |
| | |||||
* | Make some functions const. | chriseth | 2015-11-26 | 2 | -4/+4 |
| | |||||
* | Code generation for creating arrays. | chriseth | 2015-11-26 | 3 | -9/+67 |
| | |||||
* | Type checking for creating new arrays. | chriseth | 2015-11-26 | 4 | -6/+30 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 7 | -34/+56 |
| | | | | | | | Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)` | ||||
* | Fix solidity dependencies. | chriseth | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Style. | chriseth | 2015-11-25 | 1 | -1/+2 |
| | |||||
* | Again some why3 fixes with regards to separators in blocks. | chriseth | 2015-11-25 | 2 | -26/+34 |
| | |||||
* | Merge pull request #245 from chriseth/buildfixes | chriseth | 2015-11-25 | 1 | -1/+1 |
|\ | | | | | Build dependency fixes. | ||||
| * | Build dependency fixes. | chriseth | 2015-11-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #244 from chriseth/fix_stringAlloc | chriseth | 2015-11-24 | 6 | -14/+8 |
|\ \ | |/ |/| | Fix for memory allocation bug. | ||||
| * | Fixed string inside struct allocation bug. | chriseth | 2015-11-24 | 6 | -14/+8 |
| | | |||||
* | | Merge pull request #241 from chriseth/why3VariablesInConditions | chriseth | 2015-11-24 | 2 | -18/+114 |
|\ \ | |/ |/| | Why3 variables in conditions | ||||
| * | Style. | chriseth | 2015-11-23 | 1 | -2/+5 |
| | | |||||
| * | addmod and mulmod for why3. | chriseth | 2015-11-23 | 1 | -17/+36 |
| | | |||||
| * | Why3: Direct references to variables using `#`. | chriseth | 2015-11-23 | 2 | -1/+75 |
| | | |||||
* | | Merge pull request #236 from ethereum/hot_gav | Gav Wood | 2015-11-23 | 3 | -9/+10 |
|\ \ | |/ |/| | Fix up for new API from EIP-1.1. | ||||
| * | Fix up for new API from EIP-1.1. | Gav Wood | 2015-11-21 | 3 | -9/+10 |
| | | |||||
* | | Merge pull request #229 from chriseth/fv_storage_types | chriseth | 2015-11-19 | 2 | -20/+70 |
|\ \ | | | | | | | Formal Verification: State variables. | ||||
| * | | Formal Verification: State variables. | chriseth | 2015-11-19 | 2 | -20/+70 |
| | | | |||||
* | | | Merge pull request #227 from chriseth/addmod | chriseth | 2015-11-19 | 3 | -0/+20 |
|\ \ \ | | | | | | | | | Addmod and mulmod. | ||||
| * | | | Addmod and mulmod. | chriseth | 2015-11-19 | 3 | -0/+20 |
| |/ / | |||||
* | | | Merge pull request #204 from ethereum/hot_gav | Gav Wood | 2015-11-19 | 1 | -2/+4 |
|\ \ \ | |/ / |/| / | |/ | The Big Refactor | ||||
| * | Minor API change - must provide SealEngine to Executive now. | Gav Wood | 2015-11-19 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #218 from chriseth/fix_overwriteMemory | chriseth | 2015-11-17 | 1 | -3/+13 |
|\ \ | | | | | | | Fix memory overwrite problem for arrays. | ||||
| * | | Fix memory overwrite problem for arrays. | chriseth | 2015-11-17 | 1 | -3/+13 |
| | | | |||||
* | | | Fix dynamic indexed event arguments - applies sha3. | chriseth | 2015-11-17 | 1 | -5/+18 |
|/ / | |||||
* | | Fix problems with statement blocks. | chriseth | 2015-11-11 | 3 | -21/+48 |
| | | |||||
* | | style fix | LianaHus | 2015-11-07 | 2 | -12/+14 |
| | | |||||
* | | style fixes | LianaHus | 2015-11-07 | 3 | -25/+26 |
| | | |||||
* | | fixed test framework | LianaHus | 2015-11-07 | 2 | -10/+8 |
| | | |||||
* | | fix | LianaHus | 2015-11-07 | 3 | -35/+60 |
| | | |||||
* | | fixed return valu for resolver | LianaHus | 2015-11-07 | 2 | -5/+5 |
| | | |||||
* | | added SourceLocations to error reporting for ReferenceResolver | LianaHus | 2015-11-07 | 2 | -15/+18 |
| | | |||||
* | | passed SourceLocations instead of nodes to the error reporting function | LianaHus | 2015-11-07 | 5 | -109/+116 |
| | | |||||
* | | fixed build | LianaHus | 2015-11-07 | 1 | -3/+4 |
| | | |||||
* | | added errors tu ReferencesResolver | LianaHus | 2015-11-07 | 3 | -55/+78 |
|/ | |||||
* | Fix: Cope with non-existing commit hash. | chriseth | 2015-11-03 | 1 | -1/+4 |
| | |||||
* | Bugfix: Returning literal strings in tuples. | chriseth | 2015-11-01 | 2 | -2/+6 |
| | |||||
* | Rename error type. | chriseth | 2015-10-28 | 3 | -4/+4 |
| | |||||
* | Preliminary why3 code output. | chriseth | 2015-10-27 | 7 | -19/+682 |
| | |||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 7 | -64/+126 |
| | |||||
* | Fix indent. | chriseth | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 11 | -335/+509 |
| | |||||
* | Merge pull request #171 from LianaHus/sol_change_expected_error_in_parser | chriseth | 2015-10-23 | 1 | -3/+19 |
|\ | | | | | Sol change "expected" errors in parser | ||||
| * | more corrections | LianaHus | 2015-10-23 | 1 | -4/+14 |
| | | |||||
| * | modified error msg | LianaHus | 2015-10-23 | 1 | -1/+7 |
| | | |||||
* | | Fix override warning. | chriseth | 2015-10-23 | 1 | -1/+1 |
|/ | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 59 | -144/+150 |
| | |||||
* | Correctly parse ambiguities like `A.B[10] x` and `x.y[10] = 3`. | chriseth | 2015-10-16 | 2 | -27/+60 |
| | |||||
* | Merge pull request #143 from chriseth/loneStructArray | chriseth | 2015-10-16 | 1 | -0/+10 |
|\ | | | | | Fix errors when struct array type is used on its own. | ||||
| * | Fix errors when struct array type is used on its own. | chriseth | 2015-10-16 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #142 from chriseth/fixWarnings | chriseth | 2015-10-16 | 1 | -1/+1 |
|\ \ | | | | | | | Fix warning. | ||||
| * | | Fix warning. | chriseth | 2015-10-16 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #141 from chriseth/fixExternalTypes | chriseth | 2015-10-16 | 1 | -14/+11 |
|\ \ | | | | | | | Do not include function in interface list if there are errors. | ||||
| * | | Do not include function in interface list if there are errors. | chriseth | 2015-10-16 | 1 | -14/+11 |
| |/ | |||||
* / | Do not catch InternalCompilerErrors as part of fatal error handling. | chriseth | 2015-10-16 | 4 | -9/+15 |
|/ | | | | InternalCompilerErrors always have to end the whole compilation process because a serious inconsistency was detected. | ||||
* | Merge pull request #132 from chriseth/tupleExpression | chriseth | 2015-10-16 | 20 | -105/+532 |
|\ | | | | | Tuple expressions and destructuring assignments | ||||
| * | Fixed indentation. | chriseth | 2015-10-16 | 1 | -2/+3 |
| | | |||||
| * | Some fixes taking other pull requests into account. | chriseth | 2015-10-16 | 1 | -3/+2 |
| | | |||||
| * | MacOS fix. | chriseth | 2015-10-15 | 1 | -2/+2 |
| | | |||||
| * | Fix compiler warnings. | chriseth | 2015-10-15 | 1 | -1/+3 |
| | | |||||
| * | Wildcards. | chriseth | 2015-10-15 | 4 | -30/+29 |
| | | |||||
| * | Destructuring assignments. | chriseth | 2015-10-15 | 10 | -100/+347 |
| | | |||||
| * | Tuple expressions. | chriseth | 2015-10-15 | 14 | -17/+196 |
| | | |||||
* | | Merge pull request #136 from LianaHus/sol_error_types_refuctoring | chriseth | 2015-10-16 | 1 | -9/+3 |
|\ \ | |/ |/| | changed the way of reporting error during contract checking | ||||
| * | changed the way of reporting error during contract checking | LianaHus | 2015-10-16 | 1 | -9/+3 |
| | | |||||
* | | Merge pull request #130 from LefterisJP/dynamic_array_push | chriseth | 2015-10-15 | 3 | -24/+95 |
|\ \ | |/ |/| | Dynamic array push | ||||
| * | push() for byte arrays also properly implemented | Lefteris Karapetsas | 2015-10-15 | 1 | -4/+6 |
| | | |||||
| * | Working implementation of arraypush | Lefteris Karapetsas | 2015-10-15 | 1 | -12/+10 |
| | | | | | | | | | | ByteArrayPush() gets a test but is ignored for now, since there are still some issues with its implementation | ||||
| * | Implement Dynamic array push and fix test | Lefteris Karapetsas | 2015-10-15 | 3 | -17/+72 |
| | | | | | | | | | | Still a work in progress. There is a disturbance in the stack at the moment and that's why there are some cout statements left for debugging. | ||||
| * | WIP - Expression compiler for array push | Lefteris Karapetsas | 2015-10-15 | 1 | -15/+31 |
| | | |||||
* | | missing const | LianaHus | 2015-10-15 | 2 | -2/+2 |
| | | |||||
* | | indent | LianaHus | 2015-10-15 | 1 | -2/+2 |
| | | |||||
* | | added const | LianaHus | 2015-10-15 | 2 | -4/+4 |
| | | |||||
* | | some more style fixes | LianaHus | 2015-10-15 | 5 | -21/+8 |
| | | |||||
* | | style fixes | LianaHus | 2015-10-15 | 2 | -16/+16 |
| | | |||||
* | | style fixes mostly | LianaHus | 2015-10-15 | 4 | -18/+42 |
| | | |||||
* | | removed commit | LianaHus | 2015-10-15 | 1 | -1/+0 |
| | | |||||
* | | mainly style fixes/renaming | LianaHus | 2015-10-15 | 5 | -13/+13 |
| | | |||||
* | | fixed new tests | LianaHus | 2015-10-15 | 3 | -26/+62 |
| | | |||||
* | | fixes error after conflict resolving | LianaHus | 2015-10-15 | 4 | -5/+3 |
| | | |||||
* | | errors instead of exceptions | LianaHus | 2015-10-15 | 10 | -155/+337 |
| | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | | some fixes | LianaHus | 2015-10-15 | 3 | -4/+8 |
| | | |||||
* | | added Error class for all kind of errors | LianaHus | 2015-10-15 | 12 | -40/+89 |
| | | | | | | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | | added Error class for all kind of errors | LianaHus | 2015-10-15 | 1 | -3/+3 |
|/ | | | | | | | | Conflicts: libsolidity/Exceptions.h Conflicts: libsolidity/ReferencesResolver.cpp | ||||
* | Some further test fixes. | chriseth | 2015-10-13 | 2 | -25/+35 |
| | |||||
* | Some more tests and typos fixed. | chriseth | 2015-10-13 | 2 | -3/+4 |
| | |||||
* | Multi-variable declarations. | chriseth | 2015-10-13 | 7 | -65/+107 |
| | |||||
* | Introduced tuple type and added multi variable declarations to type | chriseth | 2015-10-10 | 5 | -87/+184 |
| | | | | checker. | ||||
* | Refactoring to allow multi-variable declarations. | chriseth | 2015-10-09 | 7 | -55/+120 |
| | |||||
* | Check invalid integer constants for functions accepting arbitrary arguments. | chriseth | 2015-10-08 | 1 | -4/+10 |
| | |||||
* | Resolve binary dependencies properly. | chriseth | 2015-10-07 | 6 | -20/+68 |
| | |||||
* | Merge pull request #122 from chriseth/anonymousEventsWithFourIndexedParams | chriseth | 2015-10-07 | 1 | -1/+3 |
|\ | | | | | Allow four indexed arguments for anynomous events. | ||||
| * | Allow four indexed arguments for anynomous events. | chriseth | 2015-10-07 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #118 from chriseth/rejectEtherSentToLibrary | chriseth | 2015-10-07 | 1 | -0/+3 |
|\ \ | |/ |/| | Reject ether sent to library. | ||||
| * | Reject ether sent to library. | chriseth | 2015-10-07 | 1 | -0/+3 |
| | | |||||
* | | Fix boost error. | chriseth | 2015-10-07 | 1 | -11/+12 |
|/ | |||||
* | Add const. | chriseth | 2015-10-06 | 2 | -4/+4 |
| | |||||
* | Compiler version stamp. | chriseth | 2015-10-06 | 6 | -2/+59 |
| | |||||
* | Add structs to library interface. | chriseth | 2015-10-06 | 1 | -6/+29 |
| | |||||
* | Provide access to scoped structs. | chriseth | 2015-10-06 | 7 | -21/+45 |
| | |||||
* | Compute canonical names of types for function signatures. | chriseth | 2015-10-06 | 12 | -39/+145 |
| | |||||
* | Encode storage items correctly for library calls. | chriseth | 2015-10-06 | 2 | -2/+10 |
| | |||||
* | Tests apart from new one work fine. | chriseth | 2015-10-06 | 7 | -38/+50 |
| | |||||
* | Split external type into ecoding and interface type. | chriseth | 2015-10-06 | 7 | -55/+128 |
| | |||||
* | Store small byte arrays and strings in storage in one slot with their | chriseth | 2015-10-02 | 4 | -50/+229 |
| | | | | length. | ||||
* | -fixed the warning printing | LianaHus | 2015-10-02 | 2 | -5/+6 |
| | | | | -style fixes | ||||
* | -added warning case to cl compiler | LianaHus | 2015-10-02 | 1 | -1/+1 |
| | | | | -modified warning msg | ||||
* | removed unnecessary function declaration | LianaHus | 2015-10-02 | 1 | -2/+0 |
| | |||||
* | added warning for noninitialized references in storage. | LianaHus | 2015-10-02 | 3 | -6/+26 |
| | |||||
* | style fixes | LianaHus | 2015-10-02 | 1 | -8/+16 |
| | |||||
* | style fixes | LianaHus | 2015-10-02 | 1 | -12/+31 |
| | |||||
* | Bugfix in calldata unpacker. | chriseth | 2015-10-01 | 2 | -33/+27 |
| | | | | | The offset was not specified correctly if memory activity preceded the unpacker. | ||||
* | Provide types for VariableDeclaration. | chriseth | 2015-09-24 | 3 | -1/+15 |
| | |||||
* | Merge pull request #95 from chriseth/styleCleanup | chriseth | 2015-09-24 | 1 | -39/+95 |
|\ | | | | | Style cleanup. | ||||
| * | Style cleanup. | chriseth | 2015-09-24 | 1 | -39/+95 |
| | | |||||
* | | improved overflow check in memorySize for ArrayType | LianaHus | 2015-09-24 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #91 from chriseth/literalStringsToStoragePointer | chriseth | 2015-09-24 | 1 | -1/+3 |
|\ | | | | | Literal strings to storage pointer | ||||
| * | Do not allow assignment from literal strings to storage pointers. | chriseth | 2015-09-23 | 1 | -1/+3 |
| | | | | | | | | Fixes #90 | ||||
* | | improved the test | LianaHus | 2015-09-23 | 1 | -2/+3 |
| | | |||||
* | | style fix | LianaHus | 2015-09-23 | 1 | -1/+0 |
| | | |||||
* | | fixed-sized arrays as return type | LianaHus | 2015-09-23 | 4 | -10/+35 |
|/ | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | Merge pull request #85 from chriseth/warnings | chriseth | 2015-09-23 | 30 | -1586/+2176 |
|\ | | | | | Support mulitple errors and warnings. | ||||
| * | Style fix. | chriseth | 2015-09-22 | 1 | -1/+2 |
| | | |||||
| * | Build fix for MacOS. | chriseth | 2015-09-22 | 1 | -4/+4 |
| | | |||||
| * | Error formatting. | chriseth | 2015-09-22 | 4 | -36/+38 |
| | | |||||
| * | Refactored annotations. | chriseth | 2015-09-22 | 8 | -45/+186 |
| | | |||||
| * | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 29 | -1587/+2035 |
| | |