Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move fixed after int in docs | Alex Beregszaszi | 2017-09-04 | 1 | -9/+9 |
| | |||||
* | Merge pull request #2860 from ethereum/noparamsfordefaulted | Alex Beregszaszi | 2017-08-31 | 1 | -4/+4 |
|\ | | | | | Remove parameter names for defaulted functions. | ||||
| * | Remove parameter names for defaulted functions. | chriseth | 2017-08-31 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #2812 from ethereum/removeEscape | chriseth | 2017-08-31 | 2 | -31/+9 |
|\ \ | |/ |/| | Remove escape function. | ||||
| * | Use Json::valueToQuotedString directly | Alex Beregszaszi | 2017-08-29 | 1 | -4/+2 |
| | | |||||
| * | Remove escape function. | chriseth | 2017-08-29 | 2 | -31/+11 |
| | | |||||
* | | Merge pull request #2858 from ethereum/fuzzer-without-optimizer | chriseth | 2017-08-31 | 2 | -4/+14 |
|\ \ | |/ |/| | Run fuzzer tests without optimizer too | ||||
| * | Run fuzzer tests without optimizer too | Alex Beregszaszi | 2017-08-31 | 1 | -0/+7 |
| | | |||||
| * | Add --without-optimizer option to fuzzer | Alex Beregszaszi | 2017-08-31 | 1 | -4/+7 |
|/ | |||||
* | Merge pull request #2847 from ethereum/codegen-docs | Alex Beregszaszi | 2017-08-29 | 3 | -1/+25 |
|\ | | | | | Document more of the codegen features | ||||
| * | Document more of the codegen features | Alex Beregszaszi | 2017-08-29 | 3 | -1/+25 |
| | | |||||
* | | Merge pull request #2846 from ethereum/refactorTests | Alex Beregszaszi | 2017-08-29 | 3 | -223/+275 |
|\ \ | | | | | | | Extract base from NameAndType and use compiler stack. | ||||
| * | | Extract base from NameAndType and use compiler stack. | chriseth | 2017-08-29 | 3 | -223/+275 |
| | | | |||||
* | | | Merge pull request #2833 from ethereum/statemutability-builtins | chriseth | 2017-08-29 | 5 | -22/+24 |
|\ \ \ | | | | | | | | | Mark all built in functions with appropriate statemutability | ||||
| * | | | Swap declaration/statemutability in FunctionType constructor | Alex Beregszaszi | 2017-08-29 | 4 | -11/+8 |
| | | | | |||||
| * | | | Mark all built in functions with appropriate statemutability | Alex Beregszaszi | 2017-08-29 | 3 | -12/+17 |
| | | | | |||||
* | | | | Merge pull request #2844 from ethereum/jsoncompiler | Alex Beregszaszi | 2017-08-29 | 4 | -24/+47 |
|\ \ \ \ | | | | | | | | | | | Add header for jsonCompiler | ||||
| * | | | | Add header for jsonCompiler | Alex Beregszaszi | 2017-08-29 | 4 | -24/+47 |
|/ / / / | |||||
* | | | | Merge pull request #2843 from ethereum/anonymous-cleanup | chriseth | 2017-08-29 | 8 | -5/+36 |
|\ \ \ \ | | | | | | | | | | | Move all file specific globals to anonymous namespace | ||||
| * | | | | Move all file specific globals to anonymous namespace | Alex Beregszaszi | 2017-08-29 | 8 | -5/+36 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2841 from ethereum/evm15-code-numbers | Greg Colvin | 2017-08-29 | 1 | -9/+11 |
|\ \ \ \ | |/ / / |/| | | | reconcile evm 1.5 instruction numbers with working draft and client | ||||
| * | | | Reconcile EVM 1.5 instruction numbers with working draft EIP615 | gcolvin | 2017-08-29 | 1 | -9/+11 |
|/ / / | |||||
* | | | Merge pull request #2837 from ethereum/event-overloading-abi | Alex Beregszaszi | 2017-08-29 | 3 | -3/+31 |
|\ \ \ | |/ / |/| | | Include all overloaded events in ABI | ||||
| * | | Include all overloaded events in ABI | Alex Beregszaszi | 2017-08-29 | 3 | -3/+31 |
|/ / | |||||
* | | Merge pull request #2838 from ethereum/statemutability-event | Alex Beregszaszi | 2017-08-29 | 1 | -2/+6 |
|\ \ | | | | | | | Mark event functions as nonpayable (and not view) | ||||
| * | | Mark event non-payable and not view | Alex Beregszaszi | 2017-08-28 | 1 | -2/+6 |
|/ / | |||||
* | | Merge pull request #2835 from ethereum/compilerstack-docs | Alex Beregszaszi | 2017-08-28 | 1 | -5/+7 |
|\ \ | | | | | | | Reorder some methods in CompilerStack for readability | ||||
| * | | Reorder some methods in CompilerStack for readability | Alex Beregszaszi | 2017-08-28 | 1 | -5/+7 |
| |/ | |||||
* | | Merge pull request #2834 from ethereum/fixTypeNameParsing | Alex Beregszaszi | 2017-08-28 | 3 | -1/+18 |
|\ \ | |/ |/| | Crash fix, parseTypeName can return null. | ||||
| * | Crash fix, parseTypeName can return null. | chriseth | 2017-08-28 | 3 | -1/+18 |
| | | |||||
* | | Merge pull request #2831 from ethereum/docs | Alex Beregszaszi | 2017-08-28 | 7 | -23/+30 |
|\ \ | | | | | | | Various doc updates | ||||
| * | | Explain safe purchase (even number) | Alex Beregszaszi | 2017-08-28 | 1 | -0/+3 |
| | | | |||||
| * | | Add note about throw being deprecated | Alex Beregszaszi | 2017-08-28 | 1 | -0/+3 |
| | | | |||||
| * | | Require 0.4.12 for the VectorSum example (for loop) | Alex Beregszaszi | 2017-08-28 | 1 | -1/+1 |
| | | | |||||
| * | | Refer to internal ABI documentation | Alex Beregszaszi | 2017-08-28 | 1 | -4/+2 |
| | | | |||||
| * | | Highlight opcodes in docs | Alex Beregszaszi | 2017-08-28 | 4 | -17/+18 |
| | | | |||||
| * | | Fix lists and links | Alex Beregszaszi | 2017-08-28 | 3 | -1/+3 |
| | | | |||||
* | | | Merge pull request #2825 from ethereum/contract-unused-natspec | chriseth | 2017-08-28 | 3 | -33/+0 |
|\ \ \ | |_|/ |/| | | Removed unused natspec members of ContractDefinition | ||||
| * | | Removed unused natspec members of ContractDefinition | Alex Beregszaszi | 2017-08-26 | 3 | -33/+0 |
| | | | |||||
* | | | Merge pull request #2826 from Legogris/patch-1 | Alex Beregszaszi | 2017-08-28 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Correct package name for installing solc on Arch | ||||
| * | | Correct package name for installing solc on Arch | Robert Edström | 2017-08-27 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2821 from ethereum/errorreporter-copy | Alex Beregszaszi | 2017-08-26 | 1 | -0/+3 |
|\ \ | |/ |/| | Add copy constructor to ErrorReporter (since it has assignment operator) | ||||
| * | Add copy constructor to ErrorReporter (since it has assignment operator) | Alex Beregszaszi | 2017-08-25 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #2811 from ethereum/cleanupvectorref | Alex Beregszaszi | 2017-08-26 | 2 | -32/+9 |
|\ \ | | | | | | | Cleanup vectorref | ||||
| * | | Cleanup of vector_ref.h | chriseth | 2017-08-26 | 2 | -32/+9 |
| | | | |||||
* | | | Merge pull request #2819 from ethereum/compilerstack-typecheck | chriseth | 2017-08-26 | 2 | -23/+8 |
|\ \ \ | | | | | | | | | Simplify typechecking loop in compilerstack | ||||
| * | | | Update SolidityNameAndTypeResolution to match CompilerStack | Alex Beregszaszi | 2017-08-25 | 1 | -4/+3 |
| | | | | |||||
| * | | | Do not create a new TypeChecker instance for every contract | Alex Beregszaszi | 2017-08-25 | 1 | -3/+1 |
| | | | | |||||
| * | | | Attach natspec before type checking | Alex Beregszaszi | 2017-08-25 | 1 | -6/+4 |
| | | | | |||||
| * | | | Remove duplicate work from CompilerStack.analyze() | Alex Beregszaszi | 2017-08-25 | 1 | -10/+0 |
| | | | | |||||
* | | | | Merge pull request #2820 from ethereum/fallthrough | chriseth | 2017-08-26 | 4 | -6/+8 |
|\ \ \ \ | |_|/ / |/| | | | Fix some other fallthrough cases | ||||
| * | | | Move the break in switch for readability | Alex Beregszaszi | 2017-08-25 | 1 | -3/+3 |
| | | | | |||||
| * | | | Mark to places fall-through | Alex Beregszaszi | 2017-08-25 | 2 | -0/+2 |
| | | | | |||||
| * | | | Remove fallthrough from ArrayUtils | Alex Beregszaszi | 2017-08-25 | 1 | -3/+3 |
| | |/ | |/| | |||||
* | | | Merge pull request #2809 from ethereum/cleanupFixedHash | chriseth | 2017-08-26 | 2 | -139/+8 |
|\ \ \ | | | | | | | | | Cleanup fixed hash | ||||
| * | | | Cleanup of FixedHash.h | chriseth | 2017-08-25 | 2 | -139/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #2765 from ethereum/emscripten | chriseth | 2017-08-25 | 1 | -17/+8 |
|\ \ \ | | | | | | | | | Emscripten | ||||
| * | | | Leave artifact also on root. | chriseth | 2017-08-25 | 1 | -1/+2 |
| | | | | |||||
| * | | | Emscripten, CI: Use CMake toolchain file | Paweł Bylica | 2017-08-25 | 1 | -3/+3 |
| | | | | |||||
| * | | | Travis CI: Cleanup emscripten build script | Paweł Bylica | 2017-08-25 | 1 | -13/+3 |
| | | | | |||||
* | | | | Merge pull request #2813 from ethereum/tightpack-warn | Alex Beregszaszi | 2017-08-25 | 3 | -0/+67 |
|\ \ \ \ | |_|_|/ |/| | | | Warn on using literals in tight packing | ||||
| * | | | Warn on using literals in tight packing | Alex Beregszaszi | 2017-08-25 | 3 | -0/+67 |
| |/ / | |||||
* | | | Merge pull request #2815 from ethereum/parser-fallthrough | Alex Beregszaszi | 2017-08-25 | 2 | -9/+14 |
|\ \ \ | |_|/ |/| | | Remove fallthrough from literal parsing | ||||
| * | | Remove two other fall-through cases in Parser | Alex Beregszaszi | 2017-08-25 | 2 | -3/+5 |
| | | | |||||
| * | | Remove fallthrough from literal parsing | Alex Beregszaszi | 2017-08-25 | 1 | -6/+9 |
| |/ | |||||
* | | Merge pull request #2808 from ethereum/cleanCommonH | chriseth | 2017-08-25 | 6 | -58/+25 |
|\ \ | | | | | | | Clean common h | ||||
| * | | Cleanup of Common.h | chriseth | 2017-08-25 | 6 | -58/+25 |
| |/ | |||||
* | | Merge pull request #2817 from ethereum/do_not_copy_so | chriseth | 2017-08-25 | 1 | -35/+0 |
|\ \ | |/ |/| | Do not include soltest and .so files in zip archives. | ||||
| * | Do not include soltest and .so files in zip archives. | chriseth | 2017-08-25 | 1 | -35/+0 |
| | | |||||
* | | Merge pull request #2807 from ethereum/removeABIh | chriseth | 2017-08-25 | 3 | -119/+18 |
|\ \ | | | | | | | Cleanup: Remove ABI.h | ||||
| * | | Cleanup: Remove ABI.h | chriseth | 2017-08-25 | 3 | -119/+18 |
| | | | |||||
* | | | Merge pull request #2814 from ethereum/natspec-cleanup | Alex Beregszaszi | 2017-08-25 | 2 | -28/+1 |
|\ \ \ | |_|/ |/| | | Remove unused statements from the Natspec headers | ||||
| * | | Remove unused statements from the Natspec headers | Alex Beregszaszi | 2017-08-25 | 2 | -28/+1 |
| | | | |||||
* | | | Merge pull request #2792 from ethereum/statemutability-docs | chriseth | 2017-08-25 | 2 | -4/+22 |
|\ \ \ | | | | | | | | | Require 0.4.16 for view/pure in docs examples | ||||
| * | | | Explain the limitations of view and pure | Alex Beregszaszi | 2017-08-25 | 1 | -0/+18 |
| | | | | |||||
| * | | | Clarify ABI regarding constant | Alex Beregszaszi | 2017-08-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | Require 0.4.16 for view/pure in docs examples | Alex Beregszaszi | 2017-08-25 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #2810 from ethereum/cleanupSHA3 | chriseth | 2017-08-25 | 1 | -7/+2 |
|\ \ \ | |/ / |/| | | Cleanup of SHA3.h | ||||
| * | | Cleanup of SHA3.h | chriseth | 2017-08-25 | 1 | -7/+2 |
| |/ | |||||
* | | Merge pull request #2657 from ethereum/jumpdest-remover | Alex Beregszaszi | 2017-08-25 | 9 | -22/+243 |
|\ \ | | | | | | | Introduce JumpdestRemover optimisation step | ||||
| * | | Add test for jumpdest removal. | chriseth | 2017-08-25 | 1 | -0/+84 |
| | | | |||||
| * | | Update tests. | chriseth | 2017-08-25 | 3 | -12/+12 |
| | | | |||||
| * | | Introduce JumpdestRemover optimisation step | Alex Beregszaszi | 2017-08-25 | 5 | -10/+147 |
| | | | |||||
* | | | Merge pull request #2806 from ethereum/abi | chriseth | 2017-08-25 | 1 | -9/+10 |
|\ \ \ | |/ / |/| | | Reorder ABI for readability | ||||
| * | | Reorder ABI for readability | Alex Beregszaszi | 2017-08-25 | 1 | -9/+10 |
| | | | |||||
* | | | Merge pull request #2805 from ethereum/release | chriseth | 2017-08-25 | 0 | -0/+0 |
|\ \ \ | |_|/ |/| | | Merge release back into develop. | ||||
| * | | Merge pull request #2802 from ethereum/develop | chriseth | 2017-08-25 | 137 | -1886/+5297 |
| |\| | | | | | | | Merge develop into release for 0.4.16 | ||||
* | | | Merge pull request #2803 from ethereum/incrementVersion | chriseth | 2017-08-25 | 2 | -1/+7 |
|\ \ \ | |_|/ |/| | | Set version to 0.4.17 | ||||
| * | | Set version to 0.4.17 | chriseth | 2017-08-25 | 2 | -1/+7 |
|/ / | |||||
* | | Merge pull request #2800 from ethereum/updateVersion | chriseth | 2017-08-25 | 1 | -1/+3 |
|\ \ | | | | | | | Describe experimental features. | ||||
| * | | Describe experimental features. | chriseth | 2017-08-25 | 1 | -1/+3 |
|/ / | |||||
* | | Merge pull request #2797 from ethereum/updateVersion | chriseth | 2017-08-25 | 2 | -6/+15 |
|\ \ | | | | | | | Prepare 0.4.16 release. | ||||
| * | | Prepare 0.4.16 release. | chriseth | 2017-08-25 | 2 | -6/+15 |
|/ / | |||||
* | | Merge pull request #2798 from ethereum/statemutability | chriseth | 2017-08-25 | 5 | -35/+35 |
|\ \ | | | | | | | Rename statemutability to stateMutability in ABI/AST | ||||
| * | | Rename statemutability to stateMutability in ABI/AST | Alex Beregszaszi | 2017-08-24 | 5 | -35/+35 |
| | | | |||||
* | | | Merge pull request #2799 from designium/patch-2 | chriseth | 2017-08-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update on the example for BlindAction | ||||
| * | | Update on the example for BlindAction | Chim Kan | 2017-08-25 | 1 | -1/+1 |
|/ / | | | | | In the Mist app, the Blind Action contract cannot compile because it cannot accept implicit conversion of integer to byte32. I just added the conversion method byte32 in line 470 for bid.blindedBid. | ||||
* | | Merge pull request #2745 from ethereum/statemutability-pure | Alex Beregszaszi | 2017-08-24 | 14 | -13/+107 |
|\ \ | | | | | | | Introduce pure specifier on functions | ||||
| * | | Consider pure as constant for the AST JSON (to aid static analyzers) | Alex Beregszaszi | 2017-08-24 | 1 | -2/+2 |
| | | | |||||
| * | | Add pure to grammar | Alex Beregszaszi | 2017-08-24 | 2 | -2/+2 |
| | | | |||||
| * | | Add pure to ABI spec | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
| | | | |||||
| * | | Document pure functions | Alex Beregszaszi | 2017-08-24 | 2 | -3/+25 |
| | | | |||||
| * | | Add ABI test for pure function | Alex Beregszaszi | 2017-08-24 | 2 | -1/+56 |
| | | | |||||
| * | | Introduce pure specifier on functions | Alex Beregszaszi | 2017-08-24 | 7 | -4/+21 |
|/ / | |||||
* | | Merge pull request #2794 from nicksavers/patch-2 | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
|\ \ | | | | | | | Fix link to Russian version on wiki | ||||
| * | | Fix link to Russian version on wiki | Nick Savers | 2017-08-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2781 from ethereum/compiler-flags | chriseth | 2017-08-24 | 1 | -33/+12 |
|\ \ \ | | | | | | | | | WIP: CMake: Better handle -fstack-protector flag support | ||||
| * | | | CMake: Better handle -fstack-protector flag support | Paweł Bylica | 2017-08-24 | 1 | -33/+12 |
| |/ / | |||||
* | | | Merge pull request #2793 from ethereum/fixZ3Requirement | chriseth | 2017-08-24 | 1 | -3/+13 |
|\ \ \ | |/ / |/| | | Require libz3-dev for ubuntu PPA builds. | ||||
| * | | Require libz3-dev for ubuntu PPA builds. | chriseth | 2017-08-24 | 1 | -3/+13 |
|/ / | |||||
* | | Merge pull request #2770 from ethereum/recursionInAsm | chriseth | 2017-08-24 | 8 | -39/+71 |
|\ \ | | | | | | | Also prevent too much recursion in the assembly parser. | ||||
| * | | Reduce max recursion depth. | chriseth | 2017-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | Check recursion depth in assembly parser. | chriseth | 2017-08-22 | 7 | -40/+46 |
| | | | |||||
| * | | Tests for recursion in JULIA. | chriseth | 2017-08-22 | 2 | -0/+26 |
| | | | |||||
* | | | Merge pull request #2787 from designium/patch-1 | chriseth | 2017-08-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Adding storage into the pointer for Voter delegate | ||||
| * | | | Adding storage into the pointer for Voter delegate | Chim Kan | 2017-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, The example from https://github.com/ethereum/solidity/blob/develop/docs/solidity-by-example.rst is not working. It keeps giving this error in the Mist program: Could not compile source code. Variable is declared as a storage pointer. Use an explicit "storage" keyword to silence this warning. Voter delegate = voters[to]; ^------------^ The solution is just to add the keyword "storage" and then the example works again. | ||||
* | | | | Merge pull request #2790 from elopio/snap-z3 | chriseth | 2017-08-24 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add libz3-dev to the snap build-packages | ||||
| * | | | | Add libz3-dev to the snap build-packages | Leo Arias | 2017-08-24 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #2791 from ethereum/cmake-z3 | chriseth | 2017-08-24 | 1 | -5/+3 |
|\ \ \ \ | |/ / / |/| | | | CMake: Fix FindZ3 | ||||
| * | | | CMake: Fix FindZ3 | Paweł Bylica | 2017-08-24 | 1 | -5/+3 |
|/ / / | |||||
* | | | Merge pull request #2538 from ethereum/z3Conditions | Alex Beregszaszi | 2017-08-24 | 21 | -52/+1503 |
|\ \ \ | | | | | | | | | z3 conditions | ||||
| * | | | Review changes. | chriseth | 2017-08-23 | 6 | -26/+27 |
| | | | | |||||
| * | | | Changelog entry. | chriseth | 2017-08-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | Use experimental feature pragma for SMT checker. | chriseth | 2017-08-23 | 2 | -6/+4 |
| | | | | |||||
| * | | | Partial support for if statements. | chriseth | 2017-08-23 | 4 | -16/+128 |
| | | | | |||||
| * | | | Format numbers more nicely. | chriseth | 2017-08-23 | 2 | -11/+36 |
| | | | | |||||
| * | | | Refactor Z3 read callback. | chriseth | 2017-08-23 | 6 | -133/+46 |
| | | | | |||||
| * | | | Rename read file callback. | chriseth | 2017-08-23 | 10 | -33/+36 |
| | | | | |||||
| * | | | Introduce native Z3 support. | chriseth | 2017-08-23 | 2 | -0/+244 |
| | | | | |||||
| * | | | Insert abstraction layer. | chriseth | 2017-08-23 | 5 | -148/+225 |
| | | | | |||||
| * | | | Prepare build system for Z3. | chriseth | 2017-08-23 | 4 | -25/+57 |
| | | | | |||||
| * | | | Cleanup. | chriseth | 2017-08-23 | 10 | -717/+687 |
| | | | | |||||
| * | | | Use file to communicate with z3. | chriseth | 2017-08-23 | 5 | -15/+274 |
| | | | | |||||
| * | | | Rewrite using SMTLIB2 interface. | chriseth | 2017-08-23 | 4 | -63/+233 |
| | | | | |||||
| * | | | z3 conditions | chriseth | 2017-08-23 | 10 | -2/+648 |
| | | | | |||||
* | | | | Merge pull request #2782 from ethereum/externalTests | Alex Beregszaszi | 2017-08-24 | 2 | -1/+53 |
|\ \ \ \ | | | | | | | | | | | Add external tests. | ||||
| * | | | | Keep REPO_ROOT as absolute path | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add external tests. | chriseth | 2017-08-24 | 2 | -0/+52 |
|/ / / / | |||||
* | | | | Merge pull request #2783 from ethereum/cmake-dead-code | Alex Beregszaszi | 2017-08-24 | 10 | -960/+0 |
|\ \ \ \ | | | | | | | | | | | CMake: Remove unused scripts | ||||
| * | | | | CMake: Remove unused scripts | Paweł Bylica | 2017-08-23 | 10 | -960/+0 |
| |/ / / | |||||
* | | | | Merge pull request #2784 from ethereum/cmake-3.0 | Paweł Bylica | 2017-08-24 | 2 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix CMake 3.0 compatibility | ||||
| * | | | CMake: Explicitly ask for Boost.System library | Paweł Bylica | 2017-08-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | CMake: Add back compatibility with CMake 3.0 | Paweł Bylica | 2017-08-23 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2757 from ethereum/cmake | Alex Beregszaszi | 2017-08-23 | 12 | -195/+65 |
|\ \ \ | | | | | | | | | Static linking | ||||
| * | | | docs: Add a note about CMake options | Paweł Bylica | 2017-08-23 | 1 | -0/+6 |
| | | | | |||||
| * | | | CMake: Cleanup "local" include path | Paweł Bylica | 2017-08-23 | 4 | -4/+1 |
| | | | | |||||
| * | | | CMake: Add option to static link solc | Paweł Bylica | 2017-08-23 | 3 | -2/+16 |
| | | | | |||||
| * | | | CMake: Fix linking with pthread | Paweł Bylica | 2017-08-22 | 2 | -1/+3 |
| | | | | |||||
| * | | | CMake: Allow linking Boost dynamically | Paweł Bylica | 2017-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Make Boost_USE_STATIC_LIBS an CMake option, ON by default. | ||||
| * | | | CMake: Remove libsolidity <- boost::regex dependency | Paweł Bylica | 2017-08-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | CMake: Make libs dependencies explicit | Paweł Bylica | 2017-08-21 | 3 | -3/+3 |
| | | | | |||||
| * | | | Boost: Use static libs | Paweł Bylica | 2017-08-18 | 2 | -54/+3 |
| | | | | |||||
| * | | | CMake: Simplify test tools config | Paweł Bylica | 2017-08-18 | 1 | -22/+5 |
| | | | | |||||
| * | | | CMake: Simplify solc config | Paweł Bylica | 2017-08-18 | 1 | -20/+12 |
| | | | | |||||
| * | | | CMake: Simplify lllc config | Paweł Bylica | 2017-08-18 | 1 | -11/+2 |
| | | | | |||||
| * | | | CMake: Simplify libsolidity config | Paweł Bylica | 2017-08-18 | 1 | -19/+5 |
| | | | | |||||
| * | | | CMake: Simplify liblll config | Paweł Bylica | 2017-08-18 | 1 | -15/+5 |
| | | | | |||||
| * | | | CMake: Simplify libevmasm config | Paweł Bylica | 2017-08-18 | 2 | -12/+6 |
| | | | | |||||
| * | | | CMake: Build static libs by default | Paweł Bylica | 2017-08-18 | 6 | -29/+1 |
| | | | | |||||
| * | | | CMake: Simplify libdevcore config | Paweł Bylica | 2017-08-17 | 1 | -14/+8 |
| | | | | |||||
* | | | | Merge pull request #2656 from ethereum/performance1 | chriseth | 2017-08-23 | 4 | -28/+34 |
|\ \ \ \ | | | | | | | | | | | Avoid some Json copy operations. | ||||
| * | | | | Create children node in ASTJsonConverter when neccesary | Alex Beregszaszi | 2017-08-21 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Avoid some Json copy operations. | chriseth | 2017-08-21 | 4 | -28/+26 |
| | | | | | |||||
* | | | | | Merge pull request #2762 from ethereum/statemutability-view | Alex Beregszaszi | 2017-08-23 | 14 | -22/+91 |
|\ \ \ \ \ | | | | | | | | | | | | | Introduce view state-mutability (keep constant as alias) | ||||
| * | | | | | Document view functions | Alex Beregszaszi | 2017-08-23 | 3 | -11/+15 |
| | | | | | | |||||
| * | | | | | Update tests for view | Alex Beregszaszi | 2017-08-23 | 2 | -1/+62 |
| | | | | | | |||||
| * | | | | | Update grammar with view | Alex Beregszaszi | 2017-08-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Introduce view (and keep constant as an alias) | Alex Beregszaszi | 2017-08-23 | 8 | -9/+13 |
|/ / / / / | |||||
* | | | | | Merge pull request #2775 from ethereum/coverity | chriseth | 2017-08-22 | 6 | -12/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix some issues found by Coverity | ||||
| * | | | | | Some smaller issues found by Covertiy Scan | Alex Beregszaszi | 2017-08-22 | 4 | -6/+6 |
| | | | | | | |||||
| * | | | | | Switch stream properties back after temporary modification | Alex Beregszaszi | 2017-08-22 | 2 | -6/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #2776 from ethereum/removeVisitsToAbstractASTNode | Alex Beregszaszi | 2017-08-22 | 7 | -40/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Remove visits to abstract AST class TypeName. | ||||
| * | | | | | Remove visits to abstract AST class TypeName. | chriseth | 2017-08-22 | 7 | -40/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2734 from ethereum/reject-create-interface | Alex Beregszaszi | 2017-08-22 | 4 | -1/+46 |
|\ \ \ \ \ | |/ / / / |/| | | | | Reject the creation of interface with the new statement | ||||
| * | | | | Check inheritance specifier arguments for interfaces. | chriseth | 2017-08-22 | 2 | -5/+14 |
| | | | | | |||||
| * | | | | Reject the creation of interface with the new statement | Alex Beregszaszi | 2017-08-22 | 4 | -0/+36 |
| | | | | | |||||
* | | | | | Merge pull request #2772 from ethereum/cppcheck | chriseth | 2017-08-22 | 35 | -62/+63 |
|\ \ \ \ \ | |/ / / / |/| | | | | Improvements found by Cppcheck (const/static functions and explicit constructors) | ||||
| * | | | | Mark a lot of functions static (where possible) | Alex Beregszaszi | 2017-08-22 | 7 | -12/+12 |
| | | | | | |||||
| * | | | | Mark appropriate constructors explicit | Alex Beregszaszi | 2017-08-22 | 15 | -16/+16 |
| | | | | | |||||
| * | | | | Make vector+vector template more readable | Alex Beregszaszi | 2017-08-22 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Mark a lot of functions const (where possible) | Alex Beregszaszi | 2017-08-22 | 18 | -41/+41 |
| | | | | | |||||
| * | | | | Set variable to nullptr in ASTPrinter | Alex Beregszaszi | 2017-08-22 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #2773 from ethereum/usingForWithoutLibrary | Alex Beregszaszi | 2017-08-22 | 3 | -1/+17 |
|\ \ \ \ | |/ / / |/| | | | Fix crash related to ``using for`` without a library. | ||||
| * | | | Fix crash related to ``using for`` without a library. | chriseth | 2017-08-21 | 3 | -1/+17 |
| | | | | |||||
* | | | | Merge pull request #2771 from ethereum/unused-includes | Alex Beregszaszi | 2017-08-21 | 7 | -10/+0 |
|\ \ \ \ | |/ / / |/| | | | Remove some unused includes | ||||
| * | | | Remove some unused includes | Alex Beregszaszi | 2017-08-21 | 7 | -10/+0 |
| |/ / | |||||
* | | | Merge pull request #2748 from ethereum/natspec | chriseth | 2017-08-21 | 6 | -58/+59 |
|\ \ \ | | | | | | | | | Remove DocumentationType from natspec | ||||
| * | | | Remove DocumentationType from natspec | Alex Beregszaszi | 2017-08-16 | 6 | -58/+59 |
| | | | | |||||
* | | | | Merge pull request #2763 from ethereum/library-constructor | chriseth | 2017-08-21 | 3 | -1/+15 |
|\ \ \ \ | | | | | | | | | | | Library cannot have constructors | ||||
| * \ \ \ | Merge branch 'develop' into library-constructor | chriseth | 2017-08-21 | 8 | -6/+47 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #2761 from ethereum/grammar | chriseth | 2017-08-21 | 3 | -6/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | Update grammar for statemutability and other missed features | ||||
| * | | | | | Add missing keywords to documentation lexer | Alex Beregszaszi | 2017-08-17 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Allow constant modifier on state variables in grammar | Alex Beregszaszi | 2017-08-17 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update grammar to reflect state mutability | Alex Beregszaszi | 2017-08-17 | 2 | -3/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2769 from ethereum/assemblyNumberLiterals | chriseth | 2017-08-21 | 5 | -0/+40 |
|\ \ \ \ \ | |/ / / / |/| | | | | Be more strict about number literals in assembly. | ||||
| * | | | | Be more strict about number literals in assembly. | chriseth | 2017-08-21 | 5 | -0/+40 |
|/ / / / | |||||
| * / / | Library cannot have constructors | Alex Beregszaszi | 2017-08-21 | 3 | -0/+14 |
|/ / / | |||||
* | | | Merge pull request #2760 from ethereum/disable-circleci | Alex Beregszaszi | 2017-08-17 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | Disable Circle CI builds for now | ||||
| * | | | Disable Circle CI builds for now | Paweł Bylica | 2017-08-17 | 1 | -0/+10 |
|/ / / | |||||
* | | | Merge pull request #2654 from ethereum/docs-fixed | Alex Beregszaszi | 2017-08-17 | 3 | -4/+6 |
|\ \ \ | | | | | | | | | Update grammar/docs for current fixed point types | ||||
| * | | | Add proper warning for fixed point types | Alex Beregszaszi | 2017-08-16 | 1 | -1/+3 |
| | | | | |||||
| * | | | Fix the grammar for fixed point types | Alex Beregszaszi | 2017-08-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix ABI for fixed types | Alex Beregszaszi | 2017-08-16 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2754 from ethereum/isdeclaredconst | Alex Beregszaszi | 2017-08-17 | 8 | -39/+42 |
|\ \ \ | | | | | | | | | Use statemutability instead of isDeclaredConst | ||||
| * | | | Remove isDeclaredConst() from functions | Alex Beregszaszi | 2017-08-17 | 3 | -5/+3 |
| | | | | |||||
| * | | | Add statemutability to AST JSON | Alex Beregszaszi | 2017-08-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | Use state mutability in override error messages | Alex Beregszaszi | 2017-08-17 | 2 | -15/+14 |
| | | | | |||||
| * | | | Use state mutability in fallback/constructor check | Alex Beregszaszi | 2017-08-17 | 2 | -6/+16 |
| | | | | |||||
| * | | | FunctionType comparison/identifer to support all statemutability levels | Alex Beregszaszi | 2017-08-17 | 3 | -13/+7 |
|/ / / | |||||
* | | | Merge pull request #2758 from ethereum/warnShift | Alex Beregszaszi | 2017-08-16 | 3 | -2/+42 |
|\ \ \ | | | | | | | | | Warn about shift of literals. | ||||
| * | | | Warn about shift of literals. | chriseth | 2017-08-16 | 3 | -2/+42 |
|/ / / | |||||
* | | | Merge pull request #2751 from eyezick/patch-1 | chriseth | 2017-08-16 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Specify address as string on Events documentation | ||||
| * | | Update contracts.rst | chriseth | 2017-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | Specify address as string on events documentation | Isaac Ibiapina | 2017-08-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2659 from jamesray1/patch-25 | chriseth | 2017-08-15 | 1 | -0/+2 |
|\ \ | | | | | | | Link: members-of-addresses in docs/types.rst | ||||
| * | | Link: members-of-addresses | James Ray | 2017-07-28 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2664 from joshuahannan/develop | chriseth | 2017-08-15 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | added while loop description | ||||
| * | | | Wording. | chriseth | 2017-07-31 | 1 | -3/+2 |
| | | | | |||||
| * | | | added while loop description | Joshua Hannan | 2017-07-30 | 1 | -0/+15 |
| |/ / | |||||
* | | | Merge pull request #2660 from jamesray1/patch-26 | chriseth | 2017-08-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Constructor index in docs/contracts.rst | ||||
| * | | | Constructor is not a solidity keyword | James Ray | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Removed backticks | ||||
| * | | | Constructor index | James Ray | 2017-07-28 | 1 | -2/+2 |
| |/ / | | | | | | | For referencing, especially when it hasn't been mentioned but not discussed in detail previously e.g. here and here. | ||||
* | | | Merge pull request #2732 from ethereum/statemutability-abi | chriseth | 2017-08-15 | 4 | -1/+60 |
|\ \ \ | | | | | | | | | Add statemutability field to ABI | ||||
| * | | | Add test for payable constructor in ABI | Alex Beregszaszi | 2017-08-15 | 1 | -0/+31 |
| | | | | |||||
| * | | | Add statemutability field to the ABI | Alex Beregszaszi | 2017-08-15 | 4 | -1/+29 |
| | | | | |||||
* | | | | Merge pull request #2744 from feliam/patch-2 | chriseth | 2017-08-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Update installing-solidity.rst | ||||
| * | | | Update installing-solidity.rst | feliam | 2017-08-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #2743 from ethereum/preventStackOverflow | Alex Beregszaszi | 2017-08-15 | 4 | -0/+119 |
|\ \ \ \ | |/ / / |/| | | | Prevent stack overflow due to recursion in parser | ||||
| * | | | Prevent too deep recursion in parser. | chriseth | 2017-08-15 | 4 | -0/+95 |
| | | | | |||||
| * | | | Tests for recursion exploit in parser. | chriseth | 2017-08-15 | 1 | -0/+24 |
| | | | | |||||
* | | | | Merge pull request #2735 from stuwest/fix/typo-in-intro-doc | chriseth | 2017-08-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | docs typo: remove duplicate period and unnecessary spaces in intro | ||||
| * | | | docs typo: remove duplicate period and unnecessary spaces in intro | Stu West | 2017-08-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #2704 from ethereum/newEncoder | chriseth | 2017-08-14 | 13 | -72/+1530 |
|\ \ \ \ | | | | | | | | | | | New ABI encoder | ||||
| * | | | | Test both encoders. | chriseth | 2017-08-14 | 1 | -77/+137 |
| | | | | | |||||
| * | | | | Experimental feature switch for ABI encoder. | chriseth | 2017-08-14 | 4 | -4/+16 |
| | | | | | |||||
| * | | | | Remove unused magic global feature. | chriseth | 2017-08-14 | 2 | -10/+2 |
| | | | | | |||||
| * | | | | ABI encoder tests. | chriseth | 2017-08-14 | 2 | -2/+105 |
| | | | | | |||||
| * | | | | Interface for new ABI encoder. | chriseth | 2017-08-14 | 2 | -0/+40 |
| | | | | | |||||
| * | | | | New ABI encoder. | chriseth | 2017-08-14 | 2 | -0/+1246 |
| | | | | | |||||
| * | | | | Helpers. | chriseth | 2017-08-14 | 2 | -1/+8 |
| | | | | | |||||
| * | | | | Allow multi-dimensional arrays in interfaces. | chriseth | 2017-08-14 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | Merge pull request #2722 from ethereum/statemutability | Alex Beregszaszi | 2017-08-14 | 12 | -105/+141 |
|\ \ \ \ \ | |/ / / / |/| | | | | Introduce state mutability (to replace const/payable) | ||||
| * | | | | Remove constant/payable in all function types | Alex Beregszaszi | 2017-08-14 | 3 | -31/+16 |
| | | | | | |||||
| * | | | | Remove useless payable & constant typecheck | Alex Beregszaszi | 2017-08-14 | 2 | -11/+0 |
| | | | | | |||||
| * | | | | Update parser tests | Alex Beregszaszi | 2017-08-14 | 1 | -8/+9 |
| | | | | | |||||
| * | | | | Replace constant/payable with StateMutability in AST | Alex Beregszaszi | 2017-08-14 | 8 | -68/+129 |
|/ / / / | |||||
* | | | | Merge pull request #2703 from ethereum/warnAboutLargeStorageArrays | chriseth | 2017-08-14 | 4 | -0/+97 |
|\ \ \ \ | |/ / / |/| | | | Warn about large storage structures. | ||||
| * | | | Warn about large storage structures. | chriseth | 2017-08-12 | 4 | -0/+97 |
| | | | | |||||
* | | | | Merge pull request #2581 from federicobond/improve-override-error | Alex Beregszaszi | 2017-08-12 | 7 | -23/+70 |
|\ \ \ \ | |/ / / |/| | | | Improve override function error messages | ||||
| * | | | Avoid duplicate errors due to function overrides | Federico Bond | 2017-08-12 | 1 | -5/+5 |
| | | | |