Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3565 from ethereum/doNotWarnAboutAnalysisOnlyExpFeatures | chriseth | 2018-02-22 | 3 | -8/+6 |
|\ | | | | | Do not warn about analysis-only experimental features. | ||||
| * | Do not warn about analysis-only experimental features. | chriseth | 2018-02-22 | 3 | -8/+6 |
|/ | |||||
* | Merge pull request #3571 from ethereum/cppcheck | chriseth | 2018-02-22 | 2 | -6/+6 |
|\ | | | | | Mark functions const | ||||
| * | Mark functions const | Alex Beregszaszi | 2018-02-22 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #3570 from ethereum/assembly-oversized-literals | chriseth | 2018-02-22 | 4 | -0/+16 |
|\ \ | |/ |/| | Raise error on oversized number literals in assembly | ||||
| * | Add assertion for boolean literals in Julia-mode | Alex Beregszaszi | 2018-02-22 | 1 | -0/+5 |
| | | |||||
| * | Raise error on oversized number literals in assembly | Alex Beregszaszi | 2018-02-22 | 4 | -0/+11 |
| | | |||||
* | | Merge pull request #3566 from mirgj/patch-1 | chriseth | 2018-02-22 | 1 | -1/+1 |
|\| | | | | | Update solidity-by-example.rst | ||||
| * | Update solidity-by-example.rst | mirgj | 2018-02-22 | 1 | -1/+1 |
|/ | | | | | | highestBidder is the address. it's highestBid that should be != 0 to be considered as pending return. It's that right? | ||||
* | Merge pull request #3427 from duaraghav8/patch-3 | chriseth | 2018-02-22 | 1 | -0/+11 |
|\ | | | | | Abstract Contracts: Add note about function type | ||||
| * | Fix link. | chriseth | 2018-02-20 | 1 | -5/+3 |
| | | |||||
| * | correct terminology | Raghav Dua | 2018-01-24 | 1 | -2/+2 |
| | | |||||
| * | Abstract Contracts: Add note about function type | Raghav Dua | 2018-01-24 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #3555 from ethereum/libraryTestCallInput | chriseth | 2018-02-22 | 1 | -2/+2 |
|\ \ | | | | | | | Provide proper input for test call. | ||||
| * | | Provide proper input for test call. | chriseth | 2018-02-21 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #3548 from ethereum/documentationOnCircle | chriseth | 2018-02-22 | 2 | -15/+24 |
|\ \ \ | | | | | | | | | Build documentation on CircleCI. | ||||
| * | | | Build documentation on CircleCI. | chriseth | 2018-02-21 | 2 | -15/+24 |
|/ / / | |||||
* | | | Merge pull request #3559 from ethereum/emscripten-fail-on-undefined | chriseth | 2018-02-21 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | CMake: abort if linking results in undefined symbols with emscripten | ||||
| * | | | CMake: abort if linking results in undefined symbols with emscripten | Alex Beregszaszi | 2018-02-21 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #3561 from ldct/patch-2 | chriseth | 2018-02-21 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Create .gitattributes | ||||
| * | | | | Create .gitattributes | Li Xuanji | 2018-02-21 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge pull request #3554 from ethereum/reuseScannerOrNot | chriseth | 2018-02-21 | 9 | -8/+18 |
|\ \ \ \ | |/ / / |/| | | | Expect end of string at end of top-level block for assembly parser. | ||||
| * | | | Expect end of string at end of top-level block for assembly parser. | chriseth | 2018-02-21 | 9 | -8/+18 |
| | | | | |||||
* | | | | Merge pull request #3532 from aarlt/libdevcore_new_json_api | Alex Beregszaszi | 2018-02-21 | 15 | -53/+337 |
|\ \ \ \ | |_|/ / |/| | | | Add new JSON API for better abstraction and for supporting strict JSON parsing | ||||
| * | | | Add new JSON API for better abstraction and for supporting strict JSON parsing | Alexander Arlt | 2018-02-21 | 15 | -53/+337 |
|/ / / | |||||
* | | | Merge pull request #3553 from ethereum/simpleOptimizerTestFix | chriseth | 2018-02-21 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Provide input for two optimizer tests. | ||||
| * | | Provide input for two optimizer tests. | chriseth | 2018-02-21 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #3535 from ethereum/fixShadowing | Alex Beregszaszi | 2018-02-20 | 3 | -3/+26 |
|\ \ | | | | | | | Fix shadowing detection for aliases | ||||
| * | | Changelog entry. | chriseth | 2018-02-20 | 1 | -0/+1 |
| | | | |||||
| * | | Fix shadowing for imports with aliases. | chriseth | 2018-02-20 | 1 | -2/+3 |
| | | | |||||
| * | | Test aliasing in shadowing. | chriseth | 2018-02-20 | 1 | -1/+22 |
|/ / | |||||
* | | Merge pull request #3550 from ethereum/offsetconstantsasm | Alex Beregszaszi | 2018-02-20 | 3 | -6/+22 |
|\ \ | | | | | | | Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly. | ||||
| * | | Changelog entry. | chriseth | 2018-02-20 | 1 | -0/+1 |
| | | | |||||
| * | | Properly warn about the use of constants in inline assembly in connection ↵ | chriseth | 2018-02-20 | 1 | -6/+6 |
| | | | | | | | | | | | | with ``_offset`` and ``_slot``. | ||||
| * | | Test ``_offset`` for constants in inline assembly. | chriseth | 2018-02-20 | 1 | -0/+15 |
| | | | |||||
* | | | Merge pull request #3543 from ↵ | chriseth | 2018-02-20 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | medvedev1088/feature/add-gas-details-to-documentation Add gas forwarding details to address related functions in documentation | ||||
| * | | | Add adjustable/no adjustable gas details to address related functions in ↵ | Evgeny Medvedev | 2018-02-20 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | units-and-global-variables.rst | ||||
| * | | | Add gas forwarding details to address related functions in ↵ | Evgeny Medvedev | 2018-02-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | units-and-global-variables.rst | ||||
* | | | | Merge pull request #3551 from fulldecent/patch-7 | chriseth | 2018-02-20 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Typo | ||||
| * | | | | Typo | William Entriken | 2018-02-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3357 from federicobond/improve-asm-grammar | chriseth | 2018-02-20 | 1 | -17/+16 |
|\ \ \ \ | | | | | | | | | | | docs: Improve assembly grammar definition | ||||
| * | | | | docs: Improve assembly grammar definition | Federico Bond | 2017-12-24 | 1 | -17/+16 |
| | | | | | |||||
* | | | | | Merge pull request #3448 from fulldecent/patch-8 | chriseth | 2018-02-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Clarify name documentation for mixedCase | ||||
| * | | | | Clarify name documentation for mixedCase | William Entriken | 2018-01-30 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3135 from federicobond/formatter-instance | chriseth | 2018-02-20 | 6 | -70/+69 |
|\ \ \ \ \ | | | | | | | | | | | | | Convert static SourceReferenceFormatter functions to member ones | ||||
| * | | | | | Fix scannerFromSourceName use-after-free. | chriseth | 2018-02-19 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Convert static SourceReferenceFormatter functions to member ones | Federico Bond | 2018-02-19 | 6 | -69/+68 |
| | | | | | | |||||
* | | | | | | Merge pull request #3182 from janat08/patch-2 | chriseth | 2018-02-19 | 1 | -2/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update introduction-to-smart-contracts.rst | ||||
| * | | | | | | Update introduction-to-smart-contracts.rst | chriseth | 2018-02-19 | 1 | -3/+5 |
| | | | | | | | |||||
| * | | | | | | Update introduction-to-smart-contracts.rst | janat08 | 2017-11-09 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3540 from ealmansi/fix/add-doc-prop-3537 | chriseth | 2018-02-19 | 3 | -1/+26 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added JSON property 'documentation' to Function, Event, and Modifier defs. | ||||
| * | | | | | | | Changelog entry. | chriseth | 2018-02-19 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix indentation. | Emilio Almansi | 2018-02-19 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Added property _documentation_ to Function, Event, and Modifier definition ↵ | Emilio Almansi | 2018-02-19 | 2 | -1/+25 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | classes. | ||||
* | | | | | | | Merge pull request #3502 from aarlt/minor_fix_no_input_sources_specified | chriseth | 2018-02-19 | 3 | -2/+42 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Minor improvement: Check sources | ||||
| * | | | | | | Minor improvement: check sources | Alexander Arlt | 2018-02-17 | 3 | -2/+42 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - returns error, if "sources" is an array, an empty object or not defined - Added new test-cases in test/libsolidity/StandardCompiler.cpp | ||||
* | | | | | | Merge pull request #3536 from leonardoalt/fix_compilation_3530 | chriseth | 2018-02-16 | 1 | -4/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix compilation problem from issue 3530 | ||||
| * | | | | | | Fix compilation problem from issue 3530 | Leonardo Alt | 2018-02-16 | 1 | -4/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3523 from ethereum/throwMulmod | chriseth | 2018-02-15 | 5 | -5/+37 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make addmod and mulmod revert if the last argument is zero. | ||||
| * | | | | | | Make addmod and mulmod revert if the last argument is zero. | chriseth | 2018-02-15 | 5 | -5/+37 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3521 from ethereum/uninitializedStoragePointers | Alex Beregszaszi | 2018-02-15 | 3 | -1/+38 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disallow uninitialized storage pointers as experimental 0.5.0 feature. | ||||
| * | | | | | | Disallow uninitialized storage pointers as experimental 0.5.0 feature. | chriseth | 2018-02-15 | 3 | -1/+38 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3510 from ethereum/fixppa | chriseth | 2018-02-15 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix PPA script. | ||||
| * | | | | | | Fix PPA script. | chriseth | 2018-02-14 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3509 from ethereum/release | chriseth | 2018-02-14 | 0 | -0/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merge release back into develop. | ||||
| * \ \ \ \ \ | Merge pull request #3503 from ethereum/develop | chriseth | 2018-02-14 | 165 | -1164/+7455 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merge develop into release for v0.4.20. | ||||
* | \ \ \ \ \ \ | Merge pull request #3508 from abbbe/docs-fix-typo-20180214 | Alex Beregszaszi | 2018-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix a typo | ||||
| * | | | | | | | | fix a typo | Alexandre Bezroutchko | 2018-02-14 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #3505 from ethereum/incVersion | chriseth | 2018-02-14 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Increment version number. | ||||
| * | | | | | | | Increment version number. | chriseth | 2018-02-14 | 2 | -1/+9 |
|/ / / / / / / | |||||
* | | | | | | | Update Changelog.md | chriseth | 2018-02-14 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3501 from ethereum/prepareRelease | Alex Beregszaszi | 2018-02-14 | 2 | -9/+15 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Prepare 0.4.20 release. | ||||
| * | | | | | | | Prepare 0.4.20 release. | chriseth | 2018-02-14 | 2 | -9/+15 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3498 from ethereum/allowthisfselector | chriseth | 2018-02-14 | 7 | -12/+98 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow `this.f.selector` to be pure. | ||||
| * | | | | | | | Add tests for selectors for public variables. | chriseth | 2018-02-13 | 2 | -4/+10 |
| | | | | | | | | |||||
| * | | | | | | | Allow `this.f.selector` to be pure. | chriseth | 2018-02-13 | 6 | -9/+89 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3147 from Balajiganapathi/alternative_scope | chriseth | 2018-02-13 | 10 | -2/+357 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Suggest alternatives when identifier not found. Closes #3058. | ||||
| * | | | | | | | | Fix: remove reference. | chriseth | 2018-02-13 | 1 | -2/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Use one-dimensional vector. | chriseth | 2018-02-13 | 1 | -7/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Suggestion to improve readability. | chriseth | 2018-02-13 | 1 | -14/+21 |
| | | | | | | | | | |||||
| * | | | | | | | | Minor changes. | chriseth | 2018-02-13 | 2 | -6/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Restructure code for alternative identifier suggestions | Balajiganapathi S | 2018-02-13 | 6 | -50/+86 |
| | | | | | | | | | |||||
| * | | | | | | | | Add tests for similarity routine | Balajiganapathi S | 2018-02-13 | 1 | -0/+56 |
| | | | | | | | | | |||||
| * | | | | | | | | Move string distance function to utils and format error message | Balajiganapathi S | 2018-02-13 | 6 | -52/+122 |
| | | | | | | | | | |||||
| * | | | | | | | | Suggest alternatives when identifier not found. | Balajiganapathi S | 2018-02-13 | 7 | -2/+183 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3349 from federicobond/number-improv | Alex Beregszaszi | 2018-02-13 | 4 | -4/+23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Avoid output messages size blow-up using huge bignums literals | ||||
| * | | | | | | | | Always use shortened literal number representation. | chriseth | 2018-02-13 | 3 | -10/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Avoid output messages size blow-up using huge bignums literals | Federico Bond | 2018-02-13 | 4 | -4/+23 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3398 from ConsenSys/install-lllc | chriseth | 2018-02-13 | 3 | -0/+21 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow lllc to be installed via Make | ||||
| * | | | | | | | | | Turn off lllc installation by default | Alex Beregszaszi | 2018-02-13 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Allow lllc to be installed | Matthew Halpern | 2018-02-13 | 3 | -0/+21 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #3497 from ethereum/modandchangelog | Alex Beregszaszi | 2018-02-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Mention mod-and-replacement in changelog. | ||||
| * | | | | | | | | Mention mod-and-replacement in changelog. | chriseth | 2018-02-13 | 1 | -0/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3425 from jevogel/3301 | chriseth | 2018-02-13 | 5 | -17/+46 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Deprecate the var keyword in SyntaxChecker | ||||
| * | | | | | | | | Adjust tests for multiple errors with the var keyword | Alex Beregszaszi | 2018-02-13 | 2 | -13/+25 |
| | | | | | | | | | |||||
| * | | | | | | | | Do not use var where not neccessary in tests | Alex Beregszaszi | 2018-02-13 | 2 | -4/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature) | Jimmy Vogel | 2018-02-13 | 3 | -0/+17 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #2818 from ethereum/testGnosis | chriseth | 2018-02-13 | 3 | -21/+32 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Also test gnosis contracts. | ||||
| * | | | | | | | | | Replace fixed-version pragmas in Gnosis | Alex Beregszaszi | 2018-02-13 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Use node 7 as required by Gnosis contracts | chriseth | 2018-02-13 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Also test Gnosis contracts. | chriseth | 2018-02-13 | 1 | -18/+25 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #3374 from ethereum/optim-mod-pow2 | Alex Beregszaszi | 2018-02-13 | 2 | -0/+23 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replace MOD with AND if constant is power of 2 | ||||
| * | | | | | | | | | Test for Mod-And rule. | chriseth | 2018-02-13 | 1 | -0/+12 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Replace MOD with AND if constant is power of 2 | Alex Beregszaszi | 2018-02-13 | 1 | -0/+11 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #3477 from ethereum/emscripten-exceptions | Alex Beregszaszi | 2018-02-13 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Disable greedy exception catcher in Emscripten build | ||||
| * | | | | | | | | Disable greedy exception catcher in Emscripten build | Alex Beregszaszi | 2018-02-13 | 1 | -1/+3 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3489 from ethereum/fixZepplein | Alex Beregszaszi | 2018-02-13 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fix some weird zeppelin tests. | ||||
| * | | | | | | | Fix some weird zeppelin tests. | chriseth | 2018-02-13 | 1 | -0/+7 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3479 from ethereum/multiError | chriseth | 2018-02-13 | 6 | -70/+184 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Support searching inside multiple errors. | ||||
| * | | | | | | | Support searching inside multiple errors. | chriseth | 2018-02-12 | 6 | -70/+184 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3478 from ethereum/simplifierFormatNumber | chriseth | 2018-02-13 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Format number nicely in the IULIA simplifier. | ||||
| * | | | | | | | | Pretty-print constants in simplifier. | chriseth | 2018-02-10 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Generic pretty-printed numbers.. | chriseth | 2018-02-10 | 1 | -0/+8 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3474 from ethereum/circle2 | Alex Beregszaszi | 2018-02-12 | 3 | -46/+131 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Split emscripten circle job into build and test. | ||||
| * | | | | | | | | Handle version for solcjs tests. | chriseth | 2018-02-10 | 3 | -5/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Split solcjs and external tests. | chriseth | 2018-02-10 | 3 | -34/+94 |
| | | | | | | | | | |||||
| * | | | | | | | | Split build and test emscripten | chriseth | 2018-02-10 | 1 | -18/+40 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3484 from federicobond/fix-segfault | chriseth | 2018-02-12 | 2 | -0/+15 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fix segfault with undeclared array types | ||||
| * | | | | | | | Fix segfault with undeclared array types | Federico Bond | 2018-02-12 | 2 | -0/+15 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3472 from ethereum/removeemptyblocks | chriseth | 2018-02-09 | 1 | -8/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use removeEmptyBlocks helper in FunctionHoister | ||||
| * | | | | | | | Use removeEmptyBlocks helper in FunctionHoister | Alex Beregszaszi | 2018-02-09 | 1 | -8/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3462 from aarlt/darwin_clang_16mb_stack | chriseth | 2018-02-09 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Set stack-size to 16MB for darwin clang. | ||||
| * | | | | | | | | Set stack-size to 16MB for darwin clang. | Alexander Arlt | 2018-02-06 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default Apple's clang defines a stack size of 8MB, some tests require more. | ||||
* | | | | | | | | | Merge pull request #3470 from ethereum/circle | chriseth | 2018-02-09 | 1 | -1/+50 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Run regular x86 build via circle. | ||||
| * | | | | | | | | Store test results. | chriseth | 2018-02-09 | 1 | -2/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Run regular x86 build via circle. | chriseth | 2018-02-09 | 1 | -1/+47 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3456 from ethereum/simplifier | chriseth | 2018-02-08 | 16 | -184/+990 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Use simplification rules also for IULIA | ||||
| * | | | | | | | | Try something else. | chriseth | 2018-02-08 | 1 | -1/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Larger stack for nodejs when building via emscripten. | chriseth | 2018-02-08 | 1 | -0/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Turn simplification rule tuple into struct. | chriseth | 2018-02-07 | 8 | -30/+75 |
| | | | | | | | | | |||||
| * | | | | | | | | Also apply simplification rules that require multiple identical sub-expressions. | chriseth | 2018-02-07 | 5 | -3/+163 |
| | | | | | | | | | |||||
| * | | | | | | | | Tests. | chriseth | 2018-02-07 | 1 | -0/+40 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove recursive call to simplify with reversed arguments. | chriseth | 2018-02-07 | 2 | -10/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (We now have explicit rules for that). | ||||
| * | | | | | | | | Explicitly add reversed operands for commutative operations. | chriseth | 2018-02-07 | 1 | -34/+56 |
| | | | | | | | | | |||||
| * | | | | | | | | Expression simplifier. | chriseth | 2018-02-07 | 6 | -0/+453 |
| | | | | | | | | | |||||
| * | | | | | | | | Explanation of expression simplifier. | chriseth | 2018-02-07 | 1 | -0/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Add flag to indicate whether it can be applied to expressions with side-effects. | chriseth | 2018-02-07 | 5 | -87/+109 |
| | | | | | | | | | |||||
| * | | | | | | | | Move out the rule list. | chriseth | 2018-02-07 | 2 | -163/+217 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3236 from ethereum/inliner | Alex Beregszaszi | 2018-02-08 | 5 | -0/+488 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Expression Inliner | ||||
| * | | | | | | | | Fix tests for old precompiler. | chriseth | 2018-02-08 | 1 | -53/+53 |
| | | | | | | | | | |||||
| * | | | | | | | | Test about recursively calling functions. | chriseth | 2018-02-06 | 1 | -7/+21 |
| | | | | | | | | | |||||
| * | | | | | | | | Rename expression inliner. | chriseth | 2018-02-06 | 4 | -20/+28 |
| | | | | | | | | | |||||
| * | | | | | | | | Tests for functional inliner. | chriseth | 2018-02-06 | 1 | -2/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Function inliner. | chriseth | 2018-02-06 | 4 | -2/+207 |
| | | | | | | | | | |||||
| * | | | | | | | | Tests for inlinable function filter. | chriseth | 2018-02-06 | 1 | -0/+102 |
| | | | | | | | | | |||||
| * | | | | | | | | Inlinable function filter. | chriseth | 2018-02-06 | 2 | -0/+139 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3332 from ethereum/elimination_descirption | Alex Beregszaszi | 2018-02-06 | 9 | -3/+600 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Rematerialisation step. | ||||
| * | | | | | | | | Test for self-referring assignment. | chriseth | 2018-02-06 | 2 | -2/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Test not to remat if the expression is too large. | chriseth | 2018-02-06 | 1 | -0/+12 |
| | | | | | | | | | |||||
| * | | | | | | | | Introduce struct for scopes. | chriseth | 2018-02-06 | 2 | -11/+17 |
| | | | | | | | | | |||||
| * | | | | | | | | Reassign test for remat. | chriseth | 2018-02-06 | 1 | -0/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Refactor data flow analysis out of remat. | chriseth | 2018-02-06 | 4 | -177/+284 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix for rematerializer. | chriseth | 2018-02-06 | 2 | -0/+16 |
| | | | | | | | | | |||||
| * | | | | | | | | Only substitute if all referenced variables are in scope. | chriseth | 2018-02-06 | 3 | -2/+68 |
| | | | | | | | | | |||||
| * | | | | | | | | Tests for rematerialiser. | chriseth | 2018-02-06 | 1 | -0/+129 |
| | | | | | | | | | |||||
| * | | | | | | | | Rematerialisation. | chriseth | 2018-02-06 | 5 | -1/+228 |
| | | | | | | | | | |||||
| * | | | | | | | | Description of variable eliminator. | chriseth | 2018-02-06 | 1 | -2/+21 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3351 from ethereum/remove_unused | chriseth | 2018-02-06 | 8 | -3/+431 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Remove unused variables and functions | ||||
| * | | | | | | | Add comments to UnusedPruner | chriseth | 2018-02-06 | 2 | -0/+9 |
| | | | | | | | | |||||
| * | | | | | | | Add more tests for UnusedPruner | Alex Beregszaszi | 2018-02-06 | 1 | -0/+23 |
| | | | | | | | | |||||
| * | | | | | | | Support variable declarations without assignment in UnusedPruner | Alex Beregszaszi | 2018-02-06 | 2 | -2/+12 |
| | | | | | | | | |||||
| * | | | | | | | Unused variable and function remover. | chriseth | 2018-02-06 | 3 | -0/+270 |
| | | | | | | | | |||||
| * | | | | | | | Utility to remove empty blocks. | chriseth | 2018-02-06 | 2 | -0/+73 |
| | | | | | | | | |||||
| * | | | | | | | References counter. | chriseth | 2018-02-06 | 3 | -3/+46 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3455 from ethereum/codesizemetric | chriseth | 2018-02-06 | 2 | -0/+101 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Code size metric. | ||||
| * | | | | | | | Code size metric. | chriseth | 2018-02-02 | 2 | -0/+101 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3453 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2018-02-04 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remind authors of best practices. | ||||
| * | | | | | | | | Remind authors of best practices. | chriseth | 2018-02-02 | 1 | -0/+8 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3360 from federicobond/nonfatal-reference-errors | Alex Beregszaszi | 2018-02-04 | 3 | -14/+87 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Replace some fatal errors when resolving references with normal ones | ||||
| * | | | | | | | Add more test cases for reference resolving error handling | Federico Bond | 2018-02-03 | 1 | -0/+65 |
| | | | | | | | | |||||
| * | | | | | | | Replace some fatal errors when resolving references with normal ones | Federico Bond | 2018-02-03 | 3 | -14/+22 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3450 from ethereum/interface-public-visibility | chriseth | 2018-02-01 | 4 | -3/+12 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Issue warning for using public visibility for interface functions | ||||
| * | | | | | | | Issue warning for using public visibility for interface functions | Alex Beregszaszi | 2018-02-01 | 4 | -3/+12 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3447 from fulldecent/patch-7 | chriseth | 2018-01-30 | 1 | -9/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix new Solidity warnings, for #3379 | ||||
| * | | | | | | | Fix new Solidity warnings, for #3379 | William Entriken | 2018-01-29 | 1 | -9/+9 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3431 from fulldecent/patch-7 | chriseth | 2018-01-29 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add mutability declaration to example, for #3379 | ||||
| * | | | | | | | Remove useless self assignment | William Entriken | 2018-01-29 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add mutability declaration to example, for #3379 | William Entriken | 2018-01-24 | 1 | -4/+4 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #3440 from ysqi/patch-1 | chriseth | 2018-01-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | update types | ||||
| * | | | | | | | update types | YuShuangqi | 2018-01-27 | 1 | -1/+1 |
|/ / / / / / / | | | | | | | | | | | | | | | correct the mistakes in writings | ||||
* | | | | | | | Merge pull request #3424 from wbt/addDecompilerLink | chriseth | 2018-01-27 | 1 | -5/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Correct FAQ answer re: decompiler | ||||
| * | | | | | | | Respond to chriseth's suggestions | wbt | 2018-01-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ethereum/solidity/pull/3424#pullrequestreview-90873869 | ||||
| * | | | | | | | Update FAQ answer re decompiler | wbt | 2018-01-23 | 1 | -6/+8 |
| | | | | | | | | |||||
| * | | | | | | | Update from official repo | wbt | 2018-01-23 | 115 | -825/+5062 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge pull request #3439 from hyperfekt/lib-inline-clarification | chriseth | 2018-01-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fixes #1209 | ||||
| * | | | | | | | | | fixes ethereum/solidity#1209 | hyperfekt | 2018-01-26 | 1 | -1/+1 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This clears up a common and easy misunderstanding which seems to occur rather often. (https://ethereum.stackexchange.com/questions/8263/trying-to-understand-libraries) | ||||
* | | | | | | | | | Merge pull request #3203 from ethereum/nocall | chriseth | 2018-01-25 | 13 | -8/+172 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Prevent libraries from being called. | ||||
| * | | | | | | | | | Document call protector. | chriseth | 2018-01-19 | 1 | -1/+29 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Prevent libraries from being called. | chriseth | 2018-01-19 | 12 | -7/+143 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3433 from ZoOgY-DoOgY/patch-1 | chriseth | 2018-01-24 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Inheritance, "super" and DDD | ||||
| * | | | | | | | | | | Inheritance, "super" and DDD | ZoOgY-DoOgY | 2018-01-24 | 1 | -3/+3 |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | As explained in "Multiple Inheritance and Linearization" part, "a simple rule to remember is to specify the base classes in the order from “most base-like” to “most derived”". So "contract Final is Base1, Base2" means Final is derived from Base2, derived from Base1, so the final inheritance sequence should be, starting with the most derived contract : Final, Base2, Base1, mortal, owned. | ||||
* | | | | | | | | | | Merge pull request #3430 from fulldecent/patch-6 | Alex Beregszaszi | 2018-01-24 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | Support macOS High Sierra for install_deps script | ||||
| * | | | | | | | | | Support macOS High Sierra for install_deps script | William Entriken | 2018-01-24 | 1 | -1/+4 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Add comment to clarify example (#3415) | Maurelian | 2018-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add comment to clarify example * Reverse bases. | ||||
* | | | | | | | | | Merge pull request #3422 from ldct/patch-1 | chriseth | 2018-01-24 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | clarify `address` in function selector | ||||
| * | | | | | | | | Some more clarifications. | chriseth | 2018-01-24 | 1 | -5/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | clarify `address` in function selector | Li Xuanji | 2018-01-23 | 1 | -2/+2 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | I found that the canonical form for `address` in computing the function selector calldata tag is `uint160`. Update the abi specs to explicitly mention this. | ||||
* | | | | | | | | Merge pull request #3417 from zhangsawyer/patch-2 | Alex Beregszaszi | 2018-01-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Update using-the-compiler.rst | ||||
| * | | | | | | | Update using-the-compiler.rst | Sawyer | 2018-01-21 | 1 | -2/+2 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in outputSelection section of Compiler Input and Output JSON Description: "evm.sourceMap" should be "evm.bytecode.sourceMap" "evm.opcodes" should be "evm.bytecode.opcodes" | ||||
* | | | | | | | Merge pull request #3313 from terasum/develop | chriseth | 2018-01-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Update GPG key URL for Centos install | ||||
| * | | | | | | Merge branch 'develop' of https://github.com/ethereum/solidity into develop | chenquan | 2018-01-05 | 8 | -36/+144 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Update GPG key URL for the Centos installer script | ChenQuan | 2018-01-04 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3407 from duaraghav8/patch-1 | chriseth | 2018-01-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | update solium description | ||||
| * | | | | | | | | update solium description | Raghav Dua | 2018-01-18 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3399 from wbt/patch-1 | chriseth | 2018-01-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Case convention clarification | ||||
| * | | | | | | | | Case convention clarification | wbt | 2018-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Constructors follow the contract naming convention, using CapWords, instead of mixedCase. | ||||
* | | | | | | | | | Merge pull request #3403 from xManusx/deps_arch_linux | chriseth | 2018-01-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Made install_deps.sh safe to use on Arch Linux | ||||
| * | | | | | | | | Made install_deps.sh safe to use on Arch Linux | Manus | 2018-01-17 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3352 from ethereum/movability | Alex Beregszaszi | 2018-01-16 | 7 | -16/+176 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Movability check | ||||
| * | | | | | | | | Movability. | chriseth | 2018-01-13 | 5 | -1/+151 |
| | | | | | | | | | |||||
| * | | | | | | | | Use explicit visit function for the walker. | chriseth | 2018-01-13 | 2 | -15/+25 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3393 from fulldecent/patch-5 | chriseth | 2018-01-15 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use CapWords style for example | ||||
| * | | | | | | | | | Use CapWords style for example | William Entriken | 2018-01-15 | 1 | -3/+3 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | Follows recommendation in https://github.com/ethereum/solidity/pull/3392 | ||||
* | | | | | | | | | Merge pull request #3392 from fulldecent/patch-4 | chriseth | 2018-01-15 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Prefer CapWords style struct names | ||||
| * | | | | | | | | Prefer CapWords style struct names | William Entriken | 2018-01-15 | 1 | -0/+6 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3381 from fulldecent/patch-3 | chriseth | 2018-01-11 | 1 | -15/+23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | No nonsense explanation of compiler options | ||||
| * | | | | | | | | Fix links and JS reference | William Entriken | 2018-01-11 | 1 | -4/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | No nonsense explanation of compiler options | William Entriken | 2018-01-05 | 1 | -15/+23 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #3317 from ethereum/looseStrictAsm | chriseth | 2018-01-10 | 16 | -61/+174 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Split inline assembly into loose and strict flavour. | ||||
| * | | | | | | | | Disallow non-functional instructions in parseExpression early | Alex Beregszaszi | 2018-01-10 | 2 | -4/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Show restricted instruction warning before argument mismatch issue | Alex Beregszaszi | 2018-01-08 | 2 | -15/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | Tests for strict mode. | chriseth | 2018-01-06 | 1 | -9/+69 |
| | | | | | | | | | |||||
| * | | | | | | | | Support --strict-assembly in CLI | Alex Beregszaszi | 2018-01-06 | 2 | -4/+12 |
| | | | | | | | | | |||||
| * | | | | | | | | Support strict assembly mode in AssemblyStack | Alex Beregszaszi | 2018-01-06 | 2 | -1/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Split inline assembly into loose and strict flavours. | chriseth | 2018-01-06 | 12 | -38/+78 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3383 from ethereum/inlineasm-expressions | Alex Beregszaszi | 2018-01-06 | 2 | -11/+18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Simplify parseElementaryOperation in regards to special instructions | ||||
| * | | | | | | | | Simplify parseElementaryOperation in regards to special instructions | Alex Beregszaszi | 2018-01-06 | 2 | -11/+18 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3382 from ethereum/julia-identifier-parser | chriseth | 2018-01-06 | 3 | -1/+16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Support some restricted tokens (return, byte, address) as identifier in Julia | ||||
| * | | | | | | | | Support some restricted tokens (return, byte, address) as identifiers in Julia | Alex Beregszaszi | 2018-01-05 | 3 | -1/+16 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3380 from ethereum/jsonio-colon | chriseth | 2018-01-06 | 3 | -2/+37 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Properly support library file names containing a colon (such as URLs). | ||||
| * | | | | | | | Properly support library file names containing a colon (such as URLs). | Alex Beregszaszi | 2018-01-05 | 3 | -2/+37 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3375 from leonardoalt/develop | chriseth | 2018-01-05 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [SMTChecker] Added feature line to Changelog | ||||
| * | | | | | | | [SMTChecker] Added feature line to Changelog | Leonardo Alt | 2018-01-05 | 1 | -0/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3346 from leonardoalt/smt_checker | chriseth | 2018-01-05 | 3 | -21/+76 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [SMTChecker] Variables are merged after branches (ite variables) | ||||
| * | | | | | | | [SMTChecker] Variables are merged after branches (ite variables) | Leonardo Alt | 2018-01-05 | 3 | -21/+76 |
|/ / / / / / / | |||||
* | | | | | | | Explain the difference to inline assembly. | chriseth | 2018-01-05 | 1 | -0/+7 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3358 from federicobond/improve-grammar | chriseth | 2018-01-04 | 1 | -6/+11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | grammar.txt: Add optional storage location to parameters | ||||
| * | | | | | | | grammar.txt: Add optional storage location to parameters | Federico Bond | 2018-01-04 | 1 | -6/+11 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #3373 from ethereum/sourceLocation | Alex Beregszaszi | 2018-01-04 | 2 | -9/+48 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Reset source location after inline assembly and mechanism to update expectation in test. | ||||
| * | | | | | | Provide easy way to update source location expectation. | chriseth | 2018-01-04 | 1 | -9/+45 |
| | | | | | | | |||||
| * | | | | | | Reset source location after using inline assembly. | chriseth | 2018-01-04 | 1 | -0/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3297 from ethereum/separate_expression_and_statement | Alex Beregszaszi | 2018-01-04 | 21 | -86/+202 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Separate expression and statement | ||||
| * | | | | | | Adjust tests. | chriseth | 2017-12-13 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Separate expression and statement. | chriseth | 2017-12-13 | 20 | -82/+198 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3363 from ethereum/artful | Alex Beregszaszi | 2018-01-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add artful to releases. | ||||
| * | | | | | | | Add artful to releases. | chriseth | 2017-12-29 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #3369 from ethereum/jsonio-colon | Alex Beregszaszi | 2018-01-04 | 3 | -1/+32 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Properly handle colons in file names within jsonio | ||||
| * | | | | | | | Properly handle colons in file names within jsonio | Alex Beregszaszi | 2018-01-03 | 3 | -1/+32 |
| | | | | | | | | |||||
* | | | | | | | | Improve error message for wrong struct initialization (#3359) | Federico Bond | 2018-01-04 | 3 | -1/+20 |
|/ / / / / / / | |||||
* / / / / / / | Remove truffle patching introducing in f77480c as upstream has merged the ↵ | Alex Beregszaszi | 2018-01-03 | 1 | -47/+0 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | changes (#3370) |