b28ab2511c 
								
									
								
							
								 
							
						 
						
							
							
								
								websocket: move library files to root of module  
							
							
							
						 
						
							2020-04-08 19:44:30 +02:00  
				
					
						
							
							
								 
						
							
							
								fa6aaad6df 
								
							
								 
							
						 
						
							
							
								
								checker: handle `x := x`  
							
							
							
						 
						
							2020-04-08 19:15:19 +02:00  
				
					
						
							
							
								 
						
							
							
								03c307a8c0 
								
									
								
							
								 
							
						 
						
							
							
								
								parser: fix struct name error  
							
							
							
						 
						
							2020-04-08 19:08:54 +02:00  
				
					
						
							
							
								 
						
							
							
								78fc9bd12b 
								
									
								
							
								 
							
						 
						
							
							
								
								fmt: short_module for enum values  
							
							
							
						 
						
							2020-04-08 18:55:50 +02:00  
				
					
						
							
							
								 
						
							
							
								d38acb5487 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: fix enum print case  
							
							
							
						 
						
							2020-04-08 18:55:10 +02:00  
				
					
						
							
							
								 
						
							
							
								3fd547f2e5 
								
							
								 
							
						 
						
							
							
								
								flag: fix compilation of programs using flag module  
							
							
							
						 
						
							2020-04-08 19:49:32 +03:00  
				
					
						
							
							
								 
						
							
							
								292b165abe 
								
							
								 
							
						 
						
							
							
								
								tests: use the yellow color for 'the ok, fail, skip, total' line too  
							
							
							
						 
						
							2020-04-08 18:49:00 +03:00  
				
					
						
							
							
								 
						
							
							
								e10290eb8e 
								
							
								 
							
						 
						
							
							
								
								tests: make the SKIP and FAIL labels more distinctive  
							
							
							
						 
						
							2020-04-08 18:42:05 +03:00  
				
					
						
							
							
								 
						
							
							
								7a218286b3 
								
							
								 
							
						 
						
							
							
								
								cgen: fix returning optional consts; fix csv test  
							
							
							
						 
						
							2020-04-08 17:21:36 +02:00  
				
					
						
							
							
								 
						
							
							
								3abbdd4a39 
								
							
								 
							
						 
						
							
							
								
								tests: fix vlib/os/environment.v  
							
							
							
						 
						
							2020-04-08 18:01:19 +03:00  
				
					
						
							
							
								 
						
							
							
								10c4c44d03 
								
									
								
							
								 
							
						 
						
							
							
								
								parser: allow C struct declaration that lacks body  
							
							
							
						 
						
							2020-04-08 16:54:49 +02:00  
				
					
						
							
							
								 
						
							
							
								a61654009f 
								
									
								
							
								 
							
						 
						
							
							
								
								tests: change skip color to yellow instead of red  
							
							
							
						 
						
							2020-04-08 16:52:40 +02:00  
				
					
						
							
							
								 
						
							
							
								bcb9d90abb 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: remove redundant spaces in generated C  
							
							
							
						 
						
							2020-04-08 16:52:07 +02:00  
				
					
						
							
							
								 
						
							
							
								5247d5924e 
								
							
								 
							
						 
						
							
							
								
								tests: stats_test.v, pcg32_test.v, splitmix64_test.v now also pass  
							
							
							
						 
						
							2020-04-08 17:29:43 +03:00  
				
					
						
							
							
								 
						
							
							
								6bba7d4e3a 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: enum str()  
							
							
							
						 
						
							2020-04-08 15:54:38 +02:00  
				
					
						
							
							
								 
						
							
							
								1388532bd4 
								
							
								 
							
						 
						
							
							
								
								tests: fix crc32_test.v  
							
							
							
						 
						
							2020-04-08 16:48:13 +03:00  
				
					
						
							
							
								 
						
							
							
								a8fe3a59b0 
								
							
								 
							
						 
						
							
							
								
								tests: fix sha1 test by fixing << | expressions with explicit parenthesis for now.  
							
							
							
						 
						
							2020-04-08 16:30:19 +03:00  
				
					
						
							
							
								 
						
							
							
								80888b9518 
								
							
								 
							
						 
						
							
							
								
								tests: fix fmt test  
							
							
							
						 
						
							2020-04-08 14:25:08 +02:00  
				
					
						
							
							
								 
						
							
							
								8426db7fe5 
								
							
								 
							
						 
						
							
							
								
								copy thecodrr/vws to vlib/net/websocket  
							
							
							
						 
						
							2020-04-08 14:22:31 +02:00  
				
					
						
							
							
								 
						
							
							
								5ef5712e91 
								
							
								 
							
						 
						
							
							
								
								vfmt: do not generate a space if the comment is empty  
							
							
							
						 
						
							2020-04-08 14:19:13 +02:00  
				
					
						
							
							
								 
						
							
							
								2e78051933 
								
							
								 
							
						 
						
							
							
								
								tests: fix in_expression_test  
							
							
							
						 
						
							2020-04-08 13:56:09 +02:00  
				
					
						
							
							
								 
						
							
							
								eb78396307 
								
							
								 
							
						 
						
							
							
								
								parser: fix prefix precedence  
							
							
							
						 
						
							2020-04-08 13:53:11 +02:00  
				
					
						
							
							
								 
						
							
							
								c00ec77737 
								
							
								 
							
						 
						
							
							
								
								tests: fix compilation of parser_test.v  
							
							
							
						 
						
							2020-04-08 05:57:36 +03:00  
				
					
						
							
							
								 
						
							
							
								ef19aa1de6 
								
							
								 
							
						 
						
							
							
								
								assert: fix line position, pretty print float literals and casts  
							
							
							
						 
						
							2020-04-08 05:47:29 +03:00  
				
					
						
							
							
								 
						
							
							
								3bad02abdd 
								
							
								 
							
						 
						
							
							
								
								cgen: do comparison of f32/f64 values for == and != by calling f64_eq(a,b) and f64_ne(a,b)  
							
							
							
						 
						
							2020-04-08 03:51:06 +03:00  
				
					
						
							
							
								 
						
							
							
								8e06f4e519 
								
							
								 
							
						 
						
							
							
								
								tests: rename vlib/rand/rand_test.v to random_numbers_test.v to fix sporadic CI fails  
							
							
							
						 
						
							2020-04-08 03:04:04 +03:00  
				
					
						
							
							
								 
						
							
							
								b9ec1479e4 
								
							
								 
							
						 
						
							
							
								
								checker: allow again fallthrough in or{} blocks of option calls without assignment  
							
							
							
						 
						
							2020-04-08 02:56:24 +03:00  
				
					
						
							
							
								 
						
							
							
								7ff0c3aaa9 
								
							
								 
							
						 
						
							
							
								
								cgen/parser: fix unions  
							
							
							
						 
						
							2020-04-08 01:20:55 +02:00  
				
					
						
							
							
								 
						
							
							
								cdcb8b6c06 
								
							
								 
							
						 
						
							
							
								
								fmt: ` ` fix  
							
							
							
						 
						
							2020-04-08 01:04:08 +02:00  
				
					
						
							
							
								 
						
							
							
								9984691eaf 
								
									
								
							
								 
							
						 
						
							
							
								
								parser: fix float_test.v  
							
							
							
						 
						
							2020-04-08 01:00:58 +02:00  
				
					
						
							
							
								 
						
							
							
								d54150cd22 
								
							
								 
							
						 
						
							
							
								
								vfmt: fix struct init indent and wrapped lines  
							
							
							
						 
						
							2020-04-08 00:59:28 +02:00  
				
					
						
							
							
								 
						
							
							
								2fbed2f880 
								
							
								 
							
						 
						
							
							
								
								cgen: fix _ = ...  
							
							
							
						 
						
							2020-04-08 00:46:16 +02:00  
				
					
						
							
							
								 
						
							
							
								7406abe3b6 
								
									
								
							
								 
							
						 
						
							
							
								
								map: use strcmp and update wyhash  
							
							
							
						 
						
							2020-04-08 00:02:15 +02:00  
				
					
						
							
							
								 
						
							
							
								59ac0bd46b 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: print bool correctly in interpolation  
							
							
							
						 
						
							2020-04-07 23:26:20 +02:00  
				
					
						
							
							
								 
						
							
							
								582ee9e643 
								
							
								 
							
						 
						
							
							
								
								urllib: put braces in << | expressions in urllib.v to make test pass  
							
							
							
						 
						
							2020-04-07 22:58:29 +03:00  
				
					
						
							
							
								 
						
							
							
								cb52dd85e7 
								
							
								 
							
						 
						
							
							
								
								tests: add an isolated test case for long struct names with capitalization  
							
							
							
						 
						
							2020-04-07 22:03:20 +03:00  
				
					
						
							
							
								 
						
							
							
								589b932f19 
								
							
								 
							
						 
						
							
							
								
								compiler: more permissive structure names, that allow URL as a struct name  
							
							
							
						 
						
							2020-04-07 22:00:25 +03:00  
				
					
						
							
							
								 
						
							
							
								6bbd1943dd 
								
							
								 
							
						 
						
							
							
								
								cgen: fix &string cast; vfmt fixes  
							
							
							
						 
						
							2020-04-07 18:51:44 +02:00  
				
					
						
							
							
								 
						
							
							
								4aedef367c 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: print bool and string correctly in struct  
							
							
							
						 
						
							2020-04-07 17:52:15 +02:00  
				
					
						
							
							
								 
						
							
							
								7cf9b32742 
								
									
								
							
								 
							
						 
						
							
							
								
								cmd: show cleaner messages, when v can not compile a tool, or update itself  
							
							
							
						 
						
							2020-04-07 17:56:33 +03:00  
				
					
						
							
							
								 
						
							
							
								0024ff848d 
								
									
								
							
								 
							
						 
						
							
							
								
								parser: check if the last or {} block expression is valid  
							
							... 
							
							
							
							These checks allows for:
