| 
							
							
								 chriseth | 3ba8af4fd5 | Provide input for two optimizer tests. | 2018-02-20 18:03:39 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | f5f00b4ee9 | Merge pull request #3535 from ethereum/fixShadowing Fix shadowing detection for aliases | 2018-02-20 16:42:02 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 58bbb04276 | Changelog entry. | 2018-02-20 13:06:45 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 4272d16f30 | Fix shadowing for imports with aliases. | 2018-02-20 13:06:28 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | decfa0eed0 | Test aliasing in shadowing. | 2018-02-20 13:06:28 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | a6b52fdc34 | Merge pull request #3550 from ethereum/offsetconstantsasm Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly. | 2018-02-20 11:17:58 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 2a58b44b8b | Merge pull request #3543 from medvedev1088/feature/add-gas-details-to-documentation Add gas forwarding details to address related functions in documentation | 2018-02-19 23:16:36 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | e54ea93e40 | Merge pull request #3551 from fulldecent/patch-7 Typo | 2018-02-19 23:10:47 +01:00 |  | 
			
				
					| 
							
							
								 William Entriken | 360009c376 | Typo | 2018-02-19 15:38:55 -05:00 |  | 
			
				
					| 
							
							
								 Evgeny Medvedev | bce545c990 | Add adjustable/no adjustable gas details to address related functions in units-and-global-variables.rst | 2018-02-20 02:06:42 +07:00 |  | 
			
				
					| 
							
							
								 chriseth | 59f5a31376 | Merge pull request #3357 from federicobond/improve-asm-grammar docs: Improve assembly grammar definition | 2018-02-19 19:30:54 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 83692360b1 | Changelog entry. | 2018-02-19 19:22:49 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 930485cd24 | Properly warn about the use of constants in inline assembly in connection with ` _offset and _slot`. | 2018-02-19 19:22:39 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a680cbd474 | Test ` _offset` for constants in inline assembly. | 2018-02-19 19:22:39 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 39f09a90f0 | Merge pull request #3448 from fulldecent/patch-8 Clarify name documentation for mixedCase | 2018-02-19 18:59:50 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | abc23ac608 | Merge pull request #3135 from federicobond/formatter-instance Convert static SourceReferenceFormatter functions to member ones | 2018-02-19 17:34:07 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a938e39a9d | Merge pull request #3182 from janat08/patch-2 Update introduction-to-smart-contracts.rst | 2018-02-19 16:52:45 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 2b23d02c83 | Update introduction-to-smart-contracts.rst | 2018-02-19 16:52:37 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | dcfbcddd52 | Merge pull request #3540 from ealmansi/fix/add-doc-prop-3537 Added JSON property 'documentation' to Function, Event, and Modifier defs. | 2018-02-19 16:46:27 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 7530592a58 | Changelog entry. | 2018-02-19 16:45:51 +01:00 |  | 
			
				
					| 
							
							
								 Emilio Almansi | 47a0e374e2 | Fix indentation. | 2018-02-19 16:45:38 +01:00 |  | 
			
				
					| 
							
							
								 Emilio Almansi | ca6957da37 | Added property _documentation_ to Function, Event, and Modifier definition classes. | 2018-02-19 16:45:38 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 839acafb95 | Merge pull request #3502 from aarlt/minor_fix_no_input_sources_specified Minor improvement: Check sources | 2018-02-19 15:26:06 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 305d5f70c2 | Fix scannerFromSourceName use-after-free. | 2018-02-19 15:13:49 +01:00 |  | 
			
				
					| 
							
							
								 Federico Bond | d7532f7b9c | Convert static SourceReferenceFormatter functions to member ones | 2018-02-19 15:04:22 +01:00 |  | 
			
				
					| 
							
							
								 Evgeny Medvedev | bfcf4a86c3 | Add gas forwarding details to address related functions in units-and-global-variables.rst | 2018-02-18 23:43:09 +07:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | 1d4547ab03 | Minor improvement: check sources - returns error, if "sources" is an array, an empty object or not defined
- Added new test-cases in test/libsolidity/StandardCompiler.cpp | 2018-02-16 18:44:46 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 3f7e82d00b | Merge pull request #3536 from leonardoalt/fix_compilation_3530 Fix compilation problem from issue 3530 | 2018-02-16 16:40:32 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | fa0ab6bb21 | Fix compilation problem from issue 3530 | 2018-02-16 16:04:30 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | f4aa05f308 | Merge pull request #3523 from ethereum/throwMulmod Make addmod and mulmod revert if the last argument is zero. | 2018-02-15 14:57:09 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 2b5a5a8669 | Make addmod and mulmod revert if the last argument is zero. | 2018-02-15 13:52:17 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 5746e2d7d8 | Merge pull request #3521 from ethereum/uninitializedStoragePointers Disallow uninitialized storage pointers as experimental 0.5.0 feature. | 2018-02-15 12:05:21 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | e08a206070 | Disallow uninitialized storage pointers as experimental 0.5.0 feature. | 2018-02-15 11:58:50 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 834dac7989 | Merge pull request #3510 from ethereum/fixppa Fix PPA script. | 2018-02-14 19:49:01 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | ca0e323f9f | Fix PPA script. | 2018-02-14 16:45:00 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 333163ec4a | Merge pull request #3509 from ethereum/release Merge release back into develop. | 2018-02-14 15:41:37 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 2de50cb970 | Merge pull request #3508 from abbbe/docs-fix-typo-20180214 fix a typo | 2018-02-14 11:54:38 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | bb3b327c9a | Merge pull request #3505 from ethereum/incVersion Increment version number. | 2018-02-14 12:21:18 +01:00 |  | 
			
				
					| 
							
							
								 Alexandre Bezroutchko | 3804f29a8d | fix a typo | 2018-02-14 09:49:06 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | bbdc885478 | Increment version number. | 2018-02-14 08:43:49 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 3155dd8058 | Merge pull request #3503 from ethereum/develop Merge develop into release for v0.4.20. | 2018-02-14 05:00:41 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | ef8292c6bb | Update Changelog.md | 2018-02-13 22:43:20 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | fc7d3f1357 | Merge pull request #3501 from ethereum/prepareRelease Prepare 0.4.20 release. | 2018-02-13 20:45:10 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | fccede62ce | Prepare 0.4.20 release. | 2018-02-13 17:17:46 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 23484ba6a4 | Merge pull request #3498 from ethereum/allowthisfselector Allow `this.f.selector` to be pure. | 2018-02-13 17:08:35 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | f84b2c4514 | Merge pull request #3147 from Balajiganapathi/alternative_scope Suggest alternatives when identifier not found. Closes #3058. | 2018-02-13 16:48:21 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 1dcd7c5e0b | Fix: remove reference. | 2018-02-13 15:04:10 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | 5747985e6a | Use one-dimensional vector. | 2018-02-13 15:04:10 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | 12c3eb8880 | Suggestion to improve readability. | 2018-02-13 15:04:10 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | dc0a25f1cd | Minor changes. | 2018-02-13 15:04:03 +00:00 |  |