| 
							
							
								 Djordje Mijovic | bd64b971b9 | Fixing tests on breaking branch. | 2020-05-19 17:42:19 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 993a7941b1 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-05-14 17:24:40 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | e751a1c23d | Move scopes into resolver. | 2020-05-14 13:16:47 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 257bc6a416 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-05-14 13:04:46 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 6f04664cfa | Disallow array slicing for arrays with dyanmically encoded base types. | 2020-05-13 15:52:22 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 02d1f8c41a | Remove a dedicated error flag from DeclarationTypeChecker | 2020-05-12 18:13:17 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 0be56a0abf | Merge remote-tracking branch 'origin/develop' into breaking | 2020-05-12 17:48:53 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 077cab0860 | Merge pull request #8902 from a3d4/partfix-5819-add-more-error-ids Add error IDs to OverrideChecker, BMC and ContractLevelChecker | 2020-05-12 13:22:42 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 02eee54f38 | Add error IDs to ContractLevelChecker | 2020-05-12 11:42:29 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 1d5350e32f | Add error IDs to OverrideChecker | 2020-05-12 02:26:02 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | c1ed5bbb0f | Update Dockerfiles and CI scripts to Ubuntu 20.04 and simplify them. | 2020-05-11 17:35:01 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | debee799dc | Merge pull request #8892 from ethereum/boost-cxx11 Replace boost/algorithm/cxx11 with C++11 features | 2020-05-11 16:29:42 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | e2f7e8a3a7 | Merge pull request #8890 from ethereum/fixclangv10 Fix clang v10 compilation errors | 2020-05-11 15:39:09 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 875415a132 | Replace boost/algorithm/cxx11 with C++11 features | 2020-05-11 14:27:54 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 0248303c15 | Merge pull request #8872 from ethereum/int-min-max implemented type(X).min and type(X).max for all integer types | 2020-05-11 15:08:19 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | fe43132003 | Fix clang v10 compilation errors | 2020-05-11 14:59:51 +02:00 |  | 
			
				
					| 
							
							
								 Harikrishnan Mulackal | e54c4eecfc | implemented type(X).min and type(X).max for all integer types | 2020-05-11 14:51:13 +05:30 |  | 
			
				
					| 
							
							
								 chriseth | aa7684fb54 | Merge pull request #8864 from a3d4/fix-error-reporting-source-code-format Fix error reporting source code format | 2020-05-07 20:15:51 +02:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 50e59f1008 | trigger error when runtimeCode is called on contracts with immutables | 2020-05-07 15:10:04 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 7e1835af71 | Fix error reporting source code format | 2020-05-07 04:46:02 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 6fb112fa8e | Remove some unneeded headers. | 2020-05-07 01:49:46 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 8f68c04358 | Add unique IDs to error reporting calls | 2020-05-06 13:53:46 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | e3641b88ec | Groundwork. Prepare for automatic tagging [Not compilable until the next commit] | 2020-05-06 13:52:28 +02:00 |  | 
			
				
					| 
							
							
								 Harikrishnan Mulackal | b5612f96c9 | Deprecated identifier now | 2020-05-05 21:11:15 +05:30 |  | 
			
				
					| 
							
							
								 chriseth | ecbf216354 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-05-04 18:46:45 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 3bd15655cb | Type Checker: Fix internal error when applying unary operators to tuples with empty components | 2020-04-29 02:18:48 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 1fe55370f4 | Merge remote-tracking branch 'origin/develop' into HEAD | 2020-04-28 13:02:06 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 051eec5c51 | Converted warnings for .gas and .value into an error | 2020-04-23 21:02:02 +05:30 |  | 
			
				
					| 
							
							
								 hrkrshnn | e2e32d372f | virtual modifiers (in Abstract contracts) allow empty bodies | 2020-04-23 17:26:59 +05:30 |  | 
			
				
					| 
							
							
								 chriseth | a371910674 | Merge pull request #8642 from ethereum/interfaceid Add support for interfaceId. | 2020-04-23 12:24:49 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | c4bc77874b | Disallow empty tuples on the left hand side | 2020-04-23 07:02:04 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 9538024c81 | Fix #8711, #8277 | 2020-04-23 05:57:35 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 6728e3ef94 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-04-22 17:21:32 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 264c4264a1 | Merge pull request #8644 from ethereum/refactor-lValueRequested Replaced all instances of lValueRequested to willBeWrittenTo | 2020-04-20 15:03:50 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | c24c4f85e4 | Merge pull request #8665 from ethereum/recursiveStructRefactoring Recursive struct refactoring and a bunch of ICE fixes. | 2020-04-20 13:24:19 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 4760b8589d | Replaced all instances of lValueRequested to willBeWrittenTo | 2020-04-20 12:33:30 +05:30 |  | 
			
				
					| 
							
							
								 Alexander Arlt | 3754a86ab2 | Add support for interfaceID. | 2020-04-16 12:17:40 -05:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | f6d1cee06b | Ensure that public callable parameters are valid for calldata. | 2020-04-16 17:23:20 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 6093982606 | Review suggestions. | 2020-04-16 16:42:12 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 6f06154eb5 | Move direct struct recursion check to detect recursion in global structs. | 2020-04-16 16:42:12 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | b744a56801 | Refactoring of errors and fixes for various ICEs. | 2020-04-16 16:42:12 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | df1809f8da | Annotate struct definitions with a recursive flag. | 2020-04-16 16:42:12 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | b86c927505 | Disallow virtual and override for constructors. | 2020-04-15 13:58:37 +02:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | aac7a1e434 | Apply modernize-pass-by-value. | 2020-04-14 10:32:13 -05:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 3af43fd350 | Extract typing. | 2020-04-14 10:59:28 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | 3ef510bc86 | Removed a redundant else clause. | 2020-04-08 23:40:29 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 51883958ab | Merge remote-tracking branch 'origin/develop' into breaking | 2020-04-07 11:14:28 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 806c835647 | Merge pull request #8568 from aarlt/clang-tidy-apply-modernize-use-override clang-tidy: Apply modernize-use-override. | 2020-04-06 16:09:02 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | d68c526eaa | Disallow external function pointers as immutables. | 2020-04-03 11:56:51 +02:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 042ccd24ab | Added error message for virtual (library) functions; test case | 2020-04-03 15:09:57 +05:30 |  |