| .. | 
		
		
			
			
			
			
				| ArrayUtils.cpp | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| ArrayUtils.h | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 | 
		
			
			
			
			
				| AST_accept.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| AST.cpp | Refactored annotations. | 2015-09-21 20:03:10 +02:00 | 
		
			
			
			
			
				| AST.h | Style cleanup. | 2015-09-24 11:05:04 +02:00 | 
		
			
			
			
			
				| ASTAnnotations.cpp | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| ASTAnnotations.h | Refactored annotations. | 2015-09-21 20:03:10 +02:00 | 
		
			
			
			
			
				| ASTForward.h | throw statement implementation | 2015-09-16 13:25:32 +02:00 | 
		
			
			
			
			
				| ASTJsonConverter.cpp | Provide types for VariableDeclaration. | 2015-09-24 12:12:36 +02:00 | 
		
			
			
			
			
				| ASTJsonConverter.h | Provide types for VariableDeclaration. | 2015-09-24 12:12:36 +02:00 | 
		
			
			
			
			
				| ASTPrinter.cpp | Provide types for VariableDeclaration. | 2015-09-24 12:12:36 +02:00 | 
		
			
			
			
			
				| ASTPrinter.h | throw statement implementation | 2015-09-16 13:25:32 +02:00 | 
		
			
			
			
			
				| ASTUtils.cpp | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| ASTUtils.h | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 | 
		
			
			
			
			
				| ASTVisitor.h | throw statement implementation | 2015-09-16 13:25:32 +02:00 | 
		
			
			
			
			
				| CMakeLists.txt | changes required to compile solidity in a single project | 2015-09-01 15:30:26 +02:00 | 
		
			
			
			
			
				| Compiler.cpp | Bugfix in calldata unpacker. | 2015-10-01 16:50:11 +02:00 | 
		
			
			
			
			
				| Compiler.h | Bugfix in calldata unpacker. | 2015-10-01 16:50:11 +02:00 | 
		
			
			
			
			
				| CompilerContext.cpp | Transition from bytecode to more general linker objects. | 2015-09-11 15:21:37 +02:00 | 
		
			
			
			
			
				| CompilerContext.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| CompilerStack.cpp | Error formatting. | 2015-09-21 20:03:53 +02:00 | 
		
			
			
			
			
				| CompilerStack.h | Style fix. | 2015-09-22 12:07:34 +02:00 | 
		
			
			
			
			
				| CompilerUtils.cpp | fixed-sized arrays as return type | 2015-09-23 17:31:37 +02:00 | 
		
			
			
			
			
				| CompilerUtils.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| ConstantEvaluator.cpp | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| ConstantEvaluator.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| DeclarationContainer.cpp | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| DeclarationContainer.h | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| Exceptions.h | added warning for noninitialized references in storage. | 2015-10-02 12:38:48 +02:00 | 
		
			
			
			
			
				| ExpressionCompiler.cpp | fixed-sized arrays as return type | 2015-09-23 17:31:37 +02:00 | 
		
			
			
			
			
				| ExpressionCompiler.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| GasEstimator.cpp | removed get prefix | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| GasEstimator.h | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 | 
		
			
			
			
			
				| GlobalContext.cpp | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| GlobalContext.h | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| grammar.txt | throw statement implementation | 2015-09-16 13:25:32 +02:00 | 
		
			
			
			
			
				| InterfaceHandler.cpp | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| InterfaceHandler.h | - renamed AST to ast and ABI to abi | 2015-09-08 14:30:21 +02:00 | 
		
			
			
			
			
				| LValue.cpp | Refactored annotations. | 2015-09-21 20:03:10 +02:00 | 
		
			
			
			
			
				| LValue.h | Refactored annotations. | 2015-09-21 20:03:10 +02:00 | 
		
			
			
			
			
				| NameAndTypeResolver.cpp | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| NameAndTypeResolver.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| Parser.cpp | style fixes | 2015-10-02 12:38:48 +02:00 | 
		
			
			
			
			
				| Parser.h | style  fixes | 2015-10-02 12:38:48 +02:00 | 
		
			
			
			
			
				| ReferencesResolver.cpp | Refactored annotations. | 2015-09-21 20:03:10 +02:00 | 
		
			
			
			
			
				| ReferencesResolver.h | Refactoring: Check types outside of AST and recover from some errors. | 2015-09-21 20:03:05 +02:00 | 
		
			
			
			
			
				| Scanner.cpp | - added tests to test empty comment | 2015-09-10 14:26:34 +02:00 | 
		
			
			
			
			
				| Scanner.h | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| SourceReferenceFormatter.cpp | renamed getter functions | 2015-09-08 13:12:00 +02:00 | 
		
			
			
			
			
				| SourceReferenceFormatter.h | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 | 
		
			
			
			
			
				| Token.cpp | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 | 
		
			
			
			
			
				| Token.h | throw statement implementation | 2015-09-16 13:25:32 +02:00 | 
		
			
			
			
			
				| TypeChecker.cpp | added warning for noninitialized references in storage. | 2015-10-02 12:38:48 +02:00 | 
		
			
			
			
			
				| TypeChecker.h | removed unnecessary function declaration | 2015-10-02 12:38:48 +02:00 | 
		
			
			
			
			
				| Types.cpp | improved overflow check in memorySize for ArrayType | 2015-09-24 10:51:06 +02:00 | 
		
			
			
			
			
				| Types.h | style fix | 2015-09-23 17:31:47 +02:00 | 
		
			
			
			
			
				| Utils.h | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 | 
		
			
			
			
			
				| Version.cpp | Add libevmasm version string. | 2015-09-22 16:23:21 +02:00 | 
		
			
			
			
			
				| Version.h | Add CMakeLists.txt for libsolidity | 2015-08-19 14:57:25 +02:00 |