aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/Assembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes assembly test.Erik Kundt2018-07-041-7/+7
|
* Updates unit test to specify visibility.Erik Kundt2018-07-041-1/+1
|
* Update source location test expectationsAlex Beregszaszi2018-05-011-3/+2
|
* Remove dead code and clarify throw.chriseth2018-04-131-1/+0
|
* Update documentation and minor changes.chriseth2018-04-121-1/+0
|
* Update source location tests.chriseth2018-04-121-5/+16
|
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
|
* Correctly set evm version in testschriseth2018-03-021-2/+4
|
* Use EVM version in type checker.chriseth2018-03-021-5/+8
|
* Provide easy way to update source location expectation.chriseth2018-01-041-9/+45
|
* Adjust tests.chriseth2017-10-181-1/+1
|
* Update tests.chriseth2017-08-251-2/+2
|
* Fix location tests.chriseth2017-06-241-2/+2
|
* Refactor error reportingRhett Aultman2017-05-301-6/+8
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* Extract scopes into compiler stack.chriseth2017-02-141-1/+2
|
* Address feedback from code review.Valentin Wüstholz2017-01-261-1/+1
|
* Change translation of implicit throws (issue #1589).Valentin Wüstholz2017-01-261-2/+2
| | | | | | | 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.
* Merge pull request #1351 from ethereum/truncate_bitchriseth2016-12-081-1/+1
|\ | | | | Truncate a boolean from calldata into one bit
| * codegen: clean any data from the inputYoichi Hirai2016-12-011-1/+1
| |
* | Use CBOR encoding.chriseth2016-12-011-1/+1
| |
* | Metadata stamp.chriseth2016-12-011-1/+1
|/
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Fix tests.chriseth2016-11-161-3/+3
|
* libevmasm: fix comparison of SourceLocationsYoichi Hirai2016-11-081-1/+3
|
* Change function type to include and propagate payable and constant modifier.chriseth2016-09-061-1/+1
|
* Make fallback function throw by default.chriseth2016-08-301-1/+1
|
* Remove log.h from solidity.chriseth2016-04-121-1/+0
|
* File reorganisation.chriseth2015-10-211-6/+6
|
* errors instead of exceptionsLianaHus2015-10-151-3/+11
| | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* Bugfix in calldata unpacker.chriseth2015-10-011-1/+1
| | | | | The offset was not specified correctly if memory activity preceded the unpacker.
* 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-4/+4
|
* Move Solidity tests.chriseth2015-08-201-0/+120