Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added guards for unknown pragmas | Augusto F. Hack | 2018-08-06 | 4 | -18/+21 |
| | | | | | | | | | | | | | | | Removed push/pop if there was no change to the warnings *in the same file* for a given compiler. This assumes the imported boost headers use a warning stack themselves. The pragmas don't seem to be required anymore, but were not removed to mantain compatibility with older versions of the boost library. Compiled with - clang version 6.0.1 (tags/RELEASE_601/final) - gcc (GCC) 8.1.1 20180531 against: - libboost 1.67.0-5 | ||||
* | Merge pull request #4616 from ethereum/1093-interface-generator | chriseth | 2018-08-04 | 1 | -0/+3 |
|\ | | | | | Add interface generator to tools section | ||||
| * | Add interface generator to tools section | Chris Ward | 2018-07-30 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLoose | Christian Parpart | 2018-08-04 | 22 | -275/+38 |
|\ \ | | | | | | | [BREAKING] permanently set errorTypeForLoose from Warning to SyntaxError | ||||
| * | | Drops tests for inline assembly jumps and function access as both isn't ↵ | Christian Parpart | 2018-08-02 | 1 | -46/+0 |
| | | | | | | | | | | | | possible anymore. | ||||
| * | | Drop swap_peephole_optimization test from EndToEndTests | Christian Parpart | 2018-08-02 | 1 | -44/+0 |
| | | | | | | | | | | | | Already covered by libevmasm/Optimiser: peephole_noncommutative_swap1, peephole_commutative_swap1 and peephole_swap_comparison | ||||
| * | | Update tests to remove support for loose assembly | Christian Parpart | 2018-08-02 | 10 | -81/+24 |
| | | | |||||
| * | | Remove loose assembly features from the documentation | Christian Parpart | 2018-08-02 | 1 | -54/+3 |
| | | | |||||
| * | | Disallow loos assembly in Solidity by permanently setting it to SyntaxError ↵ | Christian Parpart | 2018-08-02 | 16 | -56/+17 |
| | | | | | | | | | | | | (from Warning) | ||||
* | | | Merge pull request #4662 from evgeniuz/develop | Alex Beregszaszi | 2018-08-03 | 3 | -10/+61 |
|\ \ \ | | | | | | | | | added helper function that joins vectors of strings | ||||
| * | | | added helper function that joins vectors of strings, refactored suggestions ↵ | Evgeniy Filatov | 2018-08-03 | 3 | -10/+61 |
| | | | | | | | | | | | | | | | | formattingi function to use it | ||||
* | | | | Merge pull request #4526 from ethereum/docs-address-truncation | Alex Beregszaszi | 2018-08-03 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Clarify truncation with addresses | ||||
| * | | | | Clarify truncation with addresses | Chris Ward | 2018-08-03 | 1 | -0/+8 |
|/ / / / | |||||
* | | | | Merge pull request #4664 from ethereum/uninitializedStorageReturn | chriseth | 2018-08-03 | 23 | -183/+184 |
|\ \ \ \ | | | | | | | | | | | Turn warning about uninitialized storage returns into an error. | ||||
| * | | | | Turn warning about uninitialized storage returns into an error. | Daniel Kirchner | 2018-08-03 | 23 | -183/+184 |
| |/ / / | |||||
* | | | | Merge pull request #4657 from ethereum/fix-beyond-STL-end-undefined-behavior | chriseth | 2018-08-03 | 1 | -3/+11 |
|\ \ \ \ | |/ / / |/| | | | evmasm/Instruction: fixes undefined behavior of advancing iterator beyond the end of a container. | ||||
| * | | | evmasm/Instruction: fixes undefined behavior of advancing iterator beyond ↵ | Christian Parpart | 2018-08-03 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | the end of a container. Usually the STL doesn't check whether or not the developer advances beyond its container's end, but MSVC does (found out by running soltest in debug mode on Win32 / VS2017). | ||||
* | | | | Merge pull request #4327 from ethereum/document-internals | chriseth | 2018-08-02 | 3 | -2/+19 |
|\ \ \ \ | | | | | | | | | | | Properly explain all the analsys steps in CompilerStack | ||||
| * | | | | Properly explain all the analsys steps in CompilerStack | Alex Beregszaszi | 2018-07-31 | 3 | -2/+19 |
| | | | | | |||||
* | | | | | Merge pull request #4522 from ethereum/fullEncodingType | chriseth | 2018-08-02 | 5 | -42/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | Isolate determining the encoding type into its own function. | ||||
| * | | | | | Isolate determining the encoding type into its own function. | chriseth | 2018-08-01 | 5 | -42/+37 |
| | | | | | | |||||
* | | | | | | Merge pull request #4560 from ethereum/cmake-policy | Alex Beregszaszi | 2018-08-02 | 2 | -25/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | CMake policies | ||||
| * | | | | | | CMake: Better policy availability checking | Paweł Bylica | 2018-07-24 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's better to use if(POLICY ...) and we don't have to check for CMake 3.0 because this is the minimal required version. | ||||
| * | | | | | | CMake: Set CMP0043 to NEW | Paweł Bylica | 2018-07-24 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids warning in CMake 3.0.2 | ||||
| * | | | | | | CMake: Set CMP0042 to NEW | Paweł Bylica | 2018-07-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should not affect solidity, but with this setting all supported CMake version will use NEW policy are will be allowed to use RPATH on macOS. | ||||
| * | | | | | | CMake: Do not set CMP0020 because it's about Qt | Paweł Bylica | 2018-07-24 | 1 | -3/+0 |
| | | | | | | | |||||
| * | | | | | | CMake: Do not use non-existing sanitizer blacklist | Paweł Bylica | 2018-07-24 | 1 | -3/+0 |
| | | | | | | | |||||
| * | | | | | | CMake: Drop policy CMP0028 OLD | Paweł Bylica | 2018-07-24 | 1 | -4/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4584 from dylanjw/update-abi-event-doc | chriseth | 2018-08-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update doc referencing packed mode encoding for dynamic typed topic args | ||||
| * | | | | | | | Update doc referencing packed mode encoding for dynamic typed topic args | Dylan Wilson | 2018-07-26 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4600 from sifmelcara/tab-size | chriseth | 2018-08-02 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Set tab size specified in .editorconfig to 4 | ||||
| * | | | | | | | Set tab size specified in .editorconfig to 4 | mingchuan | 2018-07-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This make tabs appear as 4 spaces on GitHub | ||||
* | | | | | | | | Merge pull request #4654 from ethereum/license | chriseth | 2018-08-02 | 1 | -0/+31 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Include license header from code derived from V8 (scanner/token) | ||||
| * | | | | | | | | Include license header from code derived from V8 (scanner/token) | Alex Beregszaszi | 2018-08-02 | 1 | -0/+31 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4656 from ethereum/chriseth-patch-1 | chriseth | 2018-08-02 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Add "Changelog entry" to pull request template | ||||
| * | | | | | | | | Add "Changelog entry" to pull requset template | chriseth | 2018-08-02 | 1 | -3/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4603 from ethereum/smtlib2 | Alex Beregszaszi | 2018-08-02 | 4 | -18/+44 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | [SMTLib2] Fix repeated declarations | ||||
| * | | | | | | | Remove repeated declarations in Z3 and CVC4 as well | Leonardo Alt | 2018-08-01 | 2 | -7/+15 |
| | | | | | | | | |||||
| * | | | | | | | [SMTLib2] Fix repeated declarations | Leonardo Alt | 2018-07-28 | 2 | -11/+29 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4646 from ethereum/smt_model_secondary_location | Alex Beregszaszi | 2018-08-02 | 2 | -7/+15 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | SMT model is sorted and printed as secondary location | ||||
| * | | | | | | | | SMT model variables are sorted and printed as secondary source location | Leonardo Alt | 2018-08-02 | 2 | -4/+12 |
| | | | | | | | | | |||||
| * | | | | | | | | Replace "value" by "<result>" in the SMT model | Leonardo Alt | 2018-08-02 | 1 | -3/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4650 from ethereum/conduct | Alex Beregszaszi | 2018-08-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Point the documentation to the new Code of Conduct URL | ||||
| * | | | | | | | | | Point the documentation to the new Code of Conduct URL | Alex Beregszaszi | 2018-08-02 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4649 from ethereum/conduct | Alex Beregszaszi | 2018-08-02 | 1 | -0/+0 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename CONDUCT.md to CODE_OF_CONDUCT.md so that Github picks it up | ||||
| * | | | | | | | | | Rename CONDUCT.md to CODE_OF_CONDUCT.md so that Github picks it up | Alex Beregszaszi | 2018-08-02 | 1 | -0/+0 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4399 from ethereum/contractWhitespace | Alex Beregszaszi | 2018-08-02 | 43 | -792/+792 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Remove trailing whitespace in all contract files. | ||||
| * | | | | | | | | Remove trailing whitespace in all contract files. | Daniel Kirchner | 2018-08-02 | 43 | -792/+792 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4508 from ethereum/nameCollisionCrash | Alex Beregszaszi | 2018-08-02 | 9 | -12/+44 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | [BREAKING] Don't exclude public state variables when looking for conflicting declarations. | ||||
| * | | | | | | | | Extend code comment about signatures. | Daniel Kirchner | 2018-08-01 | 1 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Add additional test cases. | Daniel Kirchner | 2018-08-01 | 2 | -0/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Update documentation. | Daniel Kirchner | 2018-08-01 | 1 | -4/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Do not exclude public state variables when looking for conflicting declarations. | Daniel Kirchner | 2018-08-01 | 6 | -8/+29 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4639 from ethereum/docs-fix-specify-limit | Alex Beregszaszi | 2018-08-01 | 3 | -3/+6 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Small clarifications around the 2300 gas stipend from transfer and send | ||||
| * | | | | | | | | Small clarifications around the 2300 gas stipend from transfer and send | Chris Ward | 2018-08-01 | 3 | -3/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4378 from ethereum/noBaseWithoutArguments | Alex Beregszaszi | 2018-08-01 | 4 | -18/+18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [BREAKING] Disallow calling base constructors without arguments. | ||||
| * | | | | | | | | | Correctly determine whether base constructor is called without parentheses. | chriseth | 2018-08-01 | 2 | -11/+20 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Disallow calling base constructors without arguments. | chriseth | 2018-08-01 | 3 | -15/+6 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4631 from ethereum/cp-cycle-detection-recursion-guard | Alex Beregszaszi | 2018-08-01 | 9 | -6/+806 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Guard CycleDetector against recursion exhaustion. | ||||
| * | | | | | | | | Adds positive/negative tests for checking error on cyclic dependency checker ↵ | Christian Parpart | 2018-08-01 | 4 | -0/+791 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exhaustion | ||||
| * | | | | | | | | Guard CycleDetector against recursion exhaustion. | Christian Parpart | 2018-08-01 | 5 | -6/+15 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | fixes #3935. | ||||
* | | | | | | | | Merge pull request #4321 from ethereum/contractConversion | Alex Beregszaszi | 2018-08-01 | 31 | -50/+134 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [BREAKING] Disallow conversion between unrelated contract types. | ||||
| * | | | | | | | | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 18 | -36/+37 |
| | | | | | | | | | |||||
| * | | | | | | | | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 16 | -16/+99 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4507 from ethereum/v050-var-keyword-trace-removals | Alex Beregszaszi | 2018-08-01 | 6 | -2/+59 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Ensures an empty use of var keyword is caught with the proper non-fatal error message | ||||
| * | | | | | | | Ensures an empty use of var keyword is caught with the proper error message. | Christian Parpart | 2018-08-01 | 6 | -2/+59 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4626 from ethereum/grammar-cleanup | Alex Beregszaszi | 2018-07-31 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | grammar: remove stray IdentifierList rule | ||||
| * | | | | | | | | grammar: remove stray IdentifierList rule | Alex Beregszaszi | 2018-07-31 | 1 | -1/+0 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This was left in #4274 (dbd0723) | ||||
* | | | | | | | | Merge pull request #4625 from ethereum/pragma-cleanup | Alex Beregszaszi | 2018-07-31 | 6 | -20/+12 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove unnecessary or stray version pragmas | ||||
| * | | | | | | | | Replace stray solidity pragma with progamatically inserting it in ↵ | Alex Beregszaszi | 2018-07-31 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SolidityOptimizer test | ||||
| * | | | | | | | | Remove unnecesary version pragma from some syntax tests | Alex Beregszaszi | 2018-07-31 | 5 | -16/+10 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #4621 from ethereum/nested_types | Alex Beregszaszi | 2018-07-31 | 9 | -12/+38 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fix crash when FunctionType has undeclared type as parameter | ||||
| * | | | | | | | Fix crash when FunctionType has undeclared type as parameter | Leonardo Alt | 2018-07-31 | 9 | -12/+38 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4569 from ethereum/grammar-assembly | chriseth | 2018-07-30 | 1 | -3/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update grammar.txt for inline assembly | ||||
| * | | | | | | | grammar: rename AssemblyLocalBinding to AssemblyVariableDeclaration | Alex Beregszaszi | 2018-07-25 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | grammar: introduce AssemblyExpression and use it in Assignment/LocalBinding | Alex Beregszaszi | 2018-07-25 | 1 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | grammar: support all assignment stataments in inline assembly | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4608 from ethereum/lll-namespace | chriseth | 2018-07-30 | 15 | -30/+33 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Replace dev::eth namespace with dev::lll in LLL | ||||
| * | | | | | | | | Add --disassemble to lllc help output | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Replace dev::eth namespace with dev::lll in LLL | Alex Beregszaszi | 2018-07-28 | 15 | -30/+32 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4619 from ethereum/2167-docs-memory-type | Alex Beregszaszi | 2018-07-30 | 2 | -2/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Clarify what ‘memory type’ is | ||||
| * | | | | | | | Clarify what ‘memory type’ is | Chris Ward | 2018-07-30 | 2 | -2/+4 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Use RST links | ||||
* | | | | | | | Merge pull request #4606 from ethereum/smtportfolio | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Import dev::solidity namespace in SMTPortfolio | ||||
| * | | | | | | Import dev::solidity namespace in SMTPortfolio | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4604 from ethereum/smtlib-typo | Alex Beregszaszi | 2018-07-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix unterminated parentheses typo in SMTLib2 | ||||
| * | | | | | | Fix unterminated parentheses typo in SMTLib2 | Alex Beregszaszi | 2018-07-28 | 1 | -1/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Found by @leonardoalt | ||||
* | | | | | | Merge pull request #4351 from ethereum/smt_portfolio | Alex Beregszaszi | 2018-07-28 | 11 | -59/+269 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [SMTChecker] SMTPortfolio: use all SMT solvers available | ||||
| * | | | | | | [SMTChecker] Add CheckResult::CONFLICTING | Leonardo Alt | 2018-07-27 | 3 | -4/+10 |
| | | | | | | | |||||
| * | | | | | | [SMTChecker] SMTPortfolio: use all SMT solvers available | Leonardo Alt | 2018-07-27 | 11 | -58/+262 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4593 from ethereum/smt_timeout | Alex Beregszaszi | 2018-07-27 | 3 | -1/+8 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Set query timeout in SMT | ||||
| * | | | | | Setting timeout to Z3 and CVC4 | Leonardo Alt | 2018-07-27 | 3 | -1/+8 |
|/ / / / / | |||||
* | | | | | Merge pull request #4599 from ethereum/smt_sat_model | Alex Beregszaszi | 2018-07-27 | 3 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | SMTChecker: Only ask for a model if it's SAT | ||||
| * | | | | | Only ask for a model if it's SAT | Leonardo Alt | 2018-07-27 | 3 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #4594 from ethereum/fix-build-for-paths-with-spaces | Alex Beregszaszi | 2018-07-27 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes building Solidity when base directory contains spaces. | ||||
| * | | | | | Fixes building Solidity when base directory contains spaces. | Christian Parpart | 2018-07-27 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | closes #4521 | ||||
* | | | | | Merge pull request #4556 from ethereum/library-data-locations | Alex Beregszaszi | 2018-07-26 | 6 | -0/+22 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Add tests for data locations within libraries | ||||
| * | | | | Add tests for data locations within libraries | Alex Beregszaszi | 2018-07-25 | 6 | -0/+22 |
| | | | | | |||||
* | | | | | Merge pull request #4561 from ethereum/scanner-tests | Alex Beregszaszi | 2018-07-26 | 1 | -1/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Add comprehensive tests for the scanner | ||||
| * | | | | | Scanner tests for all shifts | Alex Beregszaszi | 2018-07-25 | 1 | -1/+10 |
| | | | | | | |||||
| * | | | | | Scanner tests for all escapes | Alex Beregszaszi | 2018-07-25 | 1 | -0/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #4562 from ethereum/parser-tests | Alex Beregszaszi | 2018-07-25 | 12 | -0/+61 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add comprehensive tests for the parser | ||||
| * | | | | | | Add syntax tests for import statements | Alex Beregszaszi | 2018-07-25 | 5 | -0/+15 |
| | | | | | | | |||||
| * | | | | | | Add syntax test for illegal pragma key | Alex Beregszaszi | 2018-07-25 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Add syntax test for location specifier redeclarations | Alex Beregszaszi | 2018-07-25 | 3 | -0/+23 |
| | | | | | | | |||||
| * | | | | | | Add syntax test for empty emit statement | Alex Beregszaszi | 2018-07-25 | 1 | -0/+7 |
| | | | | | | | |||||
| * | | | | | | Add syntax tests for assembly block type (evmasm) | Alex Beregszaszi | 2018-07-25 | 2 | -0/+12 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #4545 from ethereum/stringutils | Alex Beregszaszi | 2018-07-25 | 1 | -97/+103 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update stringutils to upstream | ||||
| * | | | | | | Fix upstream issues in stringutils | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update stringutils to upstream 3c63f18 | Alex Beregszaszi | 2018-07-25 | 1 | -98/+104 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4555 from ethereum/asm-syntax-tests | Alex Beregszaszi | 2018-07-25 | 12 | -0/+134 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add more comprehensive tests for embedded inline assembly LValue/RValue access | ||||
| * | | | | | | Add more tests for inlineasm/AsmAnalyzer | Alex Beregszaszi | 2018-07-25 | 5 | -0/+60 |
| | | | | | | | |||||
| * | | | | | | Add more comprehensive tests for embedded inline assembly LValue/RValue access | Alex Beregszaszi | 2018-07-25 | 7 | -0/+74 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4549 from ethereum/deprecate-abi | Alex Beregszaszi | 2018-07-25 | 1 | -5/+9 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Mention that constant and payable are deprecated in the ABI spec | ||||
| * | | | | | Mention that constant and payable are deprecated in the ABI spec | Alex Beregszaszi | 2018-07-25 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Clarify relation between stateMutability and payable/constant | Alex Beregszaszi | 2018-07-25 | 1 | -5/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #4565 from ethereum/smt-stringutils-crash | Alex Beregszaszi | 2018-07-25 | 1 | -1/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add assert for both branches in mergeVariables in SMTChecker | ||||
| * | | | | Add better warning on binary operation on non-integer types in SMT Checker | Alex Beregszaszi | 2018-07-25 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Add assert for both branches in mergeVariables in SMTChecker | Alex Beregszaszi | 2018-07-25 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge pull request #4572 from ethereum/cmake-boost-tests | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Do not include single-header boost_unit_test | ||||
| * | | | | Do not include single-header boost_unit_test | Paweł Bylica | 2018-07-25 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Do not mix 2 different usage variants of boost_unit_test. If you link with static libs do not include the single-header variant. See https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost_test/usage_variants.html#boost_test.usage_variants.single_header | ||||
* | | | | Merge pull request #4554 from ethereum/indexing-tests | Alex Beregszaszi | 2018-07-25 | 6 | -0/+46 |
|\ \ \ \ | | | | | | | | | | | Add comprehensive syntax tests for indexed access | ||||
| * | | | | Add comprehensive syntax tests for indexed access | Alex Beregszaszi | 2018-07-25 | 6 | -0/+46 |
| |/ / / | |||||
* | | | | Merge pull request #4570 from ethereum/cleanup-catch-statements | Alex Beregszaszi | 2018-07-25 | 3 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | More consistent catch statements | ||||
| * | | | More consistent catch statements | Alex Beregszaszi | 2018-07-25 | 3 | -4/+4 |
|/ / / | | | | | | | | | | Also take const& in all cases. | ||||
* | | | Merge pull request #4553 from ethereum/pragma-tests | Alex Beregszaszi | 2018-07-25 | 2 | -0/+6 |
|\ \ \ | | | | | | | | | Add syntax tests for unknown / invalid pragma | ||||
| * | | | Add syntax tests for unknown / invalid pragma | Alex Beregszaszi | 2018-07-25 | 2 | -0/+6 |
|/ / / | |||||
* | | | Merge pull request #4544 from ethereum/code-coverage | Alex Beregszaszi | 2018-07-25 | 2 | -18/+34 |
|\ \ \ | |_|/ |/| | | Code coverage | ||||
| * | | Circle CI: Upload coverage data | Paweł Bylica | 2018-07-24 | 1 | -2/+13 |
| | | | |||||
| * | | CMake: Add option COVERAGE | Paweł Bylica | 2018-07-24 | 1 | -15/+17 |
| | | | | | | | | | | | | This also removed PROFILE option that also adds --coverage flag. Instead you can use -DCMAKE_EXE_LINKER_FLAGS=-lprofiler. The profiling options can be added back when better investigated (e.g. -lprofiler vs -pg options). | ||||
| * | | Circle CI: Add full build dir to the workspace on Linux | Paweł Bylica | 2018-07-24 | 1 | -1/+4 |
|/ / | |||||
* | | Merge pull request #4550 from ethereum/fix_abidecode_comment | Alex Beregszaszi | 2018-07-24 | 1 | -3/+3 |
|\ \ | | | | | | | Fix abiDecode comment | ||||
| * | | Fix abiDecode comment | Leonardo Alt | 2018-07-24 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #4527 from ethereum/mappingEnforceStorage | Alex Beregszaszi | 2018-07-24 | 11 | -11/+46 |
|\ \ | | | | | | | Enforces explicit data location for mappings | ||||
| * | | Enforces data location of local mappings to storage. | Erik Kundt | 2018-07-24 | 11 | -11/+46 |
| | | | |||||
* | | | Merge pull request #4411 from ethereum/v050-functions-with-modifiers-no-impl | Alex Beregszaszi | 2018-07-24 | 4 | -11/+6 |
|\ \ \ | | | | | | | | | [BREAKING] Disallow functions without implementation to use modifiers. | ||||
| * | | | Disallow functions without implementation to use modifiers. This was already ↵ | Christian Parpart | 2018-07-24 | 4 | -11/+6 |
| | | | | | | | | | | | | | | | | the case in the experimental 0.5.0 mode. | ||||
* | | | | Merge pull request #4547 from ethereum/pullRequestTemplate | Alex Beregszaszi | 2018-07-24 | 1 | -6/+5 |
|\ \ \ \ | |/ / / |/| | | | Fix pull request template | ||||
| * | | | Reorders checklist in pull request template. | Erik Kundt | 2018-07-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixes pull request template. | Erik Kundt | 2018-07-24 | 1 | -5/+4 |
|/ / / | |||||
* | | | Merge pull request #4546 from ethereum/pullRequestTemplate | Alex Beregszaszi | 2018-07-24 | 1 | -0/+18 |
|\ \ \ | | | | | | | | | Pull request template for GitHub | ||||
| * | | | Creates a pull request template for GitHub. | Erik Kundt | 2018-07-23 | 1 | -0/+18 |
| | |/ | |/| | |||||
* | | | Merge pull request #4453 from ethereum/codeOfConduct | Alex Beregszaszi | 2018-07-24 | 2 | -0/+80 |
|\ \ \ | |/ / |/| | | Add Code Of Conduct | ||||
| * | | Adds Code Of Conduct. | Erik Kundt | 2018-07-23 | 2 | -0/+80 |
| | | | |||||
* | | | Merge pull request #4534 from ethereum/chriseth-patch-1 | chriseth | 2018-07-20 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Do not handle `balance` member of contract types specially. | ||||
| * | | | Do not handle `balance` member of contract types specially. | chriseth | 2018-07-20 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge pull request #4520 from ethereum/faq-reorg-index-tools | chriseth | 2018-07-20 | 2 | -21/+9 |
|\ \ \ \ | | | | | | | | | | | Move note on decompiling | ||||
| * | | | | Move note on decompiling | Chris Ward | 2018-07-18 | 2 | -21/+9 |
| | | | | | |||||
* | | | | | Merge pull request #4533 from ethereum/faq-typo | chriseth | 2018-07-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix typo | ||||
| * | | | | Fix typo | Chris Ward | 2018-07-20 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4439 from ethereum/address_members | chriseth | 2018-07-19 | 30 | -252/+102 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Enforce address members not accessible by contract instance | ||||
| * | | | | Changes in ExpressionCompiler | Leonardo Alt | 2018-07-19 | 4 | -54/+50 |
| | | | | | |||||
| * | | | | Removing tests that are not useful anymore | Leonardo Alt | 2018-07-18 | 3 | -43/+0 |
| | | | | | |||||
| * | | | | Add suggestion to error message | Leonardo Alt | 2018-07-17 | 13 | -30/+27 |
| | | | | | |||||
| * | | | | Address members not accessible by contract instance | Leonardo Alt | 2018-07-17 | 27 | -144/+44 |
| | | | | | |||||
* | | | | | Merge pull request #4215 from ethereum/constructorWorkaround | Erik Kundt | 2018-07-19 | 36 | -169/+39 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Disallow legacy constructor | ||||
| * | | | | Adds warning if function is shadowing a contract. | Erik Kundt | 2018-07-18 | 3 | -14/+11 |
| | | | | | |||||
| * | | | | Adjusts syntax tests to new constructor syntax. | Erik Kundt | 2018-07-18 | 29 | -116/+3 |
| | | | | | |||||
| * | | | | Disallows old constructor syntax. | Erik Kundt | 2018-07-18 | 7 | -49/+35 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4345 from ethereum/docs-tests | Alex Beregszaszi | 2018-07-18 | 2 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | Document the required cpp-ethereum commit hash | ||||
| * | | | Keep the proper aleth hash in contributing.rst | Alex Beregszaszi | 2018-07-18 | 2 | -2/+2 |
| | | | | |||||
| * | | | Document the required cpp-ethereum commit hash | Alex Beregszaszi | 2018-07-18 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge pull request #4430 from ethereum/enforceVisibilitySpecifier | chriseth | 2018-07-18 | 18 | -53/+48 |
|\ \ \ | |/ / |/| | | [BREAKING] Enforce visibility specifier | ||||
| * | | Updates changelog to be more specific about visibility enforcement. | Erik Kundt | 2018-07-18 | 1 | -2/+2 |
| | | | |||||
| * | | Adds comment about reasoning behind syntax test. | Erik Kundt | 2018-07-18 | 1 | -3/+5 |
| | | | |||||
| * | | Removes obsolete syntax tests. | Erik Kundt | 2018-07-18 | 2 | -10/+0 |
| | | | |||||
| * | | Suggests external for fallback and interface functions. | chriseth | 2018-07-18 | 9 | -7/+31 |
| | | | |||||
| * | | Adjusts tests to expect type errors on default visibility. | Erik Kundt | 2018-07-18 | 7 | -18/+7 |
| | | | |||||
| * | | Enforces visibility specifier and updates docs. | Erik Kundt | 2018-07-17 | 7 | -24/+14 |
|/ / | |||||
* | | Merge pull request #4463 from ethereum/isoltest-colors-on-windows | Christian Parpart | 2018-07-17 | 1 | -0/+26 |
|\ \ | | | | | | | isoltest: adds support for properly handling ANSI escape sequences on Windows | ||||
| * | | isoltest: adds support for properly handling ANSI escape sequences on ↵ | Christian Parpart | 2018-07-16 | 1 | -0/+26 |
| | | | | | | | | | | | | Win32/Win64 builds. | ||||
* | | | Merge pull request #4516 from guidovranken/propagate_CMAKE_CXX_FLAGS | Paweł Bylica | 2018-07-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Do not ignore CMAKE_CXX_FLAGS defined on the command line | ||||
| * | | | Do not ignore CMAKE_CXX_FLAGS defined on the command line | Guido Vranken | 2018-07-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #4515 from nventuro/patch-1 | Alex Beregszaszi | 2018-07-17 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Minor doc style fix | ||||
| * | | | Minor doc style fix | Nicolás Venturo | 2018-07-17 | 1 | -2/+1 |
|/ / / | | | | | | | An extra newline caused a line to appear in bold. | ||||
* | | | Merge pull request #4514 from ethereum/errors_period_missing | chriseth | 2018-07-17 | 34 | -36/+36 |
|\ \ \ | | | | | | | | | Add missing period in the end of error messages | ||||
| * | | | Add missing period in the end of error messages | Leonardo Alt | 2018-07-16 | 34 | -36/+36 |
|/ / / | |||||
* | | | Merge pull request #4481 from ethereum/disallow-throw | chriseth | 2018-07-16 | 31 | -136/+112 |
|\ \ \ | | | | | | | | | [BREAKING] Deprecate the throw statement | ||||
| * | | | Replace throw with revert() in compilation tests | Alex Beregszaszi | 2018-07-16 | 23 | -92/+92 |
| | | | | |||||
| * | | | Replace throw with revert() in end-to-end tests | Alex Beregszaszi | 2018-07-16 | 3 | -14/+14 |
| | | | | |||||
| * | | | Deprecate the throw statement | Alex Beregszaszi | 2018-07-16 | 5 | -30/+6 |
| | | | | |||||
* | | | | Merge pull request #4482 from ethereum/enforceVisibilitySpecifierTests | chriseth | 2018-07-16 | 11 | -155/+155 |
|\ \ \ \ | |/ / / |/| | | | Enforce visibility specifier in tests | ||||
| * | | | Fixes end-to-end tests. | Erik Kundt | 2018-07-16 | 4 | -16/+16 |
| | | | | |||||
| * | | | Moves unit test from initial branch. | Erik Kundt | 2018-07-16 | 1 | -18/+18 |
| | | | | |||||
| * | | | Specifies visibility in syntax test. | Erik Kundt | 2018-07-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | Specifies visibility in unit tests. | Erik Kundt | 2018-07-16 | 9 | -150/+150 |
|/ / / | |||||
* | | | Merge pull request #4500 from ethereum/v050-interface-functions-must-be-external | chriseth | 2018-07-16 | 14 | -29/+19 |
|\ \ \ | | | | | | | | | [BREAKING] interface functions must be external | ||||
| * | | | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 14 | -29/+19 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | | | Merge pull request #4489 from ↵ | chriseth | 2018-07-16 | 11 | -240/+240 |
|\ \ \ | | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-end-to-end-tests Added default data locations to parameters for end to end tests. | ||||
| * | | | Added default data locations to parameters for end to end tests. | Chase McDermott | 2018-07-16 | 11 | -240/+240 |
|/ / / | |||||
* | | | Merge pull request #4512 from ↵ | chriseth | 2018-07-16 | 32 | -105/+104 |
|\ \ \ | | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-external-tests Added default data locations to docs and other external tests. | ||||
| * | | | Added default data locations to docs and other external tests. | Chase McDermott | 2018-07-15 | 32 | -105/+104 |
| |/ / | |||||
* | | | Merge pull request #4505 from nventuro/patch-1 | chriseth | 2018-07-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update docs allowed mapping key values | ||||
| * | | | Update docs allowed mapping key values | Nicolás Venturo | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions cannot be used as mapping keys (e.g. the following contract does not compile): ``` pragma solidity ^0.4.24; contract Foo { mapping(function (uint) pure returns (uint) => string) a; } ``` | ||||
* | | | | Merge pull request #4166 from alibabe/fix-3718-ret | chriseth | 2018-07-16 | 1 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | Fix the Heisenbug | ||||
| * | | | | Fixes #3718 by creating a local variable for the result of | alibabe | 2018-05-29 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | `GasEstimator::breakToStatementLevel` and then assign it back to gasCoast. | ||||
* | | | | | Merge pull request #4511 from MichalZalecki/patch-1 | Alex Beregszaszi | 2018-07-16 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix typo in the function name | ||||
| * | | | | Fix typo in the function name | Michał Załęcki | 2018-07-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4438 from ethereum/address_members_external_tests_docs | chriseth | 2018-07-13 | 11 | -22/+25 |
|\ \ \ \ | | | | | | | | | | | Address members used by contracts: update external tests and docs | ||||
| * | | | | Update external tests and docs | Leonardo Alt | 2018-07-12 | 11 | -22/+25 |
| | | | | | |||||
* | | | | | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays | chriseth | 2018-07-13 | 14 | -13/+156 |
|\ \ \ \ \ | | | | | | | | | | | | | Consider fixed-size arrays when checking for recursive structs. | ||||
| * | | | | | Add test cases. | Daniel Kirchner | 2018-07-13 | 12 | -0/+139 |
| | | | | | | |||||
| * | | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-13 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Use CycleDetector and account for multi-dimensional arrays. | Daniel Kirchner | 2018-07-13 | 1 | -19/+16 |
| | | | | | | |||||
| * | | | | | Consider fixed size array members when checking for recursive structs. | Daniel Kirchner | 2018-07-13 | 1 | -0/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #4431 from ethereum/tupleDeclaration | chriseth | 2018-07-13 | 30 | -203/+205 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disallow multi variable declarations with mismatching number of values. | ||||
| * | | | | | | Update tests. | Daniel Kirchner | 2018-07-13 | 22 | -103/+177 |
| | | | | | | | |||||
| * | | | | | | Update documentation. | Daniel Kirchner | 2018-07-13 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Update Changelog. | Daniel Kirchner | 2018-07-13 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Disallow multi variable declarations with mismatching number of values. | Daniel Kirchner | 2018-07-13 | 6 | -98/+25 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4504 from rrrkren/develop | chriseth | 2018-07-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | removed addtional solc in docker command | ||||
| * | | | | | removed addtional solc in docker command | Eric Ren | 2018-07-13 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #4503 from nventuro/patch-1 | chriseth | 2018-07-13 | 1 | -4/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Removed repeated documentation | ||||
| * | | | | Removed repeated documentation | Nicolás Venturo | 2018-07-13 | 1 | -4/+0 |
|/ / / / | | | | | | | | | There is already a paragraph below describing how to call functions in both their internal and external forms (and IMO it's clearer). | ||||
* | | | | Merge pull request #4437 from ethereum/report-empty-var-decls | chriseth | 2018-07-13 | 5 | -0/+37 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Report empty var tuple decls | ||||
| * | | | | Generates a syntax error when declaring a variable declaration's LHS has no ↵ | Christian Parpart | 2018-07-12 | 5 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | named components | ||||
* | | | | | Merge pull request #4447 from hosho/develop | chriseth | 2018-07-13 | 2 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions | ||||
| * | | | | | Add changelog bugfix | Matthew Little | 2018-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions. | ||||
| * | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions. | Matt Little | 2018-07-12 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 23 | -84/+65 |
|\ \ \ \ \ | | | | | | | | | | | | | Turn missing storage locations into an error. | ||||
| * | | | | | Update docs. | Daniel Kirchner | 2018-07-12 | 1 | -3/+6 |
| | | | | | | |||||
| * | | | | | Update Changelog. | Daniel Kirchner | 2018-07-12 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Update compilation tests wrt requiring storage locations. | Daniel Kirchner | 2018-07-12 | 4 | -12/+12 |
| | | | | | | |||||
| * | | | | | Update test wrt requiring storage locations. | Daniel Kirchner | 2018-07-12 | 16 | -56/+41 |
| | | | | | | |||||
| * | | | | | Require storage location. | Daniel Kirchner | 2018-07-12 | 1 | -13/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4479 from ethereum/fixFixedPointCrash | Alex Beregszaszi | 2018-07-12 | 1 | -3/+7 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix handling of fixed point types in arithmetics. | ||||
| * | | | | Fix handling of fixed point types in arithmetics. | chriseth | 2018-07-11 | 1 | -3/+7 |
| | | | | | |||||
* | | | | | Merge pull request #4428 from ethereum/enforce_staticcall_view | chriseth | 2018-07-12 | 4 | -18/+60 |
|\ \ \ \ \ | | | | | | | | | | | | | [BREAKING] Enforce STATICCALL for view and pure | ||||
| * | | | | | Use STATICCALL for view and pure | Leonardo Alt | 2018-07-11 | 4 | -18/+60 |
| | | | | | | |||||
* | | | | | | Merge pull request #4083 from ethereum/variable_stack_slot | chriseth | 2018-07-12 | 8 | -44/+446 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | [BREAKING] Allocate local variables according to their scope | ||||
| * | | | | | Change test from public to external | Leonardo Alt | 2018-07-11 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added assertion and tests suggestions | Leonardo Alt | 2018-07-11 | 4 | -8/+30 |
| | | | | | | |||||
| * | | | | | Add more tests and assertions | Leonardo Alt | 2018-07-11 | 4 | -1/+157 |
| | | | | | | |||||
| * | | | | | Added tests and review suggestions | Leonardo Alt | 2018-07-11 | 5 | -22/+176 |
| | | | | | | |||||
| * | | | | | [050] Reserving and popping local vars in their scope | Leonardo Alt | 2018-07-11 | 5 | -41/+111 |
| | | | | | | |||||
* | | | | | | Merge pull request #4493 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2018-07-12 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clarify Yul optimiser readme. | ||||
| * | | | | | | Clarify optimiser readme. | chriseth | 2018-07-12 | 1 | -0/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4488 from chase1745/use-explicit-data-locations-syntax-tests | chriseth | 2018-07-12 | 38 | -83/+83 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added default data locations to parameters for syntax tests. | ||||
| * | | | | | | Added default data locations to parameters for syntax tests. | Chase McDermott | 2018-07-12 | 38 | -83/+83 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4461 from ethereum/fuzzer-fix | chriseth | 2018-07-12 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Catch the proper exceptions in solfuzzer | ||||
| * | | | | | | Catch the proper exceptions in solfuzzer | Alex Beregszaszi | 2018-07-12 | 1 | -0/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4443 from ethereum/double_var_decl_fix | chriseth | 2018-07-12 | 6 | -1/+49 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix crash when declaring the same var twice in the same scope | ||||
| * | | | | | | Add comment explaining new code | Leonardo Alt | 2018-07-11 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Fix crash for double variable declaration in the same scope. | Leonardo Alt | 2018-07-11 | 6 | -1/+44 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4472 from ethereum/complexCalldataArraysNotYetImplemented | chriseth | 2018-07-12 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Throw unimplemented exception for complex calldata arrays. | ||||
| * | | | | | | Throw unimplemented exception for complex calldata arrays. | chriseth | 2018-07-11 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4480 from ethereum/fixZeroWithExponent | chriseth | 2018-07-12 | 4 | -31/+41 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix literals with exponents with mantissa of zero. | ||||
| * | | | | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-12 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Split test case into failing and succeeding case. | Daniel Kirchner | 2018-07-11 | 2 | -24/+29 |
| | | | | | | | | |||||
| * | | | | | | | Fix literals with exponents with mantissa of zero. | Daniel Kirchner | 2018-07-11 | 2 | -8/+12 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggest | Christian Parpart | 2018-07-11 | 4 | -19/+86 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [WIP] v0.5.0 var keyword type suggestion |