Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SMTChecker] Helper functions to add an expression to the solver conjoined wi... | Leonardo Alt | 2017-12-14 | 2 | -5/+19 |
* | [SMTChecker] Keep track of current path conditions | Leonardo Alt | 2017-12-14 | 3 | -8/+41 |
* | Merge pull request #3295 from mcdee/develop | chriseth | 2017-12-13 | 13 | -246/+287 |
|\ | |||||
| * | Fixes for failing tests | Jim McDonald | 2017-12-13 | 4 | -8/+8 |
| * | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 13 | -250/+291 |
|/ | |||||
* | Merge pull request #3311 from ethereum/changelog | chriseth | 2017-12-12 | 1 | -1/+2 |
|\ | |||||
| * | Update changelog for some 0.4.20 changes | Alex Beregszaszi | 2017-12-12 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #3310 from ethereum/limitDecl | Yoichi Hirai | 2017-12-12 | 2 | -14/+17 |
|\ | |||||
| * | Limit number of secondary source locations. | chriseth | 2017-12-12 | 2 | -14/+17 |
* | | Merge pull request #3183 from federicobond/fix-event-parsing | Yoichi Hirai | 2017-12-12 | 4 | -12/+19 |
|\ \ | |||||
| * | | Fix event parsing. Refs #3175 | Federico Bond | 2017-11-23 | 4 | -12/+19 |
* | | | Merge pull request #3218 from elenadimitrova/documentation/2176-overload-reso... | chriseth | 2017-12-12 | 1 | -7/+94 |
|\ \ \ | |||||
| * | | | Document function overloads and resolution | elenadimitrova | 2017-12-12 | 1 | -7/+94 |
* | | | | Merge pull request #3290 from ethereum/moveAppend | chriseth | 2017-12-12 | 1 | -0/+17 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Move-append for vector. | chriseth | 2017-12-11 | 1 | -0/+17 |
* | | | | Merge pull request #3197 from medvedev1088/fix-security-considerations-example | Alex Beregszaszi | 2017-12-12 | 1 | -3/+20 |
|\ \ \ \ | |||||
| * | | | | Correct that ether transfers _can_ always include code execution in re-entran... | Alex Beregszaszi | 2017-12-12 | 1 | -2/+2 |
| * | | | | Add another contract with call to demonstrate re-entrancy vulnerability. | Evgeny Medvedev | 2017-12-12 | 1 | -1/+18 |
* | | | | | Merge pull request #3068 from izgzhen/document-io-class | Alex Beregszaszi | 2017-12-12 | 1 | -1/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Document JSON I/O error classes | Zhen Zhang | 2017-12-12 | 1 | -1/+20 |
| |/ / / / | |||||
* | | | | | Merge pull request #3010 from ethereum/libsolc | Alex Beregszaszi | 2017-12-12 | 11 | -18/+20 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Rename jsonCompiler to libsolc | Alex Beregszaszi | 2017-12-11 | 11 | -18/+20 |
* | | | | | Merge pull request #3302 from ethereum/optimiserDescription | Alex Beregszaszi | 2017-12-12 | 1 | -0/+61 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Description of the optimiser and stages. | chriseth | 2017-12-11 | 1 | -0/+61 |
|/ / / / | |||||
* | | | | Merge pull request #3228 from ethereum/docs-tests-struct | chriseth | 2017-12-11 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Enable struct abi example with experimental pragma | Alex Beregszaszi | 2017-12-02 | 1 | -0/+4 |
* | | | | Merge pull request #3281 from GNSPS/develop | chriseth | 2017-12-11 | 1 | -25/+0 |
|\ \ \ \ | |||||
| * | | | | Removed manual adjustment of stack of the docs | Gonçalo Sá | 2017-12-05 | 1 | -25/+0 |
* | | | | | Merge pull request #3299 from KamuelaFranco/patch-1 | chriseth | 2017-12-11 | 1 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Update style-guide.rst to include enum style | Kamuela Franco | 2017-12-09 | 1 | -0/+6 |
* | | | | | | Merge pull request #3272 from ethereum/suggest-structs | chriseth | 2017-12-11 | 5 | -0/+21 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Move some struct tests to require ABIEncoderV2 | Alex Beregszaszi | 2017-12-11 | 3 | -0/+8 |
| * | | | | | Fix struct encoding warning for libraries. | chriseth | 2017-12-11 | 1 | -0/+1 |
| * | | | | | Suggest the experimental ABI encoder if using structs as function parameters | Alex Beregszaszi | 2017-12-11 | 2 | -0/+12 |
|/ / / / / | |||||
* | | | | | Merge pull request #3268 from eepstein/patch-2 | Yoichi Hirai | 2017-12-08 | 1 | -0/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | link to wiki for additional info on napspec | Ezra Epstein | 2017-12-02 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3283 from ethereum/jump-warning | chriseth | 2017-12-07 | 3 | -5/+8 |
|\ \ \ \ | |||||
| * | | | | Fix warning test for jumps in assembly | Alex Beregszaszi | 2017-12-06 | 1 | -2/+2 |
| * | | | | Suggest the "if" statement too instead of jumps | Alex Beregszaszi | 2017-12-06 | 1 | -1/+1 |
| * | | | | Warn for assembly labels too | Alex Beregszaszi | 2017-12-06 | 3 | -2/+5 |
* | | | | | Merge pull request #3288 from kayuri/SOL3277--Properly-handle-release-tag | chriseth | 2017-12-06 | 1 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Review fixes | Yuriy Kashnikov | 2017-12-06 | 1 | -4/+5 |
| * | | | | | Handle git release tag properly | Yuriy Kashnikov | 2017-12-06 | 1 | -1/+5 |
| |/ / / / | |||||
* | | | | | Merge pull request #3287 from ethereum/substitution | Yoichi Hirai | 2017-12-06 | 5 | -7/+102 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | substitution | chriseth | 2017-12-06 | 2 | -0/+90 |
| * | | | | copier | chriseth | 2017-12-06 | 1 | -1/+2 |
| * | | | | Make the modifier more flexible. | chriseth | 2017-12-06 | 2 | -6/+10 |
* | | | | | Merge pull request #3285 from ethereum/julia-split-instruction | Alex Beregszaszi | 2017-12-06 | 7 | -19/+27 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Split Instruction and FunctionalInstruction in Julia | Alex Beregszaszi | 2017-12-05 | 7 | -19/+27 |
|/ / / / | |||||
* | | | | Merge pull request #3278 from ethereum/ast_walker | Alex Beregszaszi | 2017-12-05 | 4 | -0/+345 |
|\ \ \ \ | |||||
| * | | | | Generic AST walker. | chriseth | 2017-12-05 | 4 | -0/+345 |
|/ / / / | |||||
* | | | | Merge pull request #3219 from ethereum/disambiguator | chriseth | 2017-12-05 | 9 | -1/+667 |
|\ \ \ \ | |||||
| * | | | | Simplify disambiguator. | chriseth | 2017-12-05 | 6 | -34/+19 |
| * | | | | Refactor iulia tests. | chriseth | 2017-12-05 | 3 | -79/+148 |
| * | | | | Disambiguator. | chriseth | 2017-12-05 | 5 | -0/+612 |
| * | | | | Rename to ASTDataForward.h | chriseth | 2017-12-04 | 2 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3032 from ethereum/division | chriseth | 2017-12-05 | 6 | -43/+260 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix test. | chriseth | 2017-12-04 | 1 | -4/+3 |
| * | | | Fix expression creation problems. | chriseth | 2017-11-30 | 1 | -19/+30 |
| * | | | Another test for division. | chriseth | 2017-11-30 | 1 | -0/+10 |
| * | | | Fix signed division. | chriseth | 2017-11-30 | 2 | -2/+20 |
| * | | | Unary operators and division. | chriseth | 2017-11-30 | 6 | -61/+240 |
* | | | | Merge pull request #3265 from ethereum/rename_args_to_params | chriseth | 2017-12-04 | 6 | -19/+19 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Rename arguments to paramaters and returns to returnVariables. | chriseth | 2017-12-01 | 6 | -19/+19 |
* | | | | Merge pull request #3250 from ethereum/aliases | Alex Beregszaszi | 2017-12-02 | 5 | -23/+80 |
|\ \ \ \ | |||||
| * | | | | Fix namespace ambiguity. | chriseth | 2017-12-01 | 2 | -2/+3 |
| * | | | | Include missing forward declarations in AsmDataForward | Alex Beregszaszi | 2017-11-30 | 1 | -0/+3 |
| * | | | | Introduce InlineAsm structs into Julia namespace. | chriseth | 2017-11-30 | 2 | -21/+74 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3267 from ethereum/docker_manual | chriseth | 2017-12-01 | 1 | -0/+49 |
|\ \ \ \ | |||||
| * | | | | Manual deploy to docker. | chriseth | 2017-12-01 | 1 | -0/+49 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3266 from ethereum/release | chriseth | 2017-12-01 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | Merge pull request #3261 from ethereum/develop | chriseth | 2017-11-30 | 99 | -666/+4500 |
| |\| | | | |||||
* | | | | | Merge pull request #3264 from ethereum/increment_version | chriseth | 2017-12-01 | 2 | -1/+7 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Increment version to 0.4.20. | chriseth | 2017-12-01 | 2 | -1/+7 |
|/ / / / | |||||
* | | | | Merge pull request #3263 from ethereum/always_store_bytecode | chriseth | 2017-11-30 | 1 | -2/+0 |
|\ \ \ \ | |||||
| * | | | | Store bytecode in any case. | chriseth | 2017-11-30 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Merge pull request #3260 from ethereum/version | chriseth | 2017-11-30 | 2 | -4/+8 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Preparation for 0.4.19 release. | chriseth | 2017-11-30 | 2 | -4/+8 |
|/ / / | |||||
* | | | Merge pull request #2146 from ethereum/jsonio-target-selection | Alex Beregszaszi | 2017-11-30 | 5 | -21/+112 |
|\ \ \ | |||||
| * | | | Simplify target selection code | Alex Beregszaszi | 2017-11-30 | 1 | -18/+9 |
| * | | | Rename target selection to use the word artifact | Alex Beregszaszi | 2017-11-30 | 1 | -32/+32 |
| * | | | Update standard json documentation | Alex Beregszaszi | 2017-11-30 | 1 | -1/+1 |
| * | | | Add workaround for bytecode/deployedBytecode selection | Alex Beregszaszi | 2017-11-30 | 1 | -2/+20 |
| * | | | Request all outputs in JSONCompiler | Alex Beregszaszi | 2017-11-30 | 1 | -0/+5 |
| * | | | Specify output selection in tests | Alex Beregszaszi | 2017-11-30 | 1 | -0/+8 |
| * | | | Limit output according to the selected targets in StandardCompiler | Alex Beregszaszi | 2017-11-30 | 2 | -20/+33 |
| * | | | Add target selection helpers to StandardCompiler | Alex Beregszaszi | 2017-11-30 | 1 | -0/+56 |
|/ / / | |||||
* | | | Merge pull request #2863 from ethereum/structDecoder | Alex Beregszaszi | 2017-11-30 | 11 | -38/+1399 |
|\ \ \ | |||||
| * | | | Also test short input for old decoder. | chriseth | 2017-11-30 | 1 | -5/+9 |
| * | | | Cleanup and overflow checks for data pointers. | chriseth | 2017-11-30 | 5 | -24/+48 |
| * | | | Decoder tests. | chriseth | 2017-11-30 | 5 | -34/+866 |
| * | | | ABI decoder. | chriseth | 2017-11-30 | 7 | -4/+505 |
* | | | | Merge pull request #3259 from wbt/patch-1 | Alex Beregszaszi | 2017-11-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Minor update in contracts | wbt | 2017-11-30 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #3248 from ethereum/ignorePrerelease | Alex Beregszaszi | 2017-11-30 | 1 | -1/+49 |
|\ \ \ | |||||
| * | | | Patch truffle to ignore pre-release compiler warning. | chriseth | 2017-11-28 | 1 | -1/+49 |
|/ / / | |||||
* | | | Merge pull request #3220 from ethereum/IuliaIf | chriseth | 2017-11-27 | 19 | -11/+163 |
|\ \ \ | |||||
| * | | | Force condition to be bool in iulia mode. | chriseth | 2017-11-24 | 2 | -5/+7 |
| * | | | Tests. | chriseth | 2017-11-22 | 2 | -0/+29 |
| * | | | Add if statement to Julia specification. | chriseth | 2017-11-22 | 1 | -2/+10 |
| * | | | Use if statement in abi functions. | chriseth | 2017-11-22 | 1 | -3/+3 |
| * | | | If statement for Iulia / inline assembly. | chriseth | 2017-11-22 | 16 | -6/+119 |
* | | | | Merge pull request #3234 from ethereum/sortsForExpressions | Alex Beregszaszi | 2017-11-27 | 3 | -49/+42 |
|\ \ \ \ | |||||
| * | | | | Explain IntIntFun and merge assertion. | chriseth | 2017-11-24 | 1 | -3/+7 |
| * | | | | Introduce sorts for smt expressions. | chriseth | 2017-11-22 | 3 | -48/+37 |
* | | | | | Merge pull request #3245 from ivanbakel/removeSolAssert | Alex Beregszaszi | 2017-11-27 | 1 | -3/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Replaced solAssert in Jumpdest optimization | Isaac van Bakel | 2017-11-26 | 1 | -3/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #3242 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2017-11-24 | 1 | -4/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Bugfix in blind auction | chriseth | 2017-11-24 | 1 | -4/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #3240 from ethereum/docs-lexer | chriseth | 2017-11-24 | 2 | -5/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Add exponential notation to numbers in SolidityLexer | Alex Beregszaszi | 2017-11-23 | 1 | -2/+2 |
| * | | | | | Move reserved keywords from SolidityLexer | Alex Beregszaszi | 2017-11-23 | 1 | -3/+3 |
| * | | | | | Add SolidityLexer.pyc to gitignore | Alex Beregszaszi | 2017-11-23 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #3235 from ethereum/explicit-tests | Alex Beregszaszi | 2017-11-23 | 1 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Improve expected test errors for some old cases | Alex Beregszaszi | 2017-11-22 | 1 | -4/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #3233 from kseo/check-success | Alex Beregszaszi | 2017-11-22 | 1 | -13/+13 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | success(text) -> CHECK_SUCCESS(text) | Kwang Yul Seo | 2017-11-22 | 1 | -13/+13 |
|/ / / / | |||||
* | | | | Merge pull request #3195 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2017-11-22 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Tone down similarity to JavaScript. | chriseth | 2017-11-16 | 1 | -1/+2 |
* | | | | Merge pull request #3231 from ethereum/chriseth-patch-2 | Alex Beregszaszi | 2017-11-22 | 1 | -5/+10 |
|\ \ \ \ | |||||
| * | | | | More explanation about the packed encoding. | chriseth | 2017-11-22 | 1 | -5/+10 |
|/ / / / | |||||
* | | | | Merge pull request #3152 from ethereum/docs-tests | Alex Beregszaszi | 2017-11-22 | 5 | -116/+108 |
|\ \ \ \ | |||||
| * | | | | had "names" when "parameters" was meant | Ezra Epstein | 2017-11-22 | 1 | -1/+1 |
| * | | | | Ensure each code snippet in the docs can be extracted for tests | Alex Beregszaszi | 2017-11-22 | 5 | -115/+107 |
|/ / / / | |||||
* | | | | Merge pull request #2129 from ethereum/julia | Alex Beregszaszi | 2017-11-22 | 3 | -5/+562 |
|\ \ \ \ | |||||
| * | | | | avoid reassigning variables | Sami Mäkelä | 2017-11-22 | 1 | -2/+2 |
| * | | | | added Switch specification | Sami Mäkelä | 2017-11-22 | 1 | -0/+13 |
| * | | | | Small fixes | chriseth | 2017-11-22 | 1 | -5/+5 |
| * | | | | Some clarifications. | chriseth | 2017-11-22 | 1 | -67/+87 |
| * | | | | Typos and clarifications. | chriseth | 2017-11-22 | 1 | -4/+5 |
| * | | | | Include JULIA section in the TOC. | chriseth | 2017-11-22 | 1 | -0/+1 |
| * | | | | Add true/false literals | Alex Beregszaszi | 2017-11-22 | 1 | -1/+3 |
| * | | | | Remove from examples | Alex Beregszaszi | 2017-11-22 | 1 | -3/+3 |
| * | | | | Switch cases do not require colon | Alex Beregszaszi | 2017-11-22 | 1 | -2/+2 |
| * | | | | Require at least one case in switch | chriseth | 2017-11-22 | 1 | -1/+1 |
| * | | | | Restriction of switch | Alex Beregszaszi | 2017-11-22 | 1 | -1/+6 |
| * | | | | Include section for Julia objects | Alex Beregszaszi | 2017-11-22 | 1 | -0/+68 |
| * | | | | Include type names in grammar | Alex Beregszaszi | 2017-11-22 | 1 | -2/+4 |
| * | | | | Remove subassembly | Alex Beregszaszi | 2017-11-22 | 1 | -4/+1 |
| * | | | | Support types in grammar | Alex Beregszaszi | 2017-11-22 | 1 | -6/+6 |
| * | | | | Clarify literals | Alex Beregszaszi | 2017-11-22 | 1 | -1/+1 |
| * | | | | Do not require parentheses on function return values | Alex Beregszaszi | 2017-11-22 | 1 | -7/+7 |
| * | | | | More specification. | chriseth | 2017-11-22 | 1 | -28/+80 |
| * | | | | Improve semantics description. | chriseth | 2017-11-22 | 1 | -19/+18 |
| * | | | | Include split/combine256 | Alex Beregszaszi | 2017-11-22 | 1 | -0/+6 |
| * | | | | Use signed/unsigned types in low-level functions | Alex Beregszaszi | 2017-11-22 | 1 | -71/+73 |
| * | | | | Include implicit type conversions | Alex Beregszaszi | 2017-11-22 | 1 | -0/+13 |
| * | | | | Document backends | Alex Beregszaszi | 2017-11-22 | 1 | -0/+21 |
| * | | | | Case is missing from switch statements | Alex Beregszaszi | 2017-11-22 | 1 | -3/+3 |
| * | | | | Add types to the examples | Alex Beregszaszi | 2017-11-22 | 1 | -9/+9 |
| * | | | | Define types in Julia | Alex Beregszaszi | 2017-11-22 | 1 | -0/+4 |
| * | | | | Describe built-in Julia functions | Alex Beregszaszi | 2017-11-22 | 1 | -1/+163 |
| * | | | | Move Julia documentation to its own file | Alex Beregszaszi | 2017-11-22 | 2 | -191/+196 |
| * | | | | First take in formal specification. | chriseth | 2017-11-22 | 1 | -13/+94 |
| * | | | | Describe Julia. | chriseth | 2017-11-22 | 1 | -11/+114 |
* | | | | | Merge pull request #2993 from ethereum/trackVariables | Alex Beregszaszi | 2017-11-22 | 7 | -119/+771 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Fix problem with non-value-typed variables. | chriseth | 2017-11-22 | 2 | -14/+16 |
| * | | | | For loop. | chriseth | 2017-11-22 | 3 | -0/+110 |
| * | | | | Test for multi-branches. | chriseth | 2017-11-22 | 1 | -0/+18 |
| * | | | | Fix boolean constants. | chriseth | 2017-11-22 | 2 | -14/+16 |
| * | | | | Tests. | chriseth | 2017-11-22 | 1 | -0/+31 |
| * | | | | Check for conditions being constant. | chriseth | 2017-11-22 | 4 | -27/+102 |
| * | | | | Tests. | chriseth | 2017-11-22 | 2 | -5/+240 |
| * | | | | Track usage of variables. | chriseth | 2017-11-22 | 4 | -70/+215 |
| * | | | | Handle branches. | chriseth | 2017-11-22 | 2 | -54/+88 |
|/ / / / | |||||
* | | | | Merge pull request #3142 from Balajiganapathi/allow_constant_array_length | Alex Beregszaszi | 2017-11-22 | 5 | -3/+193 |
|\ \ \ \ | |||||
| * | | | | Improve cyclic constant error message | Alex Beregszaszi | 2017-11-22 | 2 | -3/+3 |
| * | | | | Detect cyclic constant definitions | Balajiganapathi S | 2017-11-22 | 3 | -9/+44 |
| * | | | | Add more tests for constant var as array lengths | Balajiganapathi S | 2017-11-22 | 1 | -1/+96 |
| * | | | | Allow constant integer variables as array lengths. | Balajiganapathi S | 2017-11-22 | 5 | -1/+61 |
* | | | | | Merge pull request #3204 from frangio/grammar-incomplete-tuples | Alex Beregszaszi | 2017-11-22 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Make tuple components optional in documented grammar | Francisco Giordano | 2017-11-15 | 1 | -2/+2 |
* | | | | | Link to translations. (#3212) | chriseth | 2017-11-21 | 1 | -2/+9 |
* | | | | | Merge pull request #3031 from wadeAlexC/develop | Alex Beregszaszi | 2017-11-17 | 9 | -17/+92 |
|\ \ \ \ \ | |||||
| * | | | | | Add tests for getChecksummedAddress | Alex Beregszaszi | 2017-11-17 | 1 | -0/+34 |
| * | | | | | Extend address checksum tests | Alex Beregszaszi | 2017-11-17 | 1 | -4/+17 |
| * | | | | | Show checksummed address always (prepend with 0) | Alex Beregszaszi | 2017-11-17 | 1 | -2/+5 |
| * | | | | | Do not try to display checksummed address for too-short/long address literals | Alex Beregszaszi | 2017-11-17 | 3 | -3/+5 |
| * | | | | | Ensure that non-hex characters are caught in address checksumming | Alex Beregszaszi | 2017-11-17 | 2 | -2/+7 |
| * | | | | | Improves address literal checksum error message | wadeAlexC | 2017-11-17 | 6 | -14/+32 |
|/ / / / / | |||||
* | | | | | Merge pull request #3213 from chuacw/patch-1 | Alex Beregszaszi | 2017-11-17 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Change phrase in type deduction | Chua Chee Wee | 2017-11-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3173 from federicobond/improve-number-grammar | Alex Beregszaszi | 2017-11-16 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Improve rule for decimal numbers in grammar.txt | Federico Bond | 2017-11-16 | 1 | -3/+3 |
* | | | | | Merge pull request #3209 from ethereum/unimplemented-msgs | chriseth | 2017-11-16 | 2 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Add explanation to unimplemented assertions | Alex Beregszaszi | 2017-11-16 | 2 | -3/+3 |
* | | | | | | Merge pull request #3194 from kseo/print-using-for | Alex Beregszaszi | 2017-11-16 | 2 | -0/+14 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Print using for directive in ASTPrinter | Kwang Yul Seo | 2017-11-16 | 2 | -0/+14 |
* | | | | | | Merge pull request #3207 from ethereum/chriseth-patch-2 | Alex Beregszaszi | 2017-11-16 | 1 | -5/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove obsolote statement about msg.sender and library calls. | chriseth | 2017-11-16 | 1 | -5/+0 |
* | | | | | | | Merge pull request #3206 from kseo/outdated-comment | Alex Beregszaszi | 2017-11-16 | 4 | -4/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Update outdated comments | Kwang Yul Seo | 2017-11-15 | 4 | -4/+4 |
* | | | | | | | Merge pull request #3189 from kseo/unused | Alex Beregszaszi | 2017-11-16 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Remove unused method | Kwang Yul Seo | 2017-11-12 | 1 | -4/+0 |
* | | | | | | | Merge pull request #3205 from ethereum/LianaHus-patch-1-docs | chriseth | 2017-11-15 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Update index.rst | Liana Husikyan | 2017-11-15 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3201 from kseo/typo | chriseth | 2017-11-15 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Fix a typo | Kwang Yul Seo | 2017-11-14 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #3191 from kseo/redundant-check | chriseth | 2017-11-13 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove a redundant check | Kwang Yul Seo | 2017-11-13 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3188 from guanqun/fix-deps-script | Alex Beregszaszi | 2017-11-11 | 1 | -1/+6 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Update the script for Ubuntu Artful 17.10 | Guanqun Lu | 2017-11-11 | 1 | -1/+6 |
|/ / / | |||||
* | | | Merge pull request #3155 from chuacw/patch-1 | Alex Beregszaszi | 2017-10-30 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Changed limitation to feature | Chua Chee Wee | 2017-10-30 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #3150 from walter-weinmann/develop | Alex Beregszaszi | 2017-10-29 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | abi-spec: example code doesn't fit grammar.txt. | walter-weinmann | 2017-10-29 | 1 | -6/+6 |
|/ / / | |||||
* | | | Fixed typos (#3139) | Christian Pamidov | 2017-10-28 | 1 | -2/+2 |
* | | | Merge pull request #3133 from federicobond/add-missing-tests | chriseth | 2017-10-27 | 1 | -0/+29 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add missing name resolver tests | Federico Bond | 2017-10-27 | 1 | -0/+29 |
* | | | Merge pull request #3130 from nakov/patch-1 | chriseth | 2017-10-26 | 1 | -16/+18 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixed typos | Svetlin Nakov | 2017-10-26 | 1 | -4/+4 |
| * | | Improved the "Naming" section | Svetlin Nakov | 2017-10-25 | 1 | -16/+18 |
|/ / | |||||
* | | Merge pull request #2607 from federicobond/better-error-output | Alex Beregszaszi | 2017-10-24 | 1 | -16/+30 |
|\ \ | |||||
| * | | Improve cmdline error output | Federico Bond | 2017-10-06 | 1 | -14/+24 |
| * | | Use local variables inside bash functions | Federico Bond | 2017-10-06 | 1 | -6/+10 |
| * | | cmdlineTests: print solc output instead of contract code on error | Federico Bond | 2017-10-06 | 1 | -4/+4 |
* | | | Include modexp precompile in genesis for testing (#3114) | Boris Kostenko | 2017-10-24 | 1 | -3/+4 |
* | | | Merge pull request #3126 from limexp/fix/2300-skip-bytecodecompare | chriseth | 2017-10-24 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | Fix folder changes | Boris Kostenko | 2017-10-24 | 1 | -0/+1 |
| * | | | No bytecodecompare if tests failed (issue #2300) | Boris Kostenko | 2017-10-24 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #3117 from ethereum/wallet-test | Alex Beregszaszi | 2017-10-24 | 1 | -19/+21 |
|\ \ \ | |||||
| * | | | Do not use the precompile address 0x05 in the wallet tests (but a randomized ... | Alex Beregszaszi | 2017-10-24 | 1 | -19/+21 |
|/ / / | |||||
* | | | Merge pull request #3113 from limexp/fix/2300-skip-bytecodecompare | chriseth | 2017-10-23 | 2 | -5/+6 |
|\ \ \ | |||||
| * | | | No bytecodecompare if tests failed (issue #2300) | Boris Kostenko | 2017-10-20 | 1 | -2/+2 |
| * | | | No bytecodecompare if tests failed (issue #2300) | Boris Kostenko | 2017-10-20 | 1 | -2/+4 |
| * | | | No bytecodecompare if tests failed (issue #2300) | Boris Kostenko | 2017-10-20 | 2 | -7/+6 |
* | | | | Merge pull request #3092 from rivenhk/b_2885 | chriseth | 2017-10-23 | 2 | -0/+16 |
|\ \ \ \ | |||||
| * | | | | updated Changelog.md | rivenhk | 2017-10-22 | 1 | -0/+1 |
| * | | | | updated formatting when source snippets is too long | rivenhk | 2017-10-19 | 1 | -3/+3 |
| * | | | | updating formatting when source snippets is too long | rivenhk | 2017-10-18 | 1 | -5/+5 |
| * | | | | added formatting when source snippets is too long | rivenhk | 2017-10-18 | 1 | -0/+15 |
* | | | | | Merge pull request #3053 from wjmelements/nit-examples | chriseth | 2017-10-21 | 1 | -8/+4 |
|\ \ \ \ \ | |||||
| * | | | | | also rm biddingTime | William Morriss | 2017-10-09 | 1 | -3/+1 |
| * | | | | | remove auctionStart | William Morriss | 2017-10-09 | 1 | -6/+4 |
* | | | | | | Merge pull request #3119 from ethereum/rpc-account | chriseth | 2017-10-20 | 2 | -8/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Always create the correct account even if gaps are needed | Alex Beregszaszi | 2017-10-20 | 1 | -1/+1 |
| * | | | | | | Add helper RPCSession::createAccount | Alex Beregszaszi | 2017-10-20 | 2 | -7/+11 |
* | | | | | | | Merge pull request #3030 from ethereum/smt-variable-types | chriseth | 2017-10-20 | 2 | -1/+16 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | SMT enforce variable types | Alex Beregszaszi | 2017-10-05 | 2 | -1/+16 |
* | | | | | | | Merge pull request #3107 from ethereum/constexpr-detailed | Alex Beregszaszi | 2017-10-20 | 3 | -3/+27 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | More detailed errors for invalid array lengths (such as division by zero). | Alex Beregszaszi | 2017-10-20 | 3 | -3/+27 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3101 from ethereum/compilerstack-header | chriseth | 2017-10-19 | 8 | -41/+56 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Simplify contract lookup in CompileStack | Alex Beregszaszi | 2017-10-19 | 1 | -5/+10 |
| * | | | | | | Implement CompilerStack.lastContractName() | Alex Beregszaszi | 2017-10-19 | 7 | -21/+30 |
| * | | | | | | Always require a contract/sourceName in CompilerStack | Alex Beregszaszi | 2017-10-19 | 4 | -23/+24 |
* | | | | | | | Merge pull request #3098 from ethereum/cli-cleanup | chriseth | 2017-10-19 | 4 | -40/+44 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add readStandardInput helper | Alex Beregszaszi | 2017-10-18 | 4 | -23/+20 |
| * | | | | | | | Rename contentsString to readFileAsString | Alex Beregszaszi | 2017-10-18 | 4 | -10/+10 |
| * | | | | | | | Indentation fixes in lllc | Alex Beregszaszi | 2017-10-18 | 1 | -7/+14 |
* | | | | | | | | Merge pull request #3111 from ethereum/test-close-failure | chriseth | 2017-10-19 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ |