| 
							
							
								 Daniel Kirchner | 0dca223b45 | Add another argument to setimmutable and the AssignImmutable opcode, allowing to modify code at any memory offset. | 2020-10-15 18:14:41 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 626b7cdb09 | Extract yul syntax tests: invalid use of builtin identifiers | 2020-10-14 12:18:33 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 5d40494ed2 | Extract yul syntax tests: function | 2020-10-14 12:05:46 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 5b799b01ab | Extract yul syntax tests: multiple assignment expression | 2020-10-14 11:50:25 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 99d18336a0 | Extract yul syntax tests: recursion depth | 2020-10-14 11:45:54 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | b1b2d3ef62 | Extract yul syntax tests: switch statement | 2020-10-14 11:39:10 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | c63265ff03 | Extract yul syntax tests: for statement | 2020-10-14 11:23:10 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 2accbbe251 | Extract yul syntax tests: if statement | 2020-10-14 10:54:18 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 768e0e96e4 | Extract yul syntax tests. | 2020-09-15 12:13:30 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 7ef9591e64 | Expose hex literal to the Yul parser This allows nicer error messages. | 2020-08-28 19:34:52 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 26a76c18d4 | Add Yul syntax test for every Solidity keyword | 2020-08-28 19:34:52 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | caa329066e | Do not emit Solidity-only tokens in the Scanner for Yul And simplfiy AsmParser greatly. | 2020-08-28 19:34:52 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 4e5b403c37 | Introduce RightArrow (->) token in the scanner | 2020-08-27 12:28:27 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | babb175d86 | Add more syntax tests for Yul | 2020-08-13 14:20:52 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 5d670aaa18 | Merge pull request #9614 from ethereum/yul-hex Update tests/documentation to show that hex literals are not supported in Yul | 2020-08-13 03:11:45 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | b752551ebd | Add test case for string literals in switch statements in Yul | 2020-08-13 00:27:41 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | acb1e8c280 | Add tests showing hex literals are not allowed in Yul | 2020-08-13 00:27:19 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | bb29307b02 | Add/Update tests for Yul function definition | 2020-08-12 23:53:08 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 291c359ee9 | Add more syntax tests for Yul objects Also move some of them from boost tests. | 2020-08-05 21:01:46 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 6e381326fe | Adjust and add more tests | 2020-08-05 11:37:04 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 8eee3ed3a2 | Merge pull request #9388 from ethereum/develop Merge develop into breaking. | 2020-07-13 14:55:21 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 20dd66f398 | Fix missing quote in error message for invalid Yul types | 2020-07-10 21:06:09 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 64b6524bdb | Merge remote-tracking branch 'origin/develop' into breaking | 2020-07-08 09:37:14 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 0bd6fb027b | Update tests | 2020-07-07 13:13:58 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 70615a73a4 | Disallow the same yul variable occurring multiple times on the LHS of an assignment. | 2020-07-07 10:52:47 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | ab68406006 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-07-06 15:25:25 +02:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 8b53f85e28 | Add Yul syntax tests for dots in identifiers | 2020-07-03 15:41:09 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 3e3f9a472f | Merge remote-tracking branch 'origin/develop' into breaking | 2020-06-30 18:56:51 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | a331d4449d | Add linkersymbol() builtin to Yul EVM dialect | 2020-06-24 15:06:52 +02:00 |  | 
			
				
					| 
							
							
								 Kamil Śliwak | 1b09b4f950 | Allow Yul literals longer than 32-bytes when used as literal arguments for builtins | 2020-06-24 15:05:38 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | d67734df6f | Fix error IDs. | 2020-06-22 18:56:32 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 1441b97131 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-06-22 18:40:20 +02:00 |  | 
			
				
					| 
							
							
								 a3d4 | e04cedafc5 | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 9820df58ab | Remove Yul instruction PC and adapt tests accordingly. | 2020-06-03 12:49:23 +02:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | b7fa5d5040 | Mark EVM instruction pc()as deprecated when used in inline assembly. | 2020-05-27 12:07:23 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 2ee748b7f5 | Add tests | 2020-02-24 15:05:19 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 9140bc52c4 | Tests for invalid types. | 2020-02-24 15:05:18 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 92c9b078b4 | Use correct instance of EVMDialectTyped. | 2020-02-06 19:46:37 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | fc10e701fc | Implement yul syntax tests | 2020-02-05 14:58:34 +01:00 |  |