a) `x := call() or { 'abc' }`
b) `x := call() or { panic('abc') }`
c) `x := call() or { exit(123) }`
d) `x := call() or { continue }`
e) `x := call() or { break }`
f) `x := call() or { return }`
... but produce errors for:
g) `x := call() or { println('an error') }` , etc. 
							
						 
						
							2020-04-07 17:36:00 +03:00  
				
					
						
							
							
								 
						
							
							
								275b20a184 
								
							
								 
							
						 
						
							
							
								
								vfmt: handle for ;; loops; run vfmt on parser.v  
							
							
							
						 
						
							2020-04-07 15:48:13 +02:00  
				
					
						
							
							
								 
						
							
							
								8f9a8e1e7f 
								
							
								 
							
						 
						
							
							
								
								vfmt: small fixes + run on checker.v and fmt.v  
							
							
							
						 
						
							2020-04-07 15:15:49 +02:00  
				
					
						
							
							
								 
						
							
							
								890940292b 
								
							
								 
							
						 
						
							
							
								
								Revert "cgen: print bool in struct correctly"  
							
							... 
							
							
							
							This reverts commit 78440be2b2 
							
						 
						
							2020-04-07 12:56:05 +02:00  
				
					
						
							
							
								 
						
							
							
								78440be2b2 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: print bool in struct correctly  
							
							
							
						 
						
							2020-04-07 12:39:10 +02:00  
				
					
						
							
							
								 
						
							
							
								08d90afb8c 
								
									
								
							
								 
							
						 
						
							
							
								
								builder: fix an error on windows  
							
							
							
						 
						
							2020-04-07 12:32:49 +02:00  
				
					
						
							
							
								 
						
							
							
								426eb46166 
								
									
								
							
								 
							
						 
						
							
							
								
								test: fix windows test error  
							
							
							
						 
						
							2020-04-07 12:32:09 +02:00  
				
					
						
							
							
								 
						
							
							
								fe0942043c 
								
									
								
							
								 
							
						 
						
							
							
								
								checker: check if BranchStmt is in a loop  
							
							
							
						 
						
							2020-04-07 12:29:11 +02:00  
				
					
						
							
							
								 
						
							
							
								fd75cce0f3 
								
							
								 
							
						 
						
							
							
								
								vfmt: minor fixes + tests  
							
							
							
						 
						
							2020-04-07 04:05:59 +02:00  
				
					
						
							
							
								 
						
							
							
								b0dacef32b 
								
									
								
							
								 
							
						 
						
							
							
								
								time: change unix timestamp to u64  
							
							
							
						 
						
							2020-04-07 03:35:47 +02:00