aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityExpressionCompiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | This adds a new invalid instruction that is used for encoding implicit throws that are emitted by the compiler. This makes it possible to distinguish such runtime errors from user-provided, explicit throws.
* Migrate remaining source code in tests to R literalsFederico Bond2016-12-041-50/+76
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Disable broken tests that are not useful.chriseth2016-11-161-35/+2
|
* Stored combined creation and runtime tags.chriseth2016-11-161-1/+1
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* 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
| | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* added Error class for all kind of errorsLianaHus2015-10-151-4/+9
| | | | | Conflicts: libsolidity/Exceptions.h
* 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
| | | | style fixes
* renamed getter functionsLianaHus2015-09-081-5/+5
|
* Move Solidity tests.chriseth2015-08-201-0/+491