AST_accept.h
|
Solidity ForStatements expressions are now optional
|
2014-12-17 00:03:30 +01:00 |
AST.cpp
|
Possibility for binary operators to yield types different from their operands'.
|
2014-12-19 00:12:04 +01:00 |
AST.h
|
Assertions that throw InternalCompilerErrors.
|
2014-12-17 16:24:56 +01:00 |
ASTForward.h
|
Adding a ForStatement solidity AST Node.
|
2014-12-17 00:03:30 +01:00 |
ASTPrinter.cpp
|
Adding a ForStatement solidity AST Node.
|
2014-12-17 00:03:30 +01:00 |
ASTPrinter.h
|
Adding a ForStatement solidity AST Node.
|
2014-12-17 00:03:30 +01:00 |
ASTVisitor.h
|
Adding a ForStatement solidity AST Node.
|
2014-12-17 00:03:30 +01:00 |
BaseTypes.h
|
Improved external interface for multi-source and multi-contract compilation.
|
2014-12-03 18:52:28 +01:00 |
CallGraph.cpp
|
Whitespace change.
|
2014-12-17 15:15:04 +01:00 |
CallGraph.h
|
Whitespace change.
|
2014-12-17 15:15:04 +01:00 |
CMakeLists.txt
|
fixed styling issues
|
2014-12-11 15:06:11 +01:00 |
Compiler.cpp
|
Merge pull request #623 from chriseth/sol_constructorChecks
|
2014-12-17 15:18:49 +01:00 |
Compiler.h
|
Merge pull request #623 from chriseth/sol_constructorChecks
|
2014-12-17 15:18:49 +01:00 |
CompilerContext.cpp
|
Assertions that throw InternalCompilerErrors.
|
2014-12-17 16:24:56 +01:00 |
CompilerContext.h
|
Packing and unpacking of constructor arguments.
|
2014-12-15 13:05:18 +01:00 |
CompilerStack.cpp
|
Possibility to replace source and obtain ContractDefinition by name.
|
2014-12-18 14:39:16 +01:00 |
CompilerStack.h
|
Possibility to replace source and obtain ContractDefinition by name.
|
2014-12-18 14:39:16 +01:00 |
CompilerUtils.cpp
|
Assertions that throw InternalCompilerErrors.
|
2014-12-17 16:24:56 +01:00 |
CompilerUtils.h
|
Helper functions to access memory.
|
2014-12-10 17:15:17 +01:00 |
DeclarationContainer.cpp
|
More const cleanup.
|
2014-12-08 13:15:43 +01:00 |
DeclarationContainer.h
|
More const cleanup.
|
2014-12-08 13:15:43 +01:00 |
Exceptions.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
|
2014-12-05 15:27:07 +01:00 |
ExpressionCompiler.cpp
|
BLOCKHASH
|
2015-01-05 11:35:56 +00:00 |
ExpressionCompiler.h
|
Create contracts.
|
2014-12-15 13:05:18 +01:00 |
GlobalContext.cpp
|
Merge branch 'macox_fixes' into build_enhancement
|
2014-12-11 12:08:51 +01:00 |
GlobalContext.h
|
More const cleanup.
|
2014-12-08 13:15:43 +01:00 |
grammar.txt
|
Minor issues, grammar update, new ForStatement test
|
2014-12-17 00:03:30 +01:00 |
InterfaceHandler.cpp
|
Fixed #683
|
2014-12-21 16:28:46 +01:00 |
InterfaceHandler.h
|
Changes in InterfaceHandler to deal with multiline natspec
|
2014-12-18 15:03:45 +01:00 |
NameAndTypeResolver.cpp
|
Assertions that throw InternalCompilerErrors.
|
2014-12-17 16:24:56 +01:00 |
NameAndTypeResolver.h
|
Fix: Resolve function types of all contracts before checking types inside functions.
|
2014-12-16 23:49:02 +01:00 |
Parser.cpp
|
Moving comment to function body
|
2014-12-17 00:28:26 +01:00 |
Parser.h
|
Minor issues, grammar update, new ForStatement test
|
2014-12-17 00:03:30 +01:00 |
Scanner.cpp
|
style: curlies
|
2015-01-05 16:55:17 +01:00 |
Scanner.h
|
Fix for sol scanner where empty multiline comment became Natspec comment
|
2015-01-05 16:37:43 +01:00 |
SourceReferenceFormatter.cpp
|
Consts in SourceReferenceFormatter.
|
2014-12-08 17:47:02 +01:00 |
SourceReferenceFormatter.h
|
Mac warning fix.
|
2015-01-05 15:33:05 +01:00 |
Token.cpp
|
Coding style cleanup: const and vecptr.
|
2014-10-20 13:02:06 +02:00 |
Token.h
|
Fixed #683
|
2014-12-21 16:28:46 +01:00 |
Types.cpp
|
Clarified binary operator checking for integer types.
|
2014-12-28 13:35:58 +01:00 |
Types.h
|
Possibility for binary operators to yield types different from their operands'.
|
2014-12-19 00:12:04 +01:00 |
Utils.h
|
Assertions that throw InternalCompilerErrors.
|
2014-12-17 16:24:56 +01:00 |