Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4067 from ethereum/050 | chriseth | 2018-05-24 | 25 | -113/+272 |
|\ | | | | | [BREAKING] Version 0.5.0 | ||||
| * | Remove merge blocker. | chriseth | 2018-05-17 | 1 | -9/+0 |
| | | |||||
| * | Merge pull request #4129 from ethereum/doWhileContinue | chriseth | 2018-05-17 | 6 | -24/+61 |
| |\ | | | | | | | | | | [BREAKING] Fix continue inside do-while. | ||||
| | * | Update control flow graph. | Daniel Kirchner | 2018-05-17 | 3 | -12/+23 |
| | | | |||||
| | * | Fix continue inside do-while. | Daniel Kirchner | 2018-05-17 | 3 | -12/+38 |
| |/ | |||||
| * | Merge pull request #4130 from ethereum/missedChangelog | chriseth | 2018-05-17 | 1 | -0/+2 |
| |\ | | | | | | | | | | Missed changelog entry. | ||||
| | * | Missed changelog entry. | chriseth | 2018-05-17 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #4091 from ethereum/bytesXuintYconversion | chriseth | 2018-05-17 | 16 | -44/+98 |
| |\ | | | | | | | | | | [BREAKING] Disallow conversions between bytesX and uintY of different size. | ||||
| | * | Adjust tests. | Daniel Kirchner | 2018-05-17 | 5 | -25/+25 |
| | | | |||||
| | * | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 12 | -19/+73 |
| |/ | |||||
| * | Merge pull request #4043 from ethereum/bool_vars_comparison | chriseth | 2018-05-17 | 5 | -36/+58 |
| |\ | | | | | | | | | | Bool vars comparison | ||||
| | * | Add syntax tests and Changelog entry | Leonardo Alt | 2018-05-17 | 2 | -1/+56 |
| | | | |||||
| | * | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-05-17 | 3 | -35/+2 |
| |/ | |||||
| * | Merge pull request #3987 from ethereum/solc_remove_stdin | chriseth | 2018-05-17 | 3 | -10/+50 |
| |\ | | | | | | | | | | BREAKING Solc: read from stdin only if "-" is explicitly given | ||||
| | * | Read from stdin only if - is explicitly given | Leonardo Alt | 2018-05-07 | 2 | -10/+43 |
| | | | |||||
| | * | Update circle.yml | chriseth | 2018-05-04 | 1 | -1/+1 |
| | | | |||||
| | * | Add merge blocker. | chriseth | 2018-05-04 | 1 | -0/+9 |
| | | | |||||
| | * | Initial changelog for version 0.5.0. | chriseth | 2018-05-04 | 1 | -0/+8 |
| | | | |||||
| * | | Add merge blocker. | chriseth | 2018-05-17 | 1 | -0/+9 |
| | | | |||||
| * | | Initial changelog for version 0.5.0. | chriseth | 2018-05-17 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #4177 from ethereum/name-and-type-comments | chriseth | 2018-05-23 | 1 | -43/+46 |
|\ \ \ | | | | | | | | | Move comments into test sources in SolidityNameAndTypeResolution | ||||
| * | | | Move comments into test sources in SolidityNameAndTypeResolution | Alex Beregszaszi | 2018-05-23 | 1 | -43/+46 |
|/ / / | |||||
* | | | Merge pull request #4157 from ethereum/parser-tests | chriseth | 2018-05-23 | 55 | -642/+458 |
|\ \ \ | | | | | | | | | Move more parser tests to syntax tests | ||||
| * | | | Move more parser tests to syntax tests | Alex Beregszaszi | 2018-05-22 | 55 | -642/+458 |
| | | | | |||||
* | | | | Merge pull request #4175 from FlashSheridan/patch-1 | chriseth | 2018-05-23 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Minor changes to make the English more idiomatic | ||||
| * | | | | Minor changes to make the English more idiomatic | Flash Sheridan | 2018-05-23 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #4171 from LefterisJP/fix_typo_buildinfo_cmake | chriseth | 2018-05-23 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix a typo in Buildinfo.cmake | ||||
| * | | | Fix a typo in Buildinfo.cmake | Lefteris Karapetsas | 2018-05-22 | 1 | -1/+1 |
|/ / / | | | | | | | | | | The file should be prelease.txt and not preleases.txt | ||||
* | | | Merge pull request #4163 from sifmelcara/fix-visibility-assert | chriseth | 2018-05-21 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix assert message about function visibility | ||||
| * | | | Fix assert message about function visibility | mingchuan | 2018-05-20 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #4160 from ethereum/jsoncpp-libdir | chriseth | 2018-05-18 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | CMake: Fix libdir for jsoncpp external project in special case | ||||
| * | | | CMake: Fix libdir for jsoncpp external project in special case | Paweł Bylica | 2018-05-17 | 1 | -1/+7 |
| |/ / | | | | | | | | | | When building on Debian/Ubuntu with install prefix /usr (e.g. in PPA builds) the CMAKE_INSTALL_LIBDIR is resolved to lib/x86_64-linux-gnu. For jsoncpp external project this is never the case because the install prefix is not /usr. Remove multiarch part from libdir if there. | ||||
* | | | Merge pull request #4150 from ethereum/isoltest | chriseth | 2018-05-18 | 5 | -40/+78 |
|\ \ \ | | | | | | | | | Tidy up tests to always have closing braces on the proper line | ||||
| * | | | Fix source location assertion in isoltest | Alex Beregszaszi | 2018-05-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | Tidy up tests to always have closing braces on the proper line | Alex Beregszaszi | 2018-05-16 | 4 | -38/+76 |
| | | | | |||||
* | | | | Merge pull request #4154 from juliusHuelsmann/fix-warnings-and-arch-install | Alex Beregszaszi | 2018-05-17 | 3 | -7/+8 |
|\ \ \ \ | |_|/ / |/| | | | Fix 3 warnings for gcc8.1, altered `install_deps.sh` for Arch Linux | ||||
| * | | | Avoid "unneccesary parentheses in declaration of" warning with keeping a ↵ | Julius Huelsmann | 2018-05-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | temporary variable. | ||||
| * | | | Do not catch exceptions by value in StandardCompiler | Julius Huelsmann | 2018-05-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix install_deps.sh script for Arch Linux. | Julius Huelsmann | 2018-05-17 | 1 | -4/+3 |
|/ / / | | | | | | | | | | Also added cvc4 as dependency. | ||||
* | | | Merge pull request #4153 from ethereum/release | chriseth | 2018-05-17 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | Merge release back into develop. | ||||
| * | | | Merge pull request #4148 from ethereum/develop | chriseth | 2018-05-16 | 254 | -1598/+4902 |
| |\| | | | | | | | | | | Merge develop into release for 0.4.24 | ||||
* | | | | Merge pull request #4152 from ethereum/incrementVersion | chriseth | 2018-05-17 | 2 | -1/+5 |
|\ \ \ \ | |_|/ / |/| | | | Set version to 0.4.25 - tentatively. | ||||
| * | | | Set version to 0.4.25 - tentatively. | chriseth | 2018-05-16 | 2 | -1/+5 |
|/ / / | |||||
* | | | Merge pull request #4146 from ethereum/prepare0424 | chriseth | 2018-05-16 | 2 | -9/+15 |
|\ \ \ | | | | | | | | | Split changelog into language and compiler features and set release date. | ||||
| * | | | Split changelog into language and compiler features and set release date. | chriseth | 2018-05-16 | 2 | -9/+15 |
| | | | | |||||
* | | | | Merge pull request #4147 from ethereum/hash-non-bytes-arg | chriseth | 2018-05-16 | 8 | -28/+48 |
|\ \ \ \ | |/ / / |/| | | | Split warning for multi arguments for hash functions | ||||
| * | | | Split warning for multi arguments for hash functions | Alex Beregszaszi | 2018-05-16 | 8 | -28/+48 |
|/ / / | |||||
* | | | Merge pull request #4138 from ethereum/warnVarArgs | chriseth | 2018-05-16 | 16 | -10/+129 |
|\ \ \ | | | | | | | | | Warn when hash functions are used with var arguments | ||||
| * | | | Add test for single non-bytes argument. | chriseth | 2018-05-16 | 1 | -0/+12 |
| | | | | |||||
| * | | | Adjust tests. | chriseth | 2018-05-16 | 11 | -10/+28 |
| | | | | |||||
| * | | | Warn/enforce single bytes argument for certain builtins (hashing functions). | chriseth | 2018-05-16 | 3 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | In 0.5.0 mode, only accept a single bytes argument for ``.call``, ``keccak256`` and others and do not pad when encoding. | ||||
| * | | | Add test for forwarding length check. | chriseth | 2018-05-16 | 1 | -0/+45 |
| | | | | |||||
* | | | | Merge pull request #4101 from mesqueeb/patch-2 | chriseth | 2018-05-16 | 1 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | Extra line of explanation on Abstract contracts. | ||||
| * | | | fixed capitalisation and contractions | Luca Ban | 2018-05-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Extra line of explanation on Abstract contracts. | Luca Ban | 2018-05-09 | 1 | -0/+2 |
| | | | | | | | | | | | | And why they're useful. | ||||
* | | | | Merge pull request #4145 from ethereum/more-parser-test-moves | chriseth | 2018-05-16 | 12 | -132/+102 |
|\ \ \ \ | | | | | | | | | | | Move couple of parser tests to syntax tests. | ||||
| * | | | | Move couple of parser tests to syntax tests. | Alex Beregszaszi | 2018-05-16 | 12 | -132/+102 |
| | | | | | |||||
* | | | | | Merge pull request #4144 from ethereum/julia-docs-fix | chriseth | 2018-05-16 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix formatting in Julia chapter | ||||
| * | | | | | Fix formatting in Julia chapter | Alex Beregszaszi | 2018-05-16 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #4004 from ethereum/mulitVariableAssignment | chriseth | 2018-05-16 | 15 | -23/+200 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Multi variable declarations | ||||
| * | | | | | Add assert about source location. | chriseth | 2018-05-16 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Update documentation for multi variable declaration statement. | chriseth | 2018-05-16 | 4 | -15/+16 |
| | | | | | | |||||
| * | | | | | Add tests for multi variable declaration statement. | chriseth | 2018-05-16 | 9 | -0/+107 |
| | | | | | | |||||
| * | | | | | Parse multi variable declaration statement. | chriseth | 2018-05-16 | 2 | -8/+76 |
|/ / / / / | |||||
* | | | | | Merge pull request #4139 from ethereum/abiEncodeIsPure | chriseth | 2018-05-15 | 5 | -3/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | ABI encoding functions are pure and should be usable in constants. | ||||
| * | | | | | ABI encoding functions are pure and should be usable in constants. | chriseth | 2018-05-15 | 5 | -3/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #4142 from aarlt/osx-clang-stack | chriseth | 2018-05-15 | 1 | -2/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | cmake/EthCompilerSettings.cmake: increase stacksize for apple clang | ||||
| * | | | | | | cmake/EthCompilerSettings.cmake: increase stacksize for apple clang | Alexander Arlt | 2018-05-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - normally 16MB is enough to run all tests, but it will exceed the stack, if -DSANITIZE=address is used. | ||||
* | | | | | | | Merge pull request #4143 from aarlt/jsoncpp-system-header | chriseth | 2018-05-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Mark jsoncpp-headers as system headers | ||||
| * | | | | | | Mark jsoncpp-headers as system headers | Alexander Arlt | 2018-05-15 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3947 from ethereum/smt_storage | chriseth | 2018-05-15 | 5 | -5/+121 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [SMTChecker] Support to integer and Bool storage vars | ||||
| * | | | | | Testing state vars that are declared after functions that use them | Leonardo Alt | 2018-05-15 | 1 | -4/+3 |
| | | | | | | |||||
| * | | | | | [SMTChecker] Declaring all state vars before any function is visited | Leonardo Alt | 2018-05-15 | 4 | -3/+27 |
| | | | | | | |||||
| * | | | | | [SMTChecker] Support to integer and Bool storage vars | Leonardo Alt | 2018-05-15 | 5 | -5/+98 |
| | | | | | | |||||
* | | | | | | Merge pull request #4062 from ethereum/revert-variable | chriseth | 2018-05-15 | 4 | -2/+45 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix revert with reason coming from a string variable | ||||
| * | | | | | | Fix revert with reason coming from a string variable | Alex Beregszaszi | 2018-05-09 | 4 | -2/+45 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3953 from ethereum/noemscriptentestsontravis | chriseth | 2018-05-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Do not run emscripten tests on travis. | ||||
| * | | | | | | Do not run emscripten tests on travis. | chriseth | 2018-04-20 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4133 from ethereum/addRequirements | chriseth | 2018-05-15 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add requirements.txt for readthedocs. | ||||
| * | | | | | | | Add requirements.txt for readthedocs. | chriseth | 2018-05-15 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4132 from ethereum/useAbsPathInLexerImport | chriseth | 2018-05-15 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Do not depend on where build is run. | ||||
| * | | | | | | | Do not depend on where build is run. | chriseth | 2018-05-15 | 1 | -1/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4057 from ethereum/cfg | chriseth | 2018-05-15 | 31 | -0/+1419 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Control flow graph for uninitialized storage return detection. | ||||
| * | | | | | | | Add Changelog entry. | Daniel Kirchner | 2018-05-15 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Add test for default location. | Daniel Kirchner | 2018-05-15 | 1 | -0/+19 |
| | | | | | | | | |||||
| * | | | | | | | Add control flow analyzer and test for uninitialized storage returns. | Daniel Kirchner | 2018-05-15 | 25 | -0/+592 |
| | | | | | | | | |||||
| * | | | | | | | Add control flow graph. | Daniel Kirchner | 2018-05-15 | 5 | -0/+806 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3238 from ethereum/julia-specs | chriseth | 2018-05-15 | 1 | -16/+36 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Add logic builtins to Julia and update type conversion prototypes | ||||
| * | | | | | | | Describe rule for type conversion functions in Julia | Alex Beregszaszi | 2018-05-09 | 1 | -6/+9 |
| | | | | | | | | |||||
| * | | | | | | | Remove stop() as it is the same as return(0,0) in Julia sepcs | Alex Beregszaszi | 2018-05-09 | 1 | -4/+0 |
| | | | | | | | | |||||
| * | | | | | | | Add logic builtins to Julia and fix some typos | Alex Beregszaszi | 2018-05-09 | 1 | -11/+32 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4093 from ethereum/prepareDropConstantKeyword | chriseth | 2018-05-14 | 20 | -125/+110 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Prepare drop constant keyword. | ||||
| * | | | | | | | | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0. | Daniel Kirchner | 2018-05-11 | 1 | -7/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Replace constant with view in the tests. | Daniel Kirchner | 2018-05-09 | 13 | -107/+88 |
| | | | | | | | | | |||||
| * | | | | | | | | Replace constant with view in std/ contracts. | Daniel Kirchner | 2018-05-09 | 2 | -6/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Prefer view over constant in the documentation. | Daniel Kirchner | 2018-05-09 | 5 | -5/+9 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #4127 from sifmelcara/fix/boost-get-check | chriseth | 2018-05-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix wrong template parameter passed to boost::get | ||||
| * | | | | | | | | Fix wrong template parameter passed to boost::get | mingchuan | 2018-05-14 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4120 from sifmelcara/fix/shared-boost | chriseth | 2018-05-14 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix link error when linking to boost shared library | ||||
| * | | | | | | | | | Fix link error when using boost shared library | mingchuan | 2018-05-11 | 3 | -3/+3 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4095 from arun1595/macos-terminal-color | chriseth | 2018-05-11 | 1 | -2/+14 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Use xterm instead of dumb terminal | ||||
| * | | | | | | | | Add TERM environment variable for all jobs | Arun Kumar | 2018-05-10 | 1 | -2/+14 |
| | | | | | | | | | |||||
| * | | | | | | | | Use xterm instead of dumb terminal | Arun Kumar | 2018-05-09 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4114 from ethereum/asm-assert | chriseth | 2018-05-11 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | Assert that mandatory fields in the AST are present in AsmAnalysis | ||||
| * | | | | | | | | Assert that mandatory fields in the AST are present in AsmAnalysis | Alex Beregszaszi | 2018-05-10 | 1 | -0/+10 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4110 from ethereum/fewerlesscorrection | Alex Beregszaszi | 2018-05-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Less-fewer-correction. | ||||
| * | | | | | | | Less-fewer-correction. | chriseth | 2018-05-10 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4047 from ethereum/refactorToMulti | Alex Beregszaszi | 2018-05-09 | 2 | -38/+74 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Refactor to allow implementing multi variable declarations. | ||||
| * | | | | | | Assert integrity of empty IndexAccessPath structure. | chriseth | 2018-05-09 | 2 | -1/+11 |
| | | | | | | | |||||
| * | | | | | | Further refactor. | chriseth | 2018-05-09 | 2 | -17/+43 |
| | | | | | | | |||||
| * | | | | | | Refactor expression parser. | chriseth | 2018-05-09 | 2 | -21/+21 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4104 from ethereum/parserErrorSourceLocations | Alex Beregszaszi | 2018-05-09 | 33 | -59/+60 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Proper source locations for parser errors. | ||||
| * | | | | | | | Update test expectations. | Daniel Kirchner | 2018-05-09 | 31 | -57/+57 |
| | | | | | | | | |||||
| * | | | | | | | Use the entire token as source location for parser errors. | Daniel Kirchner | 2018-05-09 | 2 | -2/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4102 from ethereum/signedRightShiftTests | Alex Beregszaszi | 2018-05-09 | 1 | -0/+157 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add more tests for right shifts. | ||||
| * | | | | | | | Add more tests for right shifts. | Daniel Kirchner | 2018-05-09 | 1 | -0/+157 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #4100 from ethereum/julia-exceptions | Alex Beregszaszi | 2018-05-09 | 21 | -68/+88 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Avoid using solAssert in libjulia | ||||
| * | | | | | | Do not use solAssert within libjulia | Alex Beregszaszi | 2018-05-09 | 19 | -63/+53 |
| | | | | | | | |||||
| * | | | | | | Move Julia exceptions to libjulia/Exceptions.h | Alex Beregszaszi | 2018-05-09 | 2 | -5/+35 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3473 from ethereum/julia-main-func | Alex Beregszaszi | 2018-05-09 | 4 | -0/+192 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Introduce Julia filter to encapsulate top level Block as a FunctionDefinition | ||||
| * | | | | | Introduce Julia filter to encapsulate top level Block as a ↵ | Alex Beregszaszi | 2018-05-09 | 4 | -0/+192 |
|/ / / / / | | | | | | | | | | | | | | | | FunctionDefinition (wasm specific) | ||||
* | | | | | Merge pull request #4074 from elopio/docs/implicit-constructor | chriseth | 2018-05-09 | 1 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | docs: document the implicit call of base constructor without arguments | ||||
| * | | | | | document that all the base constructors are called | Leo Arias | 2018-05-09 | 1 | -4/+5 |
| | | | | | | |||||
| * | | | | | docs: document the implicit call of base constructor without arguments | Leo Arias | 2018-05-06 | 1 | -2/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #4082 from androlo/develop | chriseth | 2018-05-09 | 1 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | change assert and require docs | ||||
| * | | | | | change assert and require docs | Andreas Olofsson | 2018-05-07 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #4054 from ethereum/token-names | chriseth | 2018-05-09 | 25 | -70/+71 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve parser error messages | ||||
| * | | | | | | Update parser test expectations | Alex Beregszaszi | 2018-05-04 | 20 | -37/+37 |
| | | | | | | | |||||
| * | | | | | | Have more uniform parser errors | Alex Beregszaszi | 2018-05-04 | 2 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | More user friendly output in case of Identifier and Token keywords | Alex Beregszaszi | 2018-05-04 | 1 | -16/+17 |
| | | | | | | | |||||
| * | | | | | | Remove code duplication in expectToken | Alex Beregszaszi | 2018-05-04 | 1 | -23/+11 |
| | | | | | | | |||||
| * | | | | | | Introduce Token::friendlyName() helper | Alex Beregszaszi | 2018-05-04 | 2 | -5/+16 |
| | | | | | | | |||||
| * | | | | | | Display nicer error messages in the parser (display tokens and not internal ↵ | Alex Beregszaszi | 2018-05-04 | 2 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | names) | ||||
* | | | | | | | Merge pull request #4068 from ethereum/gasEstimatorPerformance | chriseth | 2018-05-09 | 4 | -5/+65 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Gas estimator performance | ||||
| * | | | | | | | Test with high path complexity. | chriseth | 2018-05-09 | 1 | -0/+40 |
| | | | | | | | | |||||
| * | | | | | | | Follow highest gas usage only for gas estimation. | chriseth | 2018-05-09 | 3 | -5/+25 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #4094 from ethereum/disambiguator-cleanup | chriseth | 2018-05-09 | 2 | -12/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Use NameDispenser in Disambiguator | ||||
| * | | | | | | Use NameDispenser in Disambiguator | Alex Beregszaszi | 2018-05-09 | 2 | -12/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4056 from ethereum/safetupleassignment | Alex Beregszaszi | 2018-05-09 | 14 | -89/+170 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Deprecate wildcard assignments. | ||||
| * | | | | | | Update documentation. | chriseth | 2018-05-08 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | New tests for wildcard assignments. | chriseth | 2018-05-08 | 5 | -0/+66 |
| | | | | | | | |||||
| * | | | | | | Remove deprecated syntax from a test | chriseth | 2018-05-08 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Extract tests. | chriseth | 2018-05-08 | 6 | -74/+47 |
| | | | | | | | |||||
| * | | | | | | Deprecate wildcard assignments. | chriseth | 2018-05-08 | 2 | -8/+50 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4075 from elopio/docs/new-constructor | chriseth | 2018-05-08 | 1 | -4/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | docs: update the explanation of constructor | ||||
| * | | | | | | docs: update the explanation of constructor | Leo Arias | 2018-05-06 | 1 | -4/+4 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #4052 from kylewu/vs-2017-build | chriseth | 2018-05-08 | 2 | -4/+19 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | run both vs 2015 and vs 2017 in appveyor | ||||
| * | | | | | release only on vs2017 | Wenbin Wu | 2018-05-05 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | remove variables | GuessWho | 2018-05-03 | 1 | -6/+4 |
| | | | | | | |||||
| * | | | | | Update appveyor.yml | Wenbin Wu | 2018-05-03 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | run both vs 2015 and vs 2017 in appveyor | GuessWho | 2018-05-03 | 2 | -4/+22 |
| | | | | | | |||||
* | | | | | | Merge pull request #3256 from ethereum/fullInliner | chriseth | 2018-05-07 | 7 | -15/+676 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Full inliner | ||||
| * | | | | | | Fix test case strings. | chriseth | 2018-05-02 | 1 | -102/+102 |
| | | | | | | | |||||
| * | | | | | | Optimize number of moves. | chriseth | 2018-05-02 | 1 | -8/+14 |
| | | | | | | | |||||
| * | | | | | | Assert function hoister and grouper has been used. | chriseth | 2018-05-02 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Move NameDispenser into its own file. | chriseth | 2018-05-02 | 4 | -20/+76 |
| | | | | | | | |||||
| * | | | | | | Test the removal of the result variable. | chriseth | 2018-05-02 | 1 | -0/+30 |
| | | | | | | | |||||
| * | | | | | | Extend pop(0)-remover to any movable expression. | chriseth | 2018-05-02 | 1 | -4/+3 |
| | | | | | | | |||||
| * | | | | | | Replace pop(0)-statements by empty blocks. | chriseth | 2018-05-02 | 2 | -0/+20 |
| | | | | | | | |||||
| * | | | | | | Inline functions returning nothing. | chriseth | 2018-05-02 | 2 | -10/+25 |
| | | | | | | | |||||
| * | | | | | | Tests. | chriseth | 2018-05-02 | 1 | -11/+125 |
| | | | | | | | |||||
| * | | | | | | Full inliner. | chriseth | 2018-05-02 | 2 | -0/+417 |
| | | | | | | | |||||
| * | | | | | | Use hoisting. | chriseth | 2018-05-02 | 2 | -4/+6 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4077 from njwest/grammar-fix | chriseth | 2018-05-07 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | fixed grammar in error in CompilerUtils.cpp line 399, 'less variables… | ||||
| * | | | | | | fixed grammar in error in CompilerUtils.cpp line 399, 'less variables.' ↵ | njwest | 2018-05-07 | 1 | -3/+3 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | should be 'fewer variables.' | ||||
* | | | | | | Merge pull request #3386 from nisdas/abi-spec-documentation | chriseth | 2018-05-04 | 1 | -7/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed typos in abi-spec documentation | ||||
| * | | | | | | Clarify components of X | chriseth | 2018-05-04 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | Fixed typos in abi-spec documentation | nisdas | 2018-05-04 | 1 | -3/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4063 from ethereum/emit-non-event | chriseth | 2018-05-04 | 3 | -0/+12 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Show proper error when trying to emit a non-event | ||||
| * | | | | | Show proper error when trying to emit a non-event | Alex Beregszaszi | 2018-05-04 | 3 | -0/+12 |
| | | | | | | |||||
* | | | | | | Merge pull request #4059 from ethereum/parser-simplify | chriseth | 2018-05-04 | 13 | -48/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Simplify the parser expectations | ||||
| * | | | | | | Simplify expectIdentifierToken by using expectToken | Alex Beregszaszi | 2018-05-04 | 13 | -33/+16 |
| | | | | | | | |||||
| * | | | | | | Remove useless helper expectAssignmentOperator in parser | Alex Beregszaszi | 2018-05-04 | 2 | -15/+2 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4038 from danieljoonlee/develop | Alex Beregszaszi | 2018-05-04 | 4 | -24/+24 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Change m_bytes to unsigned in FixedBytesType | ||||
| * | | | | | Change bytes to unsigned in FixedBytesType | daniel | 2018-05-04 | 3 | -8/+7 |
| | | | | | | |||||
| * | | | | | Change numBits to unsigned IntegerType | Alex Beregszaszi | 2018-05-03 | 3 | -9/+10 |
| | | | | | | |||||
| * | | | | | Change totalBits and fractionalDigits to unsigned in FixedPointType | Alex Beregszaszi | 2018-05-03 | 2 | -8/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #4041 from kylewu/3764-vs-2017 | chriseth | 2018-05-03 | 1 | -11/+30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update windows build docs | ||||
| * | | | | | | vs 2017 in install doc | GuessWho | 2018-05-02 | 1 | -11/+30 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #4053 from ethereum/parser-syntax-tests | chriseth | 2018-05-03 | 30 | -319/+183 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Move some parser tests to syntax tests | ||||
| * | | | | | Move some parser tests to syntax tests | Alex Beregszaszi | 2018-05-03 | 30 | -319/+183 |
| |/ / / / | |||||
* | | | | | Merge pull request #4046 from ethereum/deprecateYears | Alex Beregszaszi | 2018-05-03 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | State that years has been deprecated. | ||||
| * | | | | | State that years has been deprecated. | chriseth | 2018-05-02 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #4048 from JonnyBurger/develop | chriseth | 2018-05-02 | 2 | -4/+10 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Improve documentation and CLI help for `--run` parameter | ||||
| * | | | | | Improve documentation and CLI help for `--run` parameter | Jonny Burger | 2018-05-02 | 2 | -4/+10 |
| | | | | | | |||||
* | | | | | | Merge pull request #4028 from ethereum/asm-tags-32bit | chriseth | 2018-05-02 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Restrict assembly tags to 32-bit | ||||
| * | | | | | Restrict assembly tags to 32-bit | Alex Beregszaszi | 2018-05-01 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3797 from ethereum/shift-constantinople | chriseth | 2018-05-02 | 10 | -55/+126 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Use native shift instructions on Constantinople | ||||
| * | | | | | Update source location test expectations | Alex Beregszaszi | 2018-05-01 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | Support shifts in gas estimator | Alex Beregszaszi | 2018-05-01 | 1 | -5/+14 |
| | | | | | | |||||
| * | | | | | Removed signed shift right from the utilities. | chriseth | 2018-05-01 | 6 | -24/+24 |
| | | | | | | |||||
| * | | | | | Do not use SAR instead of SDIV in shifts because it rounds differently | Alex Beregszaszi | 2018-05-01 | 3 | -7/+10 |
| | | | | | | |||||
| * | | | | | Use native shift instructions in ABIFunctions on Constantinople | Alex Beregszaszi | 2018-05-01 | 3 | -26/+70 |
| | | | | | | |||||
| * | | | | | Use native shift instructions on Constantinople | Alex Beregszaszi | 2018-05-01 | 3 | -4/+20 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4000 from ethereum/circleMacOS | chriseth | 2018-05-02 | 2 | -37/+100 |
|\ \ \ \ \ | | | | | | | | | | | | | macOS on CircleCI | ||||
| * | | | | | Rename and compress. | chriseth | 2018-05-02 | 1 | -25/+14 |
| | | | | | | |||||
| * | | | | | Adds CircleCI config for macOS. | Erik Kundt | 2018-05-01 | 2 | -33/+107 |
| |/ / / / | | | | | | | | | | | | | | | | Does not run ipc and smt tests. | ||||
* | | | | | Merge pull request #4042 from ethereum/revert-4003-bool_vars_comparison | chriseth | 2018-05-02 | 5 | -60/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | Revert "BREAKING: Bool variables should not allow arithmetic comparison" | ||||
| * | | | | | Revert "BREAKING: Bool variables should not allow arithmetic comparison" | chriseth | 2018-05-02 | 5 | -60/+35 |
|/ / / / / | |||||
* | | | | | Merge pull request #4003 from ethereum/bool_vars_comparison | chriseth | 2018-05-02 | 5 | -35/+60 |
|\ \ \ \ \ | | | | | | | | | | | | | BREAKING: Bool variables should not allow arithmetic comparison | ||||
| * | | | | | Add syntax tests and Changelog entry | Leonardo Alt | 2018-04-27 | 2 | -0/+58 |
| | | | | | | |||||
| * | | | | | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-04-27 | 3 | -35/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3992 from davesque/improve-abi-spec | chriseth | 2018-05-02 | 1 | -4/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | A couple of ABI spec improvements | ||||
| * | | | | | | Make index notation more consistent | David Sanders | 2018-04-25 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Add note about zero-tuples | David Sanders | 2018-04-25 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4040 from aarlt/virtual-destructors | chriseth | 2018-05-02 | 11 | -0/+19 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Add virtual destructors on base classes. | ||||
| * | | | | | | Add virtual destructors on base classes. | Alexander Arlt | 2018-05-02 | 11 | -0/+19 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4026 from ethereum/prepareyul | Alex Beregszaszi | 2018-05-01 | 1 | -258/+14 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Remove desugaring | ||||
| * | | | | | Remove desugaring | chriseth | 2018-05-01 | 1 | -258/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #3996 from ethereum/refactorParser | chriseth | 2018-05-01 | 2 | -66/+73 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Refactor parser. | ||||
| * | | | | | | Refactor parser. | chriseth | 2018-04-26 | 2 | -66/+73 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #4018 from ethereum/disable-bytes0 | chriseth | 2018-05-01 | 7 | -13/+66 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Disable FixedBytesType(0) aka bytes0 | ||||
| * | | | | | | Remove unused function smallestTypeForLiteral | Alex Beregszaszi | 2018-04-30 | 2 | -11/+0 |
| | | | | | | | |||||
| * | | | | | | Add syntax tests for bytesM | Alex Beregszaszi | 2018-04-30 | 5 | -0/+62 |
| | | | | | | | |||||
| * | | | | | | Disable FixedBytesType(0) aka bytes0 | Alex Beregszaszi | 2018-04-30 | 1 | -2/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3999 from ethereum/subasm | Alex Beregszaszi | 2018-05-01 | 1 | -4/+12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix sub assembly tag handling on certain boost / compiler combinations | ||||
| * | | | | | | | Ensure that subId and tag handling is correct on all compilers in AssemblyItem | Alex Beregszaszi | 2018-04-30 | 1 | -4/+12 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #4001 from Magicking/fix_docs_date | Alex Beregszaszi | 2018-04-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | docs: Update configuration from 2017 to 2018 | ||||
| * | | | | | | | docs: Update configuration from 2017 to 2018 | Magicking | 2018-04-27 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #3975 from sledrho/develop | chriseth | 2018-04-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updated StateVariable Grammar rule #3974 | ||||
| * | | | | | | | Updated StateVariableGrammar rule #3974 | sledrho | 2018-04-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4023 from ethereum/exampledocs | chriseth | 2018-04-30 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update some examples to remove warnings. | ||||
| * | | | | | | | | Update some examples to remove warnings. | chriseth | 2018-04-30 | 1 | -6/+6 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4022 from ethereum/docslin | chriseth | 2018-04-30 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Update documentation about C3 linearization. | ||||
| * | | | | | | | Update documentation about C3 linearization. | chriseth | 2018-04-30 | 1 | -5/+5 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #3958 from meowingtwurtle/fixedPointTypes | chriseth | 2018-04-30 | 2 | -19/+12 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Types class changes for fixed points | ||||
| * | | | | | | Remove category check in FixedPointType:binaryOperatorResult as commonType ↵ | Alex Beregszaszi | 2018-04-21 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | handles the same | ||||
| * | | | | | | Types changes for fixed points | Jason Cobb | 2018-04-21 | 2 | -13/+17 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4005 from oboukli/fix-comment-typos | chriseth | 2018-04-28 | 1 | -7/+7 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fix comment typos | ||||
| * | | | | | | Fix comment typos | Omar Boukli-Hacene | 2018-04-27 | 1 | -7/+7 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3994 from rafialhamd/rafialhamd-documentation | chriseth | 2018-04-26 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update Enum Type definition. | ||||
| * | | | | | | Update Enum Type definition. | Rafiudeen Chozhan Kumarasamy | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | It's better to say that, Enums contain finite set of 'constant values', instead of finite set of 'values'. | ||||
* | | | | | | | Merge pull request #3991 from aarlt/lvalue-virtual-destructor | chriseth | 2018-04-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Add virtual destructor in LValue class. | ||||
| * | | | | | | Add virtual destructor in LValue class. | Alexander Arlt | 2018-04-25 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3989 from elopio/patch-1 | chriseth | 2018-04-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | docs: clarify the maximum line length style | ||||
| * | | | | | | docs: clarify the maximum line length style | Leo Arias | 2018-04-25 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3981 from ethereum/years-suffix | chriseth | 2018-04-24 | 9 | -19/+52 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | The "year" denomination is deprecated | ||||
| * | | | | | The "year" denomination is deprecated | Alex Beregszaszi | 2018-04-23 | 5 | -0/+30 |
| | | | | | | |||||
| * | | | | | Add more denomination tests | Alex Beregszaszi | 2018-04-23 | 2 | -0/+11 |
| | | | | | | |||||
| * | | | | | Extract subdenomination tests | Alex Beregszaszi | 2018-04-23 | 3 | -19/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #3970 from elopio/test/docstring-tag-end | Alex Beregszaszi | 2018-04-24 | 3 | -1/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | docstring: add missing space | ||||
| * | | | | | | docstring: add missing space | Leo Arias | 2018-04-24 | 3 | -1/+7 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3976 from ethereum/emptyTupleComponent | chriseth | 2018-04-23 | 9 | -1/+92 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Empty tuple components should not be possible | ||||
| * | | | | | | | Treats inline array as an error. | Erik Kundt | 2018-04-23 | 2 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Turns it into warning (error for 0.5.0) and adds Changelog entry. | Erik Kundt | 2018-04-23 | 10 | -17/+54 |
| | | | | | | | | |||||
| * | | | | | | | Prevents null type from being used in tuple. | Erik Kundt | 2018-04-22 | 6 | -0/+54 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #3467 from aarlt/strict-mode-jsoncpp-1.8.4 | Alex Beregszaszi | 2018-04-23 | 7 | -16/+27 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | | | cmake/jsoncpp.cmake: update to jsoncpp v1.8.4 | ||||
| * | | | | | CMake: enable C++11 for jsoncpp | Alex Beregszaszi | 2018-04-23 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Install & use cmake provided by scripts/install_cmake.sh for emscripten | Alexander Arlt | 2018-04-23 | 2 | -0/+12 |
| | | | | | | |||||
| * | | | | | CMake: Update jsoncpp to v1.8.4 | Alexander Arlt | 2018-04-23 | 5 | -15/+10 |
|/ / / / / |