Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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. | chriseth | 2017-08-29 | 3 | -223/+275 | |
* | | | | | Merge pull request #2833 from ethereum/statemutability-builtins | chriseth | 2017-08-29 | 5 | -22/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | 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 | 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 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 | 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 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 | 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. | chriseth | 2017-08-28 | 3 | -1/+18 | |
* | | | Merge pull request #2831 from ethereum/docs | Alex Beregszaszi | 2017-08-28 | 7 | -23/+30 | |
|\ \ \ | ||||||
| * | | | 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 | 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 | 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) | Alex Beregszaszi | 2017-08-25 | 1 | -0/+3 | |
* | | | Merge pull request #2811 from ethereum/cleanupvectorref | Alex Beregszaszi | 2017-08-26 | 2 | -32/+9 | |
|\ \ \ | ||||||
| * | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | 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 of FixedHash.h | chriseth | 2017-08-25 | 2 | -139/+8 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #2765 from ethereum/emscripten | chriseth | 2017-08-25 | 1 | -17/+8 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 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 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 | |
|\ \ \ | ||||||
| * | | | 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. | 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 | 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 | Alex Beregszaszi | 2017-08-25 | 2 | -28/+1 | |
* | | | | Merge pull request #2792 from ethereum/statemutability-docs | chriseth | 2017-08-25 | 2 | -4/+22 | |
|\ \ \ \ | ||||||
| * | | | | 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 | chriseth | 2017-08-25 | 1 | -7/+2 | |
| |/ / | ||||||
* | | | Merge pull request #2657 from ethereum/jumpdest-remover | Alex Beregszaszi | 2017-08-25 | 9 | -22/+243 | |
|\ \ \ | ||||||
| * | | | 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 | Alex Beregszaszi | 2017-08-25 | 1 | -9/+10 | |
* | | | | Merge pull request #2805 from ethereum/release | chriseth | 2017-08-25 | 0 | -0/+0 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | Merge pull request #2802 from ethereum/develop | chriseth | 2017-08-25 | 137 | -1886/+5297 | |
| |\| | ||||||
* | | | Merge pull request #2803 from ethereum/incrementVersion | chriseth | 2017-08-25 | 2 | -1/+7 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | 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. | 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. | 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 | 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 | Chim Kan | 2017-08-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #2745 from ethereum/statemutability-pure | Alex Beregszaszi | 2017-08-24 | 14 | -13/+107 | |
|\ \ | ||||||
| * | | 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 | Nick Savers | 2017-08-24 | 1 | -1/+1 | |
* | | | Merge pull request #2781 from ethereum/compiler-flags | chriseth | 2017-08-24 | 1 | -33/+12 | |
|\ \ \ | ||||||
| * | | | 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. | chriseth | 2017-08-24 | 1 | -3/+13 | |
|/ / | ||||||
* | | Merge pull request #2770 from ethereum/recursionInAsm | chriseth | 2017-08-24 | 8 | -39/+71 | |
|\ \ | ||||||
| * | | 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 | Chim Kan | 2017-08-24 | 1 | -1/+1 | |
* | | | | Merge pull request #2790 from elopio/snap-z3 | chriseth | 2017-08-24 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | 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 | Paweł Bylica | 2017-08-24 | 1 | -5/+3 | |
|/ / / | ||||||
* | | | Merge pull request #2538 from ethereum/z3Conditions | Alex Beregszaszi | 2017-08-24 | 21 | -52/+1503 | |
|\ \ \ | ||||||
| * | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 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 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | |
|\ \ \ | ||||||
| * | | | 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 | |
| * | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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. | chriseth | 2017-08-22 | 7 | -40/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #2734 from ethereum/reject-create-interface | Alex Beregszaszi | 2017-08-22 | 4 | -1/+46 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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. | 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 | 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 | Alex Beregszaszi | 2017-08-16 | 6 | -58/+59 | |
* | | | | Merge pull request #2763 from ethereum/library-constructor | chriseth | 2017-08-21 | 3 | -1/+15 | |
|\ \ \ \ | ||||||
| * \ \ \ | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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. | 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 | Paweł Bylica | 2017-08-17 | 1 | -0/+10 | |
|/ / / | ||||||
* | | | Merge pull request #2654 from ethereum/docs-fixed | Alex Beregszaszi | 2017-08-17 | 3 | -4/+6 | |
|\ \ \ | ||||||
| * | | | 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 | |
|\ \ \ | ||||||
| * | | | 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. | chriseth | 2017-08-16 | 3 | -2/+42 | |
|/ / / | ||||||
* | | | Merge pull request #2751 from eyezick/patch-1 | chriseth | 2017-08-16 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | James Ray | 2017-07-28 | 1 | -0/+2 | |
* | | | Merge pull request #2664 from joshuahannan/develop | chriseth | 2017-08-15 | 1 | -0/+14 | |
|\ \ \ | ||||||
| * | | | 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 is not a solidity keyword | James Ray | 2017-07-28 | 1 | -1/+1 | |
| * | | | Constructor index | James Ray | 2017-07-28 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Merge pull request #2732 from ethereum/statemutability-abi | chriseth | 2017-08-15 | 4 | -1/+60 | |
|\ \ \ | ||||||
| * | | | 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 | feliam | 2017-08-15 | 1 | -1/+1 | |
* | | | | Merge pull request #2743 from ethereum/preventStackOverflow | Alex Beregszaszi | 2017-08-15 | 4 | -0/+119 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | Stu West | 2017-08-13 | 1 | -1/+1 | |
* | | | | Merge pull request #2704 from ethereum/newEncoder | chriseth | 2017-08-14 | 13 | -72/+1530 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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. | chriseth | 2017-08-12 | 4 | -0/+97 | |
* | | | | Merge pull request #2581 from federicobond/improve-override-error | Alex Beregszaszi | 2017-08-12 | 7 | -23/+70 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Avoid duplicate errors due to function overrides | Federico Bond | 2017-08-12 | 1 | -5/+5 | |
| * | | | Use a secondary location for function override errors | Federico Bond | 2017-08-12 | 3 | -26/+18 | |
| * | | | Refactor function override check to remove duplicate logic | Federico Bond | 2017-08-12 | 2 | -47/+50 | |
| * | | | Improve and add missing tests | Federico Bond | 2017-08-12 | 1 | -6/+15 | |
| * | | | Use fully qualified name of super in message | Federico Bond | 2017-08-12 | 3 | -4/+13 | |
| * | | | Improve override changes signature error message | Federico Bond | 2017-08-12 | 3 | -1/+35 | |
|/ / / | ||||||
* | | | Merge pull request #2714 from federicobond/enforce-tuple-commas | Alex Beregszaszi | 2017-08-12 | 3 | -2/+16 | |
|\ \ \ | ||||||
| * | | | Enforce commas in tuple syntax | Federico Bond | 2017-08-12 | 3 | -2/+16 | |
|/ / / | ||||||
* | | | Merge pull request #2486 from jamesray1/patch-22 | chriseth | 2017-08-12 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 | |
| * | | | ref getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 |