..
Assembly.cpp
Extract scopes into compiler stack.
2017-02-14 13:23:44 +01:00
ASTJSON.cpp
refactoring parse() into two separate functions
2017-04-27 12:38:24 +02:00
ErrorCheck.cpp
test: various fixes
2016-11-24 19:22:26 +01:00
ErrorCheck.h
interface: move searchForSubstring out of Error class into a separate file
2016-11-24 16:45:17 +01:00
GasMeter.cpp
Remove a test about SELFDESTRUCT because the test harness obtains refund while the gas meter should not assume the refund.
2017-04-25 16:47:44 +02:00
Imports.cpp
Modify library collision test
2017-01-16 12:32:58 -05:00
InlineAssembly.cpp
Remove parentheses from around function return parameters
2017-04-27 10:08:02 +01:00
SemVerMatcher.cpp
Fix licensing headers
2016-11-23 12:22:33 +01:00
SolidityABIJSON.cpp
refactoring parse() into two separate functions
2017-04-27 12:38:24 +02:00
SolidityEndToEndTest.cpp
Storage access from inline assembly.
2017-04-25 16:49:04 +02:00
SolidityExecutionFramework.cpp
Move ExecutionFramework to the dev::test namespace
2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h
Revert "Fix contract lookup in tests"
2017-01-16 18:07:48 -05:00
SolidityExpressionCompiler.cpp
Extract scopes into compiler stack.
2017-02-14 13:23:44 +01:00
SolidityNameAndTypeResolution.cpp
Treat returns with expressions as return param use
2017-05-03 11:26:21 +02:00
SolidityNatspecJSON.cpp
refactoring parse() into two separate functions
2017-04-27 12:38:24 +02:00
SolidityOptimizer.cpp
Tests for optimizing constants.
2017-03-03 16:51:29 +01:00
SolidityParser.cpp
Add tests for interfaces
2017-03-17 17:06:49 +00:00
SolidityScanner.cpp
Add tests for scientific notation
2017-03-15 13:06:26 +00:00
SolidityTypes.cpp
Add ContractKind to ContractDefinition
2017-03-17 16:27:04 +00:00
StandardCompiler.cpp
Follow the JSON I/O spec closely
2017-05-02 16:52:38 +02:00