| 
							
							
								 Alex Beregszaszi | 6fe8e63eee | Remove inconsistently used isValidUTF8 helper | 2020-07-27 18:21:17 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | e7d5a7da10 | [TypeChecker] Remove function input and return parameter names from mobileType | 2020-07-23 14:39:49 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 9be5ed1220 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-07-21 11:35:28 +02:00 |  | 
			
				
					| 
							
							
								 Sachin Grover | b7adb2aa42 | Add SPDX license identifier if not present already in source file Fixes: #9220 | 2020-07-17 20:24:12 +05:30 |  | 
			
				
					| 
							
							
								 chriseth | f945163909 | Merge pull request #9432 from ethereum/develop Merge develop into breaking. | 2020-07-16 17:14:45 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | f28bede34a | Refactor storageSizeUpperBound. | 2020-07-14 10:45:02 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 8eee3ed3a2 | Merge pull request #9388 from ethereum/develop Merge develop into breaking. | 2020-07-13 14:55:21 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | efc5ee207d | Fix internal compiler error caused by oversized objects | 2020-07-10 11:39:07 +02:00 |  | 
			
				
					| 
							
							
								 Harikrishnan Mulackal | d41eaeba56 | Added containsNestedMapping() | 2020-06-30 16:15:03 +05:30 |  | 
			
				
					| 
							
							
								 chriseth | 645c3508a8 | Prepare for allowing bound functions and using for everywhere. | 2020-06-15 21:20:18 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 5c71b3fbb0 | Merge pull request #9173 from ethereum/fixBoundCalldata Fix bound functions with calldata parameters. | 2020-06-11 13:31:30 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 90b66a7362 | Fix struct member access for memory and implement for calldata. | 2020-06-10 20:01:30 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | baabe65a84 | Fix bound functions with calldata parameters. | 2020-06-10 17:37:59 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | e4b31e7230 | Introduce named concept for types. | 2020-05-26 18:17:25 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 9604174151 | Rename asCallableFunction. | 2020-05-26 11:35:12 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 2d1e7d9504 | Merge pull request #8931 from random-internet-cat/lazy-init Add LazyInit | 2020-05-14 18:54:19 +02:00 |  | 
			
				
					| 
							
							
								 Jason Cobb | 0e26700f65 | Use LazyInit for MemberList::m_storageOffsets | 2020-05-14 10:29:26 -04:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 97296d8622 | Allow ABI encoding for array slices without explicit casts. | 2020-05-13 18:20:07 +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 |  | 
			
				
					| 
							
							
								 hrkrshnn | e2e32d372f | virtual modifiers (in Abstract contracts) allow empty bodies | 2020-04-23 17:26:59 +05:30 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 Alexander Arlt | aac7a1e434 | Apply modernize-pass-by-value. | 2020-04-14 10:32:13 -05:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 04d8ad2ae1 | Legacy codegeneration for immutable state variables. | 2020-03-24 16:45:25 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | fe659ceb41 | Anything outside storage is always a pointer. | 2020-03-23 15:34:10 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 3c9f18b749 | Use IRVariable's in IR code generation and implement tuples. | 2020-02-12 12:36:14 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 6abe0a50b1 | Define stack slot names in types. | 2020-02-12 12:36:14 +01:00 |  | 
			
				
					| 
							
							
								 Erik Kundt | ec27c2e507 | Introduce AST node for structured documentation. | 2020-01-30 18:25:56 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | a3f23d3158 | Implement new with CREATE2 and function call options. | 2020-01-23 21:20:01 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a4e34b378a | Merge pull request #8105 from ethereum/functionTypeRefactor Add a new Function Type referring to FunctionDefinition's without calling context and use it to allow selector lookup. | 2020-01-09 17:15:46 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 9535c0f520 | Introduce FunctionKind::Declaration and allow accessing function signatures via contract name. | 2020-01-09 15:40:41 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | a02308cfa5 | Replace void cast by maybe_unused | 2020-01-09 13:41:30 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 345f9928ab | Library libdevcore renamed to libsolutil. | 2020-01-07 15:51:50 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 6b23412fae | C++ namespace cleanup (except tests). | 2020-01-07 15:51:50 +01:00 |  | 
			
				
					| 
							
							
								 Gaith Hallak | 371e6a4801 | Add function selector to FunctionDefinition AST JSON | 2019-12-16 15:16:54 +03:00 |  | 
			
				
					| 
							
							
								 chriseth | 216e1749f4 | Merge remote-tracking branch 'origin/develop' into develop_060 | 2019-11-14 13:42:46 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | ce7268272d | Allow obtaining the address of a library by conversion to ` address`. | 2019-11-12 17:09:13 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 3321fc56ea | Split fallback function and introduce "fallback()" and "receive()" syntax. | 2019-11-04 17:17:58 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | edf1e83fda | Merge remote-tracking branch 'origin/develop' into develop_060 | 2019-10-28 15:21:49 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | df729b3084 | Make use of C++17 std::optional<> instead of boost::optional<>. | 2019-10-28 11:39:30 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 4782c800ec | Initial introduction of array slices with partial implementation for dynamic calldata arrays. | 2019-09-13 10:57:53 +02:00 |  | 
			
				
					| 
							
							
								 mingchuan | 15631a7fbe | Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages. | 2019-08-08 15:52:21 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 862b65d6e3 | [libsolidity] remove ReferenceType::copyForLocationIfReference (use TypeProvider instead) | 2019-04-17 13:25:03 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | b83097bdc6 | [libsolidity] Types: eliminate redundant MagicType::metaType() (use TypeProvider instead) | 2019-04-17 12:59:48 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 59d4f54729 | libsolidity: Be more restrictive to not allow any copy constructors at all in Type system. This enforces us to be a little bit more historical in how to initialize
our std::array<>'s in TypeProvider. | 2019-04-16 18:26:46 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | bf43eebea9 | libsolidity: Introducing TypeProvider API, for clear type system ownership. | 2019-04-16 18:26:45 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 6b69c31703 | Fix ABIEncoderV2 array overwrite bug. | 2019-03-25 18:28:43 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 7d809df91a | Add back StructType::recursive() | 2019-03-21 07:25:59 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 8e899a0d32 | Disallow internal function types as parameters for public/external library function | 2019-03-21 07:25:57 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 0fbea8a1a0 | Change return type for interfaceType() to ResultType | 2019-03-21 07:25:28 +01:00 |  |