aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityExpressionCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: Fix typos.Cryptomental2018-07-111-2/+2
* Updates unit test to specify visibility.Erik Kundt2018-07-041-5/+5
* Enforcing error on msg.gas and block.blockhash()Leonardo Alt2018-07-041-17/+2
* test: ensure compiled tests do not use var-keyword in preparation of var-keyw...Christian Parpart2018-07-021-11/+11
* Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-291-4/+4
* Update tests for strict address literalsJason Cobb2018-06-251-1/+1
* Tidy up tests to always have closing braces on the proper lineAlex Beregszaszi2018-05-161-1/+2
* Adds unit tests for moved function.bitshift2018-03-271-3/+6
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
* Merge pull request #3643 from ethereum/gasleftchriseth2018-03-061-0/+33
|\
| * Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-051-0/+33
* | Correctly set evm version in testschriseth2018-03-021-2/+2
* | Use EVM version in type checker.chriseth2018-03-021-1/+1
|/
* Adjust tests.chriseth2018-02-271-8/+11
* Cleanup test helper macros.chriseth2017-09-221-1/+1
* Refactor error reportingRhett Aultman2017-05-301-3/+7
* Extract scopes into compiler stack.chriseth2017-02-141-1/+2
* Address feedback from code review.Valentin Wüstholz2017-01-261-8/+4
* Change translation of implicit throws (issue #1589).Valentin Wüstholz2017-01-261-2/+12
* Migrate remaining source code in tests to R literalsFederico Bond2016-12-041-50/+76
* Fix licensing headersVoR02202016-11-231-4/+4
* Disable broken tests that are not useful.chriseth2016-11-161-35/+2
* Stored combined creation and runtime tags.chriseth2016-11-161-1/+1
* codegen: add a compilation mode and a runtime context to CompilerContextYoichi Hirai2016-11-161-1/+1
* Fix tests.chriseth2016-08-171-0/+8
* Fixes for invalid cleanups for small types.chriseth2016-05-201-3/+4
* Remove log.h from solidity.chriseth2016-04-121-1/+0
* reduce unnecessary solidity:: namespaceDimitry2016-04-041-111/+111
* enable solidity testDimitry2016-04-041-111/+111
* Source units are independent scopes.chriseth2015-12-101-9/+16
* File reorganisation.chriseth2015-10-211-7/+7
* errors instead of exceptionsLianaHus2015-10-151-6/+8
* added Error class for all kind of errorsLianaHus2015-10-151-4/+9
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-1/+3
* Transition from bytecode to more general linker objects.chriseth2015-09-111-1/+1
* removed get prefixLianaHus2015-09-081-3/+3
* renamed getter functionsLianaHus2015-09-081-5/+5
* Move Solidity tests.chriseth2015-08-201-0/+491