804d303487 
								
							
								 
							
						 
						
							
							
								
								cgen: add () for | and ^  
							
							
							
						 
						
							2020-04-02 18:26:56 +02:00  
				
					
						
							
							
								 
						
							
							
								abf15e863c 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: compile vrepl, 'fn main(){println(2+2)}' runs now  
							
							... 
							
							
							
							It works if you give it complete V programs like
fn main(){println(2+2)}
but not for single expressions like 2+2 or statements like a:='abc' 
							
						 
						
							2020-04-02 19:21:12 +03:00  
				
					
						
							
							
								 
						
							
							
								fd12e4e826 
								
							
								 
							
						 
						
							
							
								
								fix compiler_test.v  
							
							
							
						 
						
							2020-04-02 18:12:10 +02:00  
				
					
						
							
							
								 
						
							
							
								61f79270a8 
								
							
								 
							
						 
						
							
							
								
								v2: compiler_test.v should fail on errors.  
							
							
							
						 
						
							2020-04-02 19:01:31 +03:00  
				
					
						
							
							
								 
						
							
							
								83289d74a7 
								
									
								
							
								 
							
						 
						
							
							
								
								builtin: fix int to hex  
							
							
							
						 
						
							2020-04-02 17:16:17 +02:00  
				
					
						
							
							
								 
						
							
							
								8c050eff07 
								
									
								
							
								 
							
						 
						
							
							
								
								msvc: add a workaround to fix backtrace ( #4200 )  
							
							
							
						 
						
							2020-04-02 17:11:12 +02:00  
				
					
						
							
							
								 
						
							
							
								40fd924b15 
								
							
								 
							
						 
						
							
							
								
								parser: match must be exhaustive; cmd/v: one verbosity level, simpler version  
							
							
							
						 
						
							2020-04-02 16:51:16 +02:00  
				
					
						
							
							
								 
						
							
							
								f087e819d7 
								
							
								 
							
						 
						
							
							
								
								cli: minor fixes  
							
							
							
						 
						
							2020-04-02 16:04:57 +02:00  
				
					
						
							
							
								 
						
							
							
								d5b2eb3c23 
								
									
								
							
								 
							
						 
						
							
							
								
								test: remove old num_lit_call_method  
							
							
							
						 
						
							2020-04-02 15:52:46 +02:00  
				
					
						
							
							
								 
						
							
							
								ad9848d983 
								
									
								
							
								 
							
						 
						
							
							
								
								fix cmd/tools/vtest.v build  
							
							... 
							
							
							
							This PR enables building them again with v2, by making vlib/sync/pool.v
single threaded for now, and by removing the use of generics till they
are fixed in v2. 
							
						 
						
							2020-04-02 15:52:23 +02:00  
				
					
						
							
							
								 
						
							
							
								4ada412a05 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: stage 2 for enhancing 'v version' with the current git commit hash  
							
							
							
						 
						
							2020-04-02 15:51:48 +02:00  
				
					
						
							
							
								 
						
							
							
								01aa2b86f5 
								
									
								
							
								 
							
						 
						
							
							
								
								array, map: cast voidptr to byteptr  
							
							
							
						 
						
							2020-04-02 15:31:44 +02:00  
				
					
						
							
							
								 
						
							
							
								d4df916581 
								
							
								 
							
						 
						
							
							
								
								array: cast data to byteptr  
							
							
							
						 
						
							2020-04-02 14:58:45 +02:00  
				
					
						
							
							
								 
						
							
							
								be327962d3 
								
							
								 
							
						 
						
							
							
								
								strconv: remove an assert for now  
							
							
							
						 
						
							2020-04-02 14:26:35 +02:00  
				
					
						
							
							
								 
						
							
							
								5b53b3d7e3 
								
							
								 
							
						 
						
							
							
								
								cgen/os: minor fixes  
							
							
							
						 
						
							2020-04-02 14:00:28 +02:00  
				
					
						
							
							
								 
						
							
							
								6e380b8897 
								
							
								 
							
						 
						
							
							
								
								cgen: brin back hashes()  
							
							
							
						 
						
							2020-04-02 13:49:59 +02:00  
				
					
						
							
							
								 
						
							
							
								5b835d294c 
								
							
								 
							
						 
						
							
							
								
								more windows fixes + bring back windows ci  
							
							
							
						 
						
							2020-04-02 13:44:46 +02:00  
				
					
						
							
							
								 
						
							
							
								1178bfa578 
								
							
								 
							
						 
						
							
							
								
								windows: a temp SUCCESS fix  
							
							
							
						 
						
							2020-04-02 13:31:37 +02:00  
				
					
						
							
							
								 
						
							
							
								084f853a2a 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: enhance version with current git commit hash. Cleanup redundant code.  
							
							
							
						 
						
							2020-04-02 13:31:02 +02:00  
				
					
						
							
							
								 
						
							
							
								d9c7253836 
								
							
								 
							
						 
						
							
							
								
								windows: "".to_wide() fixes  
							
							
							
						 
						
							2020-04-02 13:24:23 +02:00  
				
					
						
							
							
								 
						
							
							
								1fe2933dd9 
								
							
								 
							
						 
						
							
							
								
								cgen: windows fixes  
							
							
							
						 
						
							2020-04-02 13:09:39 +02:00  
				
					
						
							
							
								 
						
							
							
								4981c5a870 
								
							
								 
							
						 
						
							
							
								
								parser: fix public interfaces  
							
							
							
						 
						
							2020-04-02 12:53:25 +02:00  
				
					
						
							
							
								 
						
							
							
								86ea886ad7 
								
									
								
							
								 
							
						 
						
							
							
								
								scanner: uniform bool type variable names  
							
							
							
						 
						
							2020-04-02 12:23:18 +02:00  
				
					
						
							
							
								 
						
							
							
								12b8dc2613 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: fix version  
							
							
							
						 
						
							2020-04-02 10:48:29 +02:00  
				
					
						
							
							
								 
						
							
							
								d57b1ca962 
								
							
								 
							
						 
						
							
							
								
								fix valgrind test  
							
							
							
						 
						
							2020-04-02 10:44:35 +02:00  
				
					
						
							
							
								 
						
							
							
								461a5b2c18 
								
							
								 
							
						 
						
							
							
								
								cgen: fix raw strings  
							
							
							
						 
						
							2020-04-02 10:15:35 +02:00  
				
					
						
							
							
								 
						
							
							
								683aa75b8d 
								
							
								 
							
						 
						
							
							
								
								cgen: fix filter()  
							
							
							
						 
						
							2020-04-02 09:32:10 +02:00  
				
					
						
							
							
								 
						
							
							
								24499aa6de 
								
									
								
							
								 
							
						 
						
							
							
								
								scanner: minor refactoring  
							
							
							
						 
						
							2020-04-02 09:27:00 +02:00  
				
					
						
							
							
								 
						
							
							
								dac304195e 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: print: support all the same functionality as println  
							
							
							
						 
						
							2020-04-02 09:19:57 +02:00  
				
					
						
							
							
								 
						
							
							
								3eff266eb9 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: vcleanup call fix ( #4186 )  
							
							
							
						 
						
							2020-04-02 09:18:45 +02:00  
				
					
						
							
							
								 
						
							
							
								561b7a0ea5 
								
									
								
							
								 
							
						 
						
							
							
								
								enum: make .str() print the name instead of the value  
							
							
							
						 
						
							2020-04-02 03:27:06 +02:00  
				
					
						
							
							
								 
						
							
							
								07ea1eff81 
								
							
								 
							
						 
						
							
							
								
								glfw: more fn definitions  
							
							
							
						 
						
							2020-04-02 02:02:12 +02:00  
				
					
						
							
							
								 
						
							
							
								507f4ce87a 
								
							
								 
							
						 
						
							
							
								
								array: handle "0" strings  
							
							
							
						 
						
							2020-04-02 01:47:32 +02:00  
				
					
						
							
							
								 
						
							
							
								88d15c6611 
								
							
								 
							
						 
						
							
							
								
								gl, glfw, freetype fixes  
							
							
							
						 
						
							2020-04-02 01:45:22 +02:00  
				
					
						
							
							
								 
						
							
							
								1cfe44d9c6 
								
							
								 
							
						 
						
							
							
								
								fix windows build  
							
							
							
						 
						
							2020-04-02 01:15:00 +02:00  
				
					
						
							
							
								 
						
							
							
								74bdc57fad 
								
									
								
							
								 
							
						 
						
							
							
								
								tests: fix num_lit_call_method_test  
							
							
							
						 
						
							2020-04-02 00:18:29 +02:00  
				
					
						
							
							
								 
						
							
							
								fb4b93dfc0 
								
							
								 
							
						 
						
							
							
								
								ci fixes  
							
							
							
						 
						
							2020-04-02 00:10:11 +02:00  
				
					
						
							
							
								 
						
							
							
								91ffeeb73b 
								
							
								 
							
						 
						
							
							
								
								parser: fix `(x mut &X)`  
							
							
							
						 
						
							2020-04-01 23:56:55 +02:00  
				
					
						
							
							
								 
						
							
							
								c6cf8ace22 
								
							
								 
							
						 
						
							
							
								
								glfw and tetris fixes; temporary ci fixes  
							
							
							
						 
						
							2020-04-01 23:49:11 +02:00  
				
					
						
							
							
								 
						
							
							
								24fc4a4c04 
								
							
								 
							
						 
						
							
							
								
								use autofree only with -autofree for now  
							
							
							
						 
						
							2020-04-01 23:28:56 +02:00  
				
					
						
							
							
								 
						
							
							
								39434155f8 
								
							
								 
							
						 
						
							
							
								
								short struct init syntax  
							
							
							
						 
						
							2020-04-01 23:23:20 +02:00  
				
					
						
							
							
								 
						
							
							
								d9af06f2ad 
								
							
								 
							
						 
						
							
							
								
								remove remaining files in vlib/compiler  
							
							
							
						 
						
							2020-04-01 22:19:09 +02:00  
				
					
						
							
							
								 
						
							
							
								8dfb14b1c4 
								
							
								 
							
						 
						
							
							
								
								remove 15k lines of code of the old backend; make V2 the default backend  
							
							
							
						 
						
							2020-04-01 21:25:31 +02:00  
				
					
						
							
							
								 
						
							
							
								30f306dc1a 
								
							
								 
							
						 
						
							
							
								
								another vfmt2 fix  
							
							
							
						 
						
							2020-04-01 18:25:05 +02:00  
				
					
						
							
							
								 
						
							
							
								f657c4b514 
								
							
								 
							
						 
						
							
							
								
								another vfmt2 fix  
							
							
							
						 
						
							2020-04-01 18:16:56 +02:00  
				
					
						
							
							
								 
						
							
							
								3ef6436bef 
								
							
								 
							
						 
						
							
							
								
								fix fmt2 test  
							
							
							
						 
						
							2020-04-01 17:52:50 +02:00  
				
					
						
							
							
								 
						
							
							
								e3713de41d 
								
							
								 
							
						 
						
							
							
								
								fix compilation  
							
							
							
						 
						
							2020-04-01 17:17:35 +02:00  
				
					
						
							
							
								 
						
							
							
								0de853a2ab 
								
							
								 
							
						 
						
							
							
								
								v2: lots of minor test fixes  
							
							
							
						 
						
							2020-04-01 17:14:21 +02:00  
				
					
						
							
							
								 
						
							
							
								6764c7dd5c 
								
									
								
							
								 
							
						 
						
							
							
								
								parser/cgen: typeof test fixes - match & fixed array order  
							
							
							
						 
						
							2020-04-02 02:13:21 +11:00  
				
					
						
							
							
								 
						
							
							
								bd8d51fc95 
								
									
								
							
								 
							
						 
						
							
							
								
								token: small optimizations  
							
							
							
						 
						
							2020-04-01 16:50:56 +02:00