aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove extracted tests from SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-311-7051/+0
* Split out SolidityNameAndTypeResolution tests into SyntaxTestsAlex Beregszaszi2018-05-31551-0/+4244
* Reformat test for extraction toolAlex Beregszaszi2018-05-311-1/+3
* Merge pull request #4172 from ethereum/trailing_dotchriseth2018-05-316-1/+46
|\
| * Disallow trailing dots that are not followed by a numberLeonardo Alt2018-05-306-1/+46
* | Merge pull request #4205 from ethereum/name-and-type-tests-splitchriseth2018-05-311-18/+78
|\ \
| * | Split up last NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-18/+78
| |/
* | Merge pull request #3743 from ethereum/popStorageArraychriseth2018-05-3137-4/+457
|\ \
| * | Fixes assembly bug and adds tests to cover it.Erik Kundt2018-05-302-28/+49
| * | Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-3033-3/+61
| * | Improves assembly and adds more tests.Erik Kundt2018-05-305-35/+139
| * | Implements pop() for byte arrays.Erik Kundt2018-05-292-16/+146
| * | Implements pop() for value type arrays.bitshift2018-05-296-1/+141
* | | Merge pull request #4204 from ethereum/chriseth-patch-2Alex Beregszaszi2018-05-301-0/+1
|\ \ \ | |_|/ |/| |
| * | Mention calldata as new keyword.chriseth2018-05-301-0/+1
|/ /
* | Merge pull request #4176 from sifmelcara/add/calldata-keywordchriseth2018-05-3025-25/+155
|\ \
| * | Allow using `calldata` keyword to specify data locationmingchuan2018-05-3025-25/+155
* | | Merge pull request #4178 from ethereum/name-and-type-tests-splitchriseth2018-05-301-152/+506
|\ \ \
| * | | Split up NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-154/+492
| * | | Extend function type comparison testAlex Beregszaszi2018-05-301-0/+16
| | |/ | |/|
* | | Merge pull request #4202 from wjmelements/ordered-listchriseth2018-05-301-5/+5
|\ \ \ | |/ / |/| |
| * | consistency: unordered list for restrictionsWilliam Morriss2018-05-301-5/+5
|/ /
* | Merge pull request #4169 from Arindam-Mondal/Arindam-Mondal-patch-1chriseth2018-05-291-1/+1
|\ \ | |/ |/|
| * Fix bug in documentation.Arindam Mondal2018-05-291-1/+1
|/
* Merge pull request #4173 from sifmelcara/add/allow-storage-calldata-suffixchriseth2018-05-292-15/+30
|\
| * Allow data location suffix for internal elementary type parsingmingchuan2018-05-222-15/+30
* | Merge pull request #4192 from vutsalsinghal/patch-1chriseth2018-05-291-1/+1
|\ \
| * | CapsCase instead of camelCaseVutsal Singhal2018-05-271-1/+1
* | | Merge pull request #4073 from alibabe/fix-jsoncpp-installchriseth2018-05-292-0/+19
|\ \ \
| * | | Install a different jsoncpp version on cirleci to ensure compilation never cl...alibabe2018-05-212-0/+19
* | | | Merge pull request #4180 from veox/use-pip-solidity-lexerchriseth2018-05-285-85/+5
|\ \ \ \
| * | | | docs: bump Solidity lexer package to v0.3.1.Noel Maersk2018-05-241-1/+1
| * | | | docs: change default theme to RTD's.Noel Maersk2018-05-241-1/+1
| * | | | docs: bump required Solidity lexer package version.Noel Maersk2018-05-241-1/+1
| * | | | circleci: install python-pip as part of doc build dependency.Noel Maersk2018-05-231-1/+1
| * | | | docs: install requirements as part of doc-build script.Noel Maersk2018-05-231-0/+1
| * | | | docs: remove utils/SolidityLexer.pyNoel Maersk2018-05-231-82/+0
| * | | | docs: use SolidityLexer from pygments_lexer_solidity package.Noel Maersk2018-05-232-1/+2
* | | | | Merge pull request #4183 from ethereum/types-testchriseth2018-05-282-109/+27
|\ \ \ \ \
| * | | | | Simplify fromElementaryTypeName testsAlex Beregszaszi2018-05-241-96/+6
| * | | | | Move fromElementaryTypeName tests to SolidityTypesAlex Beregszaszi2018-05-242-109/+117
* | | | | | Merge pull request #4195 from jvmaia/patch-2chriseth2018-05-281-0/+5
|\ \ \ \ \ \
| * | | | | | clarify warnings in contracts.rstJoão Vítor2018-05-281-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4196 from dilatebrave/issue1210chriseth2018-05-281-0/+6
|\ \ \ \ \ \
| * | | | | | doc: making the index appear on the left panetaitt2018-05-281-0/+6
| |/ / / / /
* | | | | | Merge pull request #4194 from ritzdorf/patch-1chriseth2018-05-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Array Length mistankingly taken as Offsetritzdorf2018-05-281-1/+1
|/ / / / /
* | | | | Merge pull request #4181 from th0114nd/developAlex Beregszaszi2018-05-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Supply `git` as an alpine linux dependencyTim Holland2018-05-231-1/+1
* | | | | Merge pull request #4067 from ethereum/050chriseth2018-05-2425-113/+272
|\ \ \ \ \
| * | | | | Remove merge blocker.chriseth2018-05-171-9/+0
| * | | | | Merge pull request #4129 from ethereum/doWhileContinuechriseth2018-05-176-24/+61
| |\ \ \ \ \
| | * | | | | Update control flow graph.Daniel Kirchner2018-05-173-12/+23
| | * | | | | Fix continue inside do-while.Daniel Kirchner2018-05-173-12/+38
| |/ / / / /
| * | | | | Merge pull request #4130 from ethereum/missedChangelogchriseth2018-05-171-0/+2
| |\ \ \ \ \
| | * | | | | Missed changelog entry.chriseth2018-05-171-0/+2
| |/ / / / /
| * | | | | Merge pull request #4091 from ethereum/bytesXuintYconversionchriseth2018-05-1716-44/+98
| |\ \ \ \ \
| | * | | | | Adjust tests.Daniel Kirchner2018-05-175-25/+25
| | * | | | | Disallow conversions between bytesX and uintY of different size.Daniel Kirchner2018-05-1712-19/+73
| |/ / / / /
| * | | | | Merge pull request #4043 from ethereum/bool_vars_comparisonchriseth2018-05-175-36/+58
| |\ \ \ \ \
| | * | | | | Add syntax tests and Changelog entryLeonardo Alt2018-05-172-1/+56
| | * | | | | Bool variables should not allow arithmetic comparisonLeonardo Alt2018-05-173-35/+2
| |/ / / / /
| * | | | | Merge pull request #3987 from ethereum/solc_remove_stdinchriseth2018-05-173-10/+50
| |\ \ \ \ \
| | * | | | | Read from stdin only if - is explicitly givenLeonardo Alt2018-05-072-10/+43
| | * | | | | Update circle.ymlchriseth2018-05-041-1/+1
| | * | | | | Add merge blocker.chriseth2018-05-041-0/+9
| | * | | | | Initial changelog for version 0.5.0.chriseth2018-05-041-0/+8
| * | | | | | Add merge blocker.chriseth2018-05-171-0/+9
| * | | | | | Initial changelog for version 0.5.0.chriseth2018-05-171-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4177 from ethereum/name-and-type-commentschriseth2018-05-231-43/+46
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Move comments into test sources in SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-231-43/+46
|/ / / / /
* | | | | Merge pull request #4157 from ethereum/parser-testschriseth2018-05-2355-642/+458
|\ \ \ \ \
| * | | | | Move more parser tests to syntax testsAlex Beregszaszi2018-05-2255-642/+458
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4175 from FlashSheridan/patch-1chriseth2018-05-231-4/+4
|\ \ \ \ \
| * | | | | Minor changes to make the English more idiomaticFlash Sheridan2018-05-231-4/+4
|/ / / / /
* | | | | Merge pull request #4171 from LefterisJP/fix_typo_buildinfo_cmakechriseth2018-05-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix a typo in Buildinfo.cmakeLefteris Karapetsas2018-05-221-1/+1
|/ / / /
* | | | Merge pull request #4163 from sifmelcara/fix-visibility-assertchriseth2018-05-211-2/+2
|\ \ \ \
| * | | | Fix assert message about function visibilitymingchuan2018-05-201-2/+2
|/ / / /
* | | | Merge pull request #4160 from ethereum/jsoncpp-libdirchriseth2018-05-181-1/+7
|\ \ \ \
| * | | | CMake: Fix libdir for jsoncpp external project in special casePaweł Bylica2018-05-171-1/+7
| |/ / /
* | | | Merge pull request #4150 from ethereum/isoltestchriseth2018-05-185-40/+78
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix source location assertion in isoltestAlex Beregszaszi2018-05-161-2/+2
| * | | Tidy up tests to always have closing braces on the proper lineAlex Beregszaszi2018-05-164-38/+76
* | | | Merge pull request #4154 from juliusHuelsmann/fix-warnings-and-arch-installAlex Beregszaszi2018-05-173-7/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid "unneccesary parentheses in declaration of" warning with keeping a temp...Julius Huelsmann2018-05-171-1/+3
| * | | Do not catch exceptions by value in StandardCompilerJulius Huelsmann2018-05-171-2/+2
| * | | Fix install_deps.sh script for Arch Linux.Julius Huelsmann2018-05-171-4/+3
|/ / /
* | | Merge pull request #4153 from ethereum/releasechriseth2018-05-170-0/+0
|\ \ \
| * | | Merge pull request #4148 from ethereum/developchriseth2018-05-16254-1598/+4902
| |\| |
* | | | Merge pull request #4152 from ethereum/incrementVersionchriseth2018-05-172-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Set version to 0.4.25 - tentatively.chriseth2018-05-162-1/+5
|/ / /
* | | Merge pull request #4146 from ethereum/prepare0424chriseth2018-05-162-9/+15
|\ \ \
| * | | Split changelog into language and compiler features and set release date.chriseth2018-05-162-9/+15
* | | | Merge pull request #4147 from ethereum/hash-non-bytes-argchriseth2018-05-168-28/+48
|\ \ \ \ | |/ / / |/| | |
| * | | Split warning for multi arguments for hash functionsAlex Beregszaszi2018-05-168-28/+48
|/ / /
* | | Merge pull request #4138 from ethereum/warnVarArgschriseth2018-05-1616-10/+129
|\ \ \
| * | | Add test for single non-bytes argument.chriseth2018-05-161-0/+12
| * | | Adjust tests.chriseth2018-05-1611-10/+28
| * | | Warn/enforce single bytes argument for certain builtins (hashing functions).chriseth2018-05-163-0/+44
| * | | Add test for forwarding length check.chriseth2018-05-161-0/+45
* | | | Merge pull request #4101 from mesqueeb/patch-2chriseth2018-05-161-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fixed capitalisation and contractionsLuca Ban2018-05-161-1/+1
| * | | Extra line of explanation on Abstract contracts.Luca Ban2018-05-091-0/+2
* | | | Merge pull request #4145 from ethereum/more-parser-test-moveschriseth2018-05-1612-132/+102
|\ \ \ \
| * | | | Move couple of parser tests to syntax tests.Alex Beregszaszi2018-05-1612-132/+102
* | | | | Merge pull request #4144 from ethereum/julia-docs-fixchriseth2018-05-161-2/+2
|\ \ \ \ \
| * | | | | Fix formatting in Julia chapterAlex Beregszaszi2018-05-161-2/+2
* | | | | | Merge pull request #4004 from ethereum/mulitVariableAssignmentchriseth2018-05-1615-23/+200
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add assert about source location.chriseth2018-05-161-0/+1
| * | | | | Update documentation for multi variable declaration statement.chriseth2018-05-164-15/+16
| * | | | | Add tests for multi variable declaration statement.chriseth2018-05-169-0/+107
| * | | | | Parse multi variable declaration statement.chriseth2018-05-162-8/+76
|/ / / / /
* | | | | Merge pull request #4139 from ethereum/abiEncodeIsPurechriseth2018-05-155-3/+18
|\ \ \ \ \
| * | | | | ABI encoding functions are pure and should be usable in constants.chriseth2018-05-155-3/+18
* | | | | | Merge pull request #4142 from aarlt/osx-clang-stackchriseth2018-05-151-2/+3
|\ \ \ \ \ \
| * | | | | | cmake/EthCompilerSettings.cmake: increase stacksize for apple clangAlexander Arlt2018-05-151-2/+3
* | | | | | | Merge pull request #4143 from aarlt/jsoncpp-system-headerchriseth2018-05-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Mark jsoncpp-headers as system headersAlexander Arlt2018-05-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #3947 from ethereum/smt_storagechriseth2018-05-155-5/+121
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Testing state vars that are declared after functions that use themLeonardo Alt2018-05-151-4/+3
| * | | | | [SMTChecker] Declaring all state vars before any function is visitedLeonardo Alt2018-05-154-3/+27
| * | | | | [SMTChecker] Support to integer and Bool storage varsLeonardo Alt2018-05-155-5/+98
* | | | | | Merge pull request #4062 from ethereum/revert-variablechriseth2018-05-154-2/+45
|\ \ \ \ \ \
| * | | | | | Fix revert with reason coming from a string variableAlex Beregszaszi2018-05-094-2/+45
* | | | | | | Merge pull request #3953 from ethereum/noemscriptentestsontravischriseth2018-05-151-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Do not run emscripten tests on travis.chriseth2018-04-201-1/+1
* | | | | | | Merge pull request #4133 from ethereum/addRequirementschriseth2018-05-151-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Add requirements.txt for readthedocs.chriseth2018-05-151-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #4132 from ethereum/useAbsPathInLexerImportchriseth2018-05-151-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Do not depend on where build is run.chriseth2018-05-151-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #4057 from ethereum/cfgchriseth2018-05-1531-0/+1419
|\ \ \ \ \ \ \
| * | | | | | | Add Changelog entry.Daniel Kirchner2018-05-151-0/+2
| * | | | | | | Add test for default location.Daniel Kirchner2018-05-151-0/+19
| * | | | | | | Add control flow analyzer and test for uninitialized storage returns.Daniel Kirchner2018-05-1525-0/+592
| * | | | | | | Add control flow graph.Daniel Kirchner2018-05-155-0/+806
* | | | | | | | Merge pull request #3238 from ethereum/julia-specschriseth2018-05-151-16/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Describe rule for type conversion functions in JuliaAlex Beregszaszi2018-05-091-6/+9
| * | | | | | | Remove stop() as it is the same as return(0,0) in Julia sepcsAlex Beregszaszi2018-05-091-4/+0
| * | | | | | | Add logic builtins to Julia and fix some typosAlex Beregszaszi2018-05-091-11/+32
* | | | | | | | Merge pull request #4093 from ethereum/prepareDropConstantKeywordchriseth2018-05-1420-125/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0.Daniel Kirchner2018-05-111-7/+7
| * | | | | | | | Replace constant with view in the tests.Daniel Kirchner2018-05-0913-107/+88
| * | | | | | | | Replace constant with view in std/ contracts.Daniel Kirchner2018-05-092-6/+6
| * | | | | | | | Prefer view over constant in the documentation.Daniel Kirchner2018-05-095-5/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #4127 from sifmelcara/fix/boost-get-checkchriseth2018-05-141-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix wrong template parameter passed to boost::getmingchuan2018-05-141-2/+2
* | | | | | | | | Merge pull request #4120 from sifmelcara/fix/shared-boostchriseth2018-05-143-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix link error when using boost shared librarymingchuan2018-05-113-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4095 from arun1595/macos-terminal-colorchriseth2018-05-111-2/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add TERM environment variable for all jobsArun Kumar2018-05-101-2/+14
| * | | | | | | | Use xterm instead of dumb terminalArun Kumar2018-05-091-1/+1
* | | | | | | | | Merge pull request #4114 from ethereum/asm-assertchriseth2018-05-111-0/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Assert that mandatory fields in the AST are present in AsmAnalysisAlex Beregszaszi2018-05-101-0/+10
|/ / / / / / / /
* | | | | | | | Merge pull request #4110 from ethereum/fewerlesscorrectionAlex Beregszaszi2018-05-101-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Less-fewer-correction.chriseth2018-05-101-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #4047 from ethereum/refactorToMultiAlex Beregszaszi2018-05-092-38/+74
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Assert integrity of empty IndexAccessPath structure.chriseth2018-05-092-1/+11
| * | | | | | Further refactor.chriseth2018-05-092-17/+43
| * | | | | | Refactor expression parser.chriseth2018-05-092-21/+21
* | | | | | | Merge pull request #4104 from ethereum/parserErrorSourceLocationsAlex Beregszaszi2018-05-0933-59/+60
|\ \ \ \ \ \ \
| * | | | | | | Update test expectations.Daniel Kirchner2018-05-0931-57/+57
| * | | | | | | Use the entire token as source location for parser errors.Daniel Kirchner2018-05-092-2/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4102 from ethereum/signedRightShiftTestsAlex Beregszaszi2018-05-091-0/+157
|\ \ \ \ \ \ \
| * | | | | | | Add more tests for right shifts.Daniel Kirchner2018-05-091-0/+157
| |/ / / / / /
* | | | | | | Merge pull request #4100 from ethereum/julia-exceptionsAlex Beregszaszi2018-05-0921-68/+88
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Do not use solAssert within libjuliaAlex Beregszaszi2018-05-0919-63/+53
| * | | | | | Move Julia exceptions to libjulia/Exceptions.hAlex Beregszaszi2018-05-092-5/+35
|/ / / / / /
* | | | | | Merge pull request #3473 from ethereum/julia-main-funcAlex Beregszaszi2018-05-094-0/+192
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Introduce Julia filter to encapsulate top level Block as a FunctionDefinition...Alex Beregszaszi2018-05-094-0/+192
|/ / / / /
* | | | | Merge pull request #4074 from elopio/docs/implicit-constructorchriseth2018-05-091-2/+6
|\ \ \ \ \
| * | | | | document that all the base constructors are calledLeo Arias2018-05-091-4/+5
| * | | | | docs: document the implicit call of base constructor without argumentsLeo Arias2018-05-061-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4082 from androlo/developchriseth2018-05-091-3/+3
|\ \ \ \ \
| * | | | | change assert and require docsAndreas Olofsson2018-05-071-3/+3
* | | | | | Merge pull request #4054 from ethereum/token-nameschriseth2018-05-0925-70/+71
|\ \ \ \ \ \
| * | | | | | Update parser test expectationsAlex Beregszaszi2018-05-0420-37/+37
| * | | | | | Have more uniform parser errorsAlex Beregszaszi2018-05-042-5/+5
| * | | | | | More user friendly output in case of Identifier and Token keywordsAlex Beregszaszi2018-05-041-16/+17
| * | | | | | Remove code duplication in expectTokenAlex Beregszaszi2018-05-041-23/+11
| * | | | | | Introduce Token::friendlyName() helperAlex Beregszaszi2018-05-042-5/+16
| * | | | | | Display nicer error messages in the parser (display tokens and not internal n...Alex Beregszaszi2018-05-042-11/+12
* | | | | | | Merge pull request #4068 from ethereum/gasEstimatorPerformancechriseth2018-05-094-5/+65
|\ \ \ \ \ \ \
| * | | | | | | Test with high path complexity.chriseth2018-05-091-0/+40
| * | | | | | | Follow highest gas usage only for gas estimation.chriseth2018-05-093-5/+25
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4094 from ethereum/disambiguator-cleanupchriseth2018-05-092-12/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use NameDispenser in DisambiguatorAlex Beregszaszi2018-05-092-12/+3
|/ / / / / /
* | | | | | Merge pull request #4056 from ethereum/safetupleassignmentAlex Beregszaszi2018-05-0914-89/+170
|\ \ \ \ \ \
| * | | | | | Update documentation.chriseth2018-05-081-6/+6
| * | | | | | New tests for wildcard assignments.chriseth2018-05-085-0/+66
| * | | | | | Remove deprecated syntax from a testchriseth2018-05-081-1/+1
| * | | | | | Extract tests.chriseth2018-05-086-74/+47
| * | | | | | Deprecate wildcard assignments.chriseth2018-05-082-8/+50
|/ / / / / /
* | | | | | Merge pull request #4075 from elopio/docs/new-constructorchriseth2018-05-081-4/+4
|\ \ \ \ \ \
| * | | | | | docs: update the explanation of constructorLeo Arias2018-05-061-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4052 from kylewu/vs-2017-buildchriseth2018-05-082-4/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | release only on vs2017Wenbin Wu2018-05-051-2/+1
| * | | | | remove variablesGuessWho2018-05-031-6/+4
| * | | | | Update appveyor.ymlWenbin Wu2018-05-031-3/+3
| * | | | | run both vs 2015 and vs 2017 in appveyorGuessWho2018-05-032-4/+22
* | | | | | Merge pull request #3256 from ethereum/fullInlinerchriseth2018-05-077-15/+676
|\ \ \ \ \ \
| * | | | | | Fix test case strings.chriseth2018-05-021-102/+102
| * | | | | | Optimize number of moves.chriseth2018-05-021-8/+14
| * | | | | | Assert function hoister and grouper has been used.chriseth2018-05-021-0/+2
| * | | | | | Move NameDispenser into its own file.chriseth2018-05-024-20/+76
| * | | | | | Test the removal of the result variable.chriseth2018-05-021-0/+30
| * | | | | | Extend pop(0)-remover to any movable expression.chriseth2018-05-021-4/+3
| * | | | | | Replace pop(0)-statements by empty blocks.chriseth2018-05-022-0/+20
| * | | | | | Inline functions returning nothing.chriseth2018-05-022-10/+25
| * | | | | | Tests.chriseth2018-05-021-11/+125
| * | | | | | Full inliner.chriseth2018-05-022-0/+417
| * | | | | | Use hoisting.chriseth2018-05-022-4/+6
* | | | | | | Merge pull request #4077 from njwest/grammar-fixchriseth2018-05-071-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fixed grammar in error in CompilerUtils.cpp line 399, 'less variables.' shoul...njwest2018-05-071-3/+3
|/ / / / / /
* | | | | | Merge pull request #3386 from nisdas/abi-spec-documentationchriseth2018-05-041-7/+7
|\ \ \ \ \ \
| * | | | | | Clarify components of Xchriseth2018-05-041-6/+6
| * | | | | | Fixed typos in abi-spec documentationnisdas2018-05-041-3/+3
|/ / / / / /
* | | | | | Merge pull request #4063 from ethereum/emit-non-eventchriseth2018-05-043-0/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Show proper error when trying to emit a non-eventAlex Beregszaszi2018-05-043-0/+12
* | | | | | Merge pull request #4059 from ethereum/parser-simplifychriseth2018-05-0413-48/+18
|\ \ \ \ \ \
| * | | | | | Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-0413-33/+16
| * | | | | | Remove useless helper expectAssignmentOperator in parserAlex Beregszaszi2018-05-042-15/+2
| |/ / / / /
* | | | | | Merge pull request #4038 from danieljoonlee/developAlex Beregszaszi2018-05-044-24/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Change bytes to unsigned in FixedBytesTypedaniel2018-05-043-8/+7
| * | | | | Change numBits to unsigned IntegerTypeAlex Beregszaszi2018-05-033-9/+10
| * | | | | Change totalBits and fractionalDigits to unsigned in FixedPointTypeAlex Beregszaszi2018-05-032-8/+8
* | | | | | Merge pull request #4041 from kylewu/3764-vs-2017chriseth2018-05-031-11/+30
|\ \ \ \ \ \
| * | | | | | vs 2017 in install docGuessWho2018-05-021-11/+30
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4053 from ethereum/parser-syntax-testschriseth2018-05-0330-319/+183
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move some parser tests to syntax testsAlex Beregszaszi2018-05-0330-319/+183
| |/ / / /
* | | | | Merge pull request #4046 from ethereum/deprecateYearsAlex Beregszaszi2018-05-031-0/+3
|\ \ \ \ \
| * | | | | State that years has been deprecated.chriseth2018-05-021-0/+3
* | | | | | Merge pull request #4048 from JonnyBurger/developchriseth2018-05-022-4/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Improve documentation and CLI help for `--run` parameterJonny Burger2018-05-022-4/+10
* | | | | | Merge pull request #4028 from ethereum/asm-tags-32bitchriseth2018-05-021-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Restrict assembly tags to 32-bitAlex Beregszaszi2018-05-011-2/+2
* | | | | | Merge pull request #3797 from ethereum/shift-constantinoplechriseth2018-05-0210-55/+126
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update source location test expectationsAlex Beregszaszi2018-05-011-3/+2
| * | | | | Support shifts in gas estimatorAlex Beregszaszi2018-05-011-5/+14
| * | | | | Removed signed shift right from the utilities.chriseth2018-05-016-24/+24
| * | | | | Do not use SAR instead of SDIV in shifts because it rounds differentlyAlex Beregszaszi2018-05-013-7/+10
| * | | | | Use native shift instructions in ABIFunctions on ConstantinopleAlex Beregszaszi2018-05-013-26/+70
| * | | | | Use native shift instructions on ConstantinopleAlex Beregszaszi2018-05-013-4/+20
| | |/ / / | |/| | |
* | | | | Merge pull request #4000 from ethereum/circleMacOSchriseth2018-05-022-37/+100
|\ \ \ \ \
| * | | | | Rename and compress.chriseth2018-05-021-25/+14
| * | | | | Adds CircleCI config for macOS.Erik Kundt2018-05-012-33/+107
| |/ / / /
* | | | | Merge pull request #4042 from ethereum/revert-4003-bool_vars_comparisonchriseth2018-05-025-60/+35
|\ \ \ \ \
| * | | | | Revert "BREAKING: Bool variables should not allow arithmetic comparison"chriseth2018-05-025-60/+35
|/ / / / /
* | | | | Merge pull request #4003 from ethereum/bool_vars_comparisonchriseth2018-05-025-35/+60
|\ \ \ \ \
| * | | | | Add syntax tests and Changelog entryLeonardo Alt2018-04-272-0/+58