| 
							
							
								 Alex Beregszaszi | 58f7a27ee0 | Add sig member on function type | 2017-09-13 11:40:57 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 5084a9cda9 | Merge pull request #2852 from ssuman/develop This commit will display warning when there is unused function parameter | 2017-09-12 17:57:55 +02:00 |  | 
			
				
					| 
							
							
								 Suman | 10d290cb9b | Display helpful warning for unused function arguments/return parameters | 2017-09-12 15:35:03 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 5ae9b8dab1 | Do not report overload conflicts for every line excessively | 2017-09-12 14:58:10 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | f2412da800 | Merge pull request #2888 from ethereum/same-declaration-error Use secondary source location as a vector in same declaration errors | 2017-09-12 14:57:42 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | ac3742cd25 | Merge pull request #2887 from ethereum/missing-functions-list Show each unimplemented function in secondary source location | 2017-09-12 13:28:49 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 513ae59bba | Merge pull request #2853 from ethereum/cleanup-asm-stream Split out the JSON functionality from assembly.stream() | 2017-09-12 13:23:59 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | da1a53e02a | Use secondary source location as a vector in same declaration errors | 2017-09-12 12:06:16 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | a03211f3c9 | Show each unimplemented function in secondary source location | 2017-09-12 10:59:56 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | a52e0de67c | Do not show the same error multiple times for events | 2017-09-12 00:03:35 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | bbfb16cf5c | Introduce assemblyString | 2017-09-11 15:53:20 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 50570c6c79 | Do not return the stream in asssemblyStream | 2017-09-11 15:48:58 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | a535a8b06e | Split out the JSON functionality from assembly.stream() | 2017-09-11 15:48:52 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 3326a2282e | Change array too large error message as it is valid for non-calldata too | 2017-09-05 22:38:45 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | bf294253bb | Merge pull request #2860 from ethereum/noparamsfordefaulted Remove parameter names for defaulted functions. | 2017-08-31 12:38:08 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 9e63710b8e | Remove parameter names for defaulted functions. | 2017-08-31 12:16:41 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | eb33e76416 | Use Json::valueToQuotedString directly | 2017-08-29 15:51:37 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | cd22da1d9e | Remove escape function. | 2017-08-29 15:50:28 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | a3f77527e9 | Merge pull request #2847 from ethereum/codegen-docs Document more of the codegen features | 2017-08-29 15:27:07 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 93b1cc9702 | Merge pull request #2833 from ethereum/statemutability-builtins Mark all built in functions with appropriate statemutability | 2017-08-29 15:24:51 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 3c24dcfe45 | Document more of the codegen features | 2017-08-29 13:36:13 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 7fb4a64136 | Move all file specific globals to anonymous namespace | 2017-08-29 11:09:18 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 0e11e5af10 | Include all overloaded events in ABI | 2017-08-28 20:07:43 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 79e84a8fa4 | Swap declaration/statemutability in FunctionType constructor | 2017-08-28 19:43:35 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | aa94000a91 | Mark all built in functions with appropriate statemutability | 2017-08-28 19:43:35 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | c7cb00d49a | Mark event non-payable and not view | 2017-08-28 16:37:45 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | ab06346e6e | Merge pull request #2835 from ethereum/compilerstack-docs Reorder some methods in CompilerStack for readability | 2017-08-28 16:27:10 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | ceba40c410 | Reorder some methods in CompilerStack for readability | 2017-08-28 15:14:19 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 1beef38361 | Merge pull request #2834 from ethereum/fixTypeNameParsing Crash fix, parseTypeName can return null. | 2017-08-28 15:07:14 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 122e65f8f4 | Crash fix, parseTypeName can return null. | 2017-08-28 15:13:02 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 5bd6254449 | Merge pull request #2825 from ethereum/contract-unused-natspec Removed unused natspec members of ContractDefinition | 2017-08-28 13:06:30 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 2b3a49f702 | Merge pull request #2821 from ethereum/errorreporter-copy Add copy constructor to ErrorReporter (since it has assignment operator) | 2017-08-25 20:40:27 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 8e5f9c5981 | Removed unused natspec members of ContractDefinition | 2017-08-25 20:29:43 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 372279ceb2 | Merge pull request #2819 from ethereum/compilerstack-typecheck Simplify typechecking loop in compilerstack | 2017-08-25 19:38:15 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 9e90ddcae5 | Merge pull request #2820 from ethereum/fallthrough Fix some other fallthrough cases | 2017-08-25 19:37:59 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 523e76332a | Merge pull request #2813 from ethereum/tightpack-warn Warn on using literals in tight packing | 2017-08-25 16:08:42 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 774363eb74 | Add copy constructor to ErrorReporter (since it has assignment operator) | 2017-08-25 16:03:24 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | da56bde58f | Move the break in switch for readability | 2017-08-25 16:02:05 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 51d6141f7e | Mark to places fall-through | 2017-08-25 16:00:36 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 5c73a80418 | Remove fallthrough from ArrayUtils | 2017-08-25 15:57:27 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | ec6d8007db | Merge pull request #2815 from ethereum/parser-fallthrough Remove fallthrough from literal parsing | 2017-08-25 15:54:46 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | e6f55fb95e | Do not create a new TypeChecker instance for every contract | 2017-08-25 15:43:26 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 670df8e874 | Attach natspec before type checking | 2017-08-25 15:39:20 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | d60d4b3031 | Remove duplicate work from CompilerStack.analyze() | 2017-08-25 15:37:10 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | f2317670fa | Remove two other fall-through cases in Parser | 2017-08-25 14:24:07 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | ef8355da7f | Remove fallthrough from literal parsing | 2017-08-25 14:22:59 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | f6dba97fe1 | Warn on using literals in tight packing | 2017-08-25 14:16:50 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 4b0e30d259 | Cleanup of Common.h | 2017-08-25 14:54:23 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | e03dfd8476 | Remove unused statements from the Natspec headers | 2017-08-25 13:15:08 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 20e3b98d1f | Reorder ABI for readability | 2017-08-25 10:39:53 +01:00 |  |