436ef12730 
								
							
								 
							
						 
						
							
							
								
								cgen: str(): handle empty structs  
							
							
							
						 
						
							2020-04-03 18:49:15 +02:00  
				
					
						
							
							
								 
						
							
							
								b411d29577 
								
							
								 
							
						 
						
							
							
								
								v2: fix support for 'go fn()' in modules. sync.pool is again multithreaded.  
							
							
							
						 
						
							2020-04-03 19:44:49 +03:00  
				
					
						
							
							
								 
						
							
							
								c32ed8af51 
								
							
								 
							
						 
						
							
							
								
								cgen: struct str() generation; go() fixes  
							
							
							
						 
						
							2020-04-03 18:05:53 +02:00  
				
					
						
							
							
								 
						
							
							
								31c4b1cda6 
								
							
								 
							
						 
						
							
							
								
								v2: compile vfmt again; consistent colored error messages  
							
							
							
						 
						
							2020-04-03 18:42:22 +03:00  
				
					
						
							
							
								 
						
							
							
								52f096f5d9 
								
							
								 
							
						 
						
							
							
								
								cgen: `go xxx()`  
							
							
							
						 
						
							2020-04-03 15:18:20 +02:00  
				
					
						
							
							
								 
						
							
							
								6a5cc0fa19 
								
									
								
							
								 
							
						 
						
							
							
								
								tests: update assert output  
							
							
							
						 
						
							2020-04-03 13:39:11 +02:00  
				
					
						
							
							
								 
						
							
							
								6c4de001b8 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: add `builtin.init` call inside of `_vinit`  
							
							
							
						 
						
							2020-04-03 13:27:19 +02:00  
				
					
						
							
							
								 
						
							
							
								4cde6c0865 
								
									
								
							
								 
							
						 
						
							
							
								
								fmt: process TypeOf node  
							
							
							
						 
						
							2020-04-03 11:59:53 +02:00  
				
					
						
							
							
								 
						
							
							
								87a185ea9c 
								
							
								 
							
						 
						
							
							
								
								checker: remove newlines after errors  
							
							
							
						 
						
							2020-04-03 11:09:02 +02:00  
				
					
						
							
							
								 
						
							
							
								0dad1a89e6 
								
							
								 
							
						 
						
							
							
								
								checker: much less verbose error messages  
							
							
							
						 
						
							2020-04-03 11:01:09 +02:00  
				
					
						
							
							
								 
						
							
							
								1d52847924 
								
							
								 
							
						 
						
							
							
								
								checker: error on an unknown ident  
							
							
							
						 
						
							2020-04-03 10:52:48 +02:00  
				
					
						
							
							
								 
						
							
							
								a25f47124d 
								
							
								 
							
						 
						
							
							
								
								cgen: make array_set/map_set work with pointers  
							
							
							
						 
						
							2020-04-03 10:41:01 +02:00  
				
					
						
							
							
								 
						
							
							
								ef339a4896 
								
									
								
							
								 
							
						 
						
							
							
								
								rand: update module  
							
							
							
						 
						
							2020-04-03 08:53:57 +02:00  
				
					
						
							
							
								 
						
							
							
								5e6aa5371a 
								
									
								
							
								 
							
						 
						
							
							
								
								scanner: minor optimization ( #4211 )  
							
							
							
						 
						
							2020-04-03 09:46:54 +03:00  
				
					
						
							
							
								 
						
							
							
								6b9bf8cbf7 
								
							
								 
							
						 
						
							
							
								
								v2: fixes for most of vlib/builtin/map_test.v .  
							
							
							
						 
						
							2020-04-03 00:42:08 +03:00  
				
					
						
							
							
								 
						
							
							
								07c53b1b70 
								
							
								 
							
						 
						
							
							
								
								v2: report ill defined consts by name/line, not only how many they are  
							
							
							
						 
						
							2020-04-02 22:33:36 +03:00  
				
					
						
							
							
								 
						
							
							
								5b6ec8996a 
								
									
								
							
								 
							
						 
						
							
							
								
								sync: fix build on Windows  
							
							
							
						 
						
							2020-04-02 20:58:07 +02:00  
				
					
						
							
							
								 
						
							
							
								0e6fe0a4f2 
								
									
								
							
								 
							
						 
						
							
							
								
								V: fix const bugs and pass const_test.v ( #4206 )  
							
							... 
							
							
							
							* fix const bug in v2
* v2: fix const decl
* small comment fix 
							
						 
						
							2020-04-02 19:39:17 +02:00  
				
					
						
							
							
								 
						
							
							
								6309e699e5 
								
									
								
							
								 
							
						 
						
							
							
								
								builtin: add operator precedence test  
							
							
							
						 
						
							2020-04-02 19:02:49 +02:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								5a0bfa03b3 
								
							
								 
							
						 
						
							
							
								
								fix tests  
							
							
							
						 
						
							2020-04-01 15:39:54 +02:00  
				
					
						
							
							
								 
						
							
							
								3dae1cc131 
								
							
								 
							
						 
						
							
							
								
								move sdl module to github.com/vlang/sdl  
							
							
							
						 
						
							2020-04-01 15:27:28 +02:00  
				
					
						
							
							
								 
						
							
							
								7fd81d3abb 
								
							
								 
							
						 
						
							
							
								
								parser: fix ^=; disable generics and interface map tests for now  
							
							
							
						 
						
							2020-04-01 15:15:21 +02:00  
				
					
						
							
							
								 
						
							
							
								b1b811b5ed 
								
							
								 
							
						 
						
							
							
								
								v2: static (for translated code only)  
							
							
							
						 
						
							2020-04-01 13:38:05 +02:00  
				
					
						
							
							
								 
						
							
							
								48832200bb 
								
							
								 
							
						 
						
							
							
								
								parser: allow types that start with &&; cgen: allow ++/-- exprs for now  
							
							
							
						 
						
							2020-04-01 13:18:58 +02:00  
				
					
						
							
							
								 
						
							
							
								56a9196be8 
								
									
								
							
								 
							
						 
						
							
							
								
								token: fix nr_tokens  
							
							
							
						 
						
							2020-04-01 12:12:25 +02:00  
				
					
						
							
							
								 
						
							
							
								b28e372106 
								
									
								
							
								 
							
						 
						
							
							
								
								scanner: small optimization  
							
							
							
						 
						
							2020-04-01 12:11:52 +02:00  
				
					
						
							
							
								 
						
							
							
								9bb1b5d1bb 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: enum fields separated by commas  
							
							
							
						 
						
							2020-04-01 12:11:00 +02:00  
				
					
						
							
							
								 
						
							
							
								5b990078f9 
								
									
								
							
								 
							
						 
						
							
							
								
								more precise support for internal module tests  
							
							
							
						 
						
							2020-03-31 23:42:30 +02:00  
				
					
						
							
							
								 
						
							
							
								2ac074655f 
								
							
								 
							
						 
						
							
							
								
								fix interface test  
							
							
							
						 
						
							2020-03-31 21:05:48 +02:00  
				
					
						
							
							
								 
						
							
							
								050ec5d9e3 
								
							
								 
							
						 
						
							
							
								
								parser: do not allow string{} outside of builtin  
							
							
							
						 
						
							2020-03-31 21:03:21 +02:00  
				
					
						
							
							
								 
						
							
							
								a3bd19ce73 
								
							
								 
							
						 
						
							
							
								
								cgen: generate enums earlier  
							
							
							
						 
						
							2020-03-31 20:26:15 +02:00  
				
					
						
							
							
								 
						
							
							
								2b563bc69f 
								
							
								 
							
						 
						
							
							
								
								v2: initial interface support; fix enum_hex_test.v  
							
							
							
						 
						
							2020-03-31 19:59:41 +02:00  
				
					
						
							
							
								 
						
							
							
								50143ad9bf 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: be silent by default  
							
							
							
						 
						
							2020-03-31 19:58:44 +02:00  
				
					
						
							
							
								 
						
							
							
								2fe0e80569 
								
							
								 
							
						 
						
							
							
								
								cgen: enum default values  
							
							
							
						 
						
							2020-03-31 19:43:11 +02:00  
				
					
						
							
							
								 
						
							
							
								43f72246aa 
								
							
								 
							
						 
						
							
							
								
								checker: fix index type check  
							
							
							
						 
						
							2020-03-31 17:51:16 +02:00  
				
					
						
							
							
								 
						
							
							
								f98cc9c017 
								
							
								 
							
						 
						
							
							
								
								cgen: fix ARR_LEN  
							
							
							
						 
						
							2020-03-31 17:16:12 +02:00  
				
					
						
							
							
								 
						
							
							
								9d630dff30 
								
							
								 
							
						 
						
							
							
								
								allow slicing of fixed size arrays  
							
							
							
						 
						
							2020-03-31 16:48:00 +02:00  
				
					
						
							
							
								 
						
							
							
								d048bf66b0 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: optimize/generalize typ method  
							
							
							
						 
						
							2020-04-01 00:18:25 +11:00  
				
					
						
							
							
								 
						
							
							
								956bf23390 
								
							
								 
							
						 
						
							
							
								
								memory fixes: 21% of V compiler leaks fixed  
							
							
							
						 
						
							2020-03-31 14:33:16 +02:00  
				
					
						
							
							
								 
						
							
							
								9b9c1cc834 
								
									
								
							
								 
							
						 
						
							
							
								
								scanner: fix number literal calling method  
							
							
							
						 
						
							2020-03-31 12:47:32 +02:00  
				
					
						
							
							
								 
						
							
							
								b62035e3d0 
								
									
								
							
								 
							
						 
						
							
							
								
								solaris & termux: fix both, using the more portable termios.h  
							
							
							
						 
						
							2020-03-31 12:46:46 +02:00  
				
					
						
							
							
								 
						
							
							
								21e4f2422d 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: clarify field name  
							
							
							
						 
						
							2020-03-31 19:11:47 +11:00  
				
					
						
							
							
								 
						
							
							
								f8169fee48 
								
									
								
							
								 
							
						 
						
							
							
								
								table: add i8 to number_type_idxs  
							
							
							
						 
						
							2020-03-31 16:17:26 +11:00  
				
					
						
							
							
								 
						
							
							
								f58875a202 
								
									
								
							
								 
							
						 
						
							
							
								
								table: i8 -128 was being cast to int  closes   #4164  
							
							
							
						 
						
							2020-03-31 16:07:30 +11:00  
				
					
						
							
							
								 
						
							
							
								3b621c0ce6 
								
									
								
							
								 
							
						 
						
							
							
								
								checker: make var_scope mutable  
							
							
							
						 
						
							2020-03-31 15:41:14 +11:00  
				
					
						
							
							
								 
						
							
							
								602bc06bee 
								
									
								
							
								 
							
						 
						
							
							
								
								ast: use multi return optional for find_scope_and_var  
							
							
							
						 
						
							2020-03-31 15:39:14 +11:00  
				
					
						
							
							
								 
						
							
							
								71ca553190 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: multi return/assign optionals  
							
							
							
						 
						
							2020-03-31 15:34:59 +11:00  
				
					
						
							
							
								 
						
							
							
								07de351546 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: support -stats for _test.v files  
							
							
							
						 
						
							2020-03-30 17:21:32 +02:00  
				
					
						
							
							
								 
						
							
							
								3440d7edd8 
								
									
								
							
								 
							
						 
						
							
							
								
								ast: first step merging CallExpr & MethodCallExpr  
							
							
							
						 
						
							2020-03-30 21:39:20 +11:00  
				
					
						
							
							
								 
						
							
							
								7785583b34 
								
									
								
							
								 
							
						 
						
							
							
								
								android: fix termux build  
							
							
							
						 
						
							2020-03-29 20:54:21 +02:00  
				
					
						
							
							
								 
						
							
							
								ec025f2020 
								
									
								
							
								 
							
						 
						
							
							
								
								compiler: use type `unresolved` for unresolved consts  
							
							
							
						 
						
							2020-03-29 19:26:55 +02:00  
				
					
						
							
							
								 
						
							
							
								c9eed0b89b 
								
									
								
							
								 
							
						 
						
							
							
								
								cgen: optimize a replace call  
							
							
							
						 
						
							2020-03-29 10:09:27 +02:00  
				
					
						
							
							
								 
						
							
							
								a333ac1888 
								
									
								
							
								 
							
						 
						
							
							
								
								all: remove redundant parentheses in `if` statements  
							
							
							
						 
						
							2020-03-29 10:08:42 +02:00  
				
					
						
							
							
								 
						
							
							
								e09447d011 
								
									
								
							
								 
							
						 
						
							
							
								
								v and v2: support @VEXE  
							
							
							
						 
						
							2020-03-28 21:51:45 +01:00  
				
					
						
							
							
								 
						
							
							
								715d4f6601 
								
									
								
							
								 
							
						 
						
							
							
								
								math: copysign()  
							
							
							
						 
						
							2020-03-28 18:32:38 +01:00  
				
					
						
							
							
								 
						
							
							
								a9724fd38d 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: typeof()  
							
							
							
						 
						
							2020-03-28 17:37:22 +01:00  
				
					
						
							
							
								 
						
							
							
								837bffd03a 
								
									
								
							
								 
							
						 
						
							
							
								
								parser: parse type - fix multiple &  
							
							
							
						 
						
							2020-03-29 01:15:10 +11:00  
				
					
						
							
							
								 
						
							
							
								831be43740 
								
							
								 
							
						 
						
							
							
								
								checker: check ! operator  
							
							
							
						 
						
							2020-03-28 14:38:16 +01:00  
				
					
						
							
							
								 
						
							
							
								718819eb7a 
								
									
								
							
								 
							
						 
						
							
							
								
								map/scope/checker: update just var type & ret zero in map.get3  
							
							
							
						 
						
							2020-03-29 00:00:28 +11:00  
				
					
						
							
							
								 
						
							
							
								9fb218d379 
								
									
								
							
								 
							
						 
						
							
							
								
								glfw: temporary fix  
							
							
							
						 
						
							2020-03-28 12:47:24 +01:00  
				
					
						
							
							
								 
						
							
							
								cedf185b41 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: fix Windows errors  
							
							
							
						 
						
							2020-03-28 10:19:38 +01:00  
				
					
						
							
							
								 
						
							
							
								f627710870 
								
							
								 
							
						 
						
							
							
								
								fix repl tests  
							
							
							
						 
						
							2020-03-27 20:49:20 +01:00  
				
					
						
							
							
								 
						
							
							
								98a0beab03 
								
							
								 
							
						 
						
							
							
								
								cgen: generate str() methods; merge c tests  
							
							
							
						 
						
							2020-03-27 20:33:30 +01:00  
				
					
						
							
							
								 
						
							
							
								eed7c91e87 
								
							
								 
							
						 
						
							
							
								
								move compiler tests from compiler/ to v/  
							
							
							
						 
						
							2020-03-27 18:01:46 +01:00  
				
					
						
							
							
								 
						
							
							
								f6db36d7f0 
								
							
								 
							
						 
						
							
							
								
								fix parser_test and vfmt.v  
							
							
							
						 
						
							2020-03-27 15:24:08 +01:00  
				
					
						
							
							
								 
						
							
							
								7369cb7b86 
								
							
								 
							
						 
						
							
							
								
								fmt: fix tests  
							
							
							
						 
						
							2020-03-27 15:19:13 +01:00  
				
					
						
							
							
								 
						
							
							
								473d9fef55 
								
							
								 
							
						 
						
							
							
								
								checker: do not allow extra () in if conditions  
							
							
							
						 
						
							2020-03-27 14:57:19 +01:00  
				
					
						
							
							
								 
						
							
							
								1a751208ca 
								
							
								 
							
						 
						
							
							
								
								cgen: skip $if os {} block  
							
							
							
						 
						
							2020-03-27 14:44:30 +01:00  
				
					
						
							
							
								 
						
							
							
								7fdce50718 
								
							
								 
							
						 
						
							
							
								
								cgen: write defer statements at the end of the function  
							
							
							
						 
						
							2020-03-27 11:21:00 +01:00  
				
					
						
							
							
								 
						
							
							
								fd8bb2c95c 
								
							
								 
							
						 
						
							
							
								
								tests: small array/struct test notes & tmp fix  
							
							
							
						 
						
							2020-03-27 20:47:24 +11:00  
				
					
						
							
							
								 
						
							
							
								bee8972632 
								
									
								
							
								 
							
						 
						
							
							
								
								readline: make some functions public  
							
							
							
						 
						
							2020-03-27 09:55:15 +01:00  
				
					
						
							
							
								 
						
							
							
								db59c621e8 
								
							
								 
							
						 
						
							
							
								
								v2: minor fixes  
							
							
							
						 
						
							2020-03-27 08:47:02 +01:00  
				
					
						
							
							
								 
						
							
							
								883a105aca 
								
							
								 
							
						 
						
							
							
								
								cgen: fix tests  
							
							
							
						 
						
							2020-03-27 17:28:04 +11:00  
				
					
						
							
							
								 
						
							
							
								7ce7151ad2 
								
							
								 
							
						 
						
							
							
								
								cgen: v2 compiles itself - defer stmt / if * in opt parens.  
							
							
							
						 
						
							2020-03-27 17:21:22 +11:00  
				
					
						
							
							
								 
						
							
							
								8de027c4b4 
								
									
								
							
								 
							
						 
						
							
							
								
								strconv: fix on ftoa string decimal aproximation, 'nan' string fix  
							
							
							
						 
						
							2020-03-26 22:39:46 +01:00  
				
					
						
							
							
								 
						
							
							
								9185de3fb7 
								
							
								 
							
						 
						
							
							
								
								cgen: fix tests  
							
							
							
						 
						
							2020-03-26 22:28:24 +01:00  
				
					
						
							
							
								 
						
							
							
								f0334b2e12 
								
							
								 
							
						 
						
							
							
								
								cgen: fix `arr[i] *= x` and `2d_arr << arr`  
							
							
							
						 
						
							2020-03-26 22:09:25 +01:00  
				
					
						
							
							
								 
						
							
							
								f489c89987 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: more informative assert output; string interpolation formatting  
							
							
							
						 
						
							2020-03-26 19:17:14 +01:00  
				
					
						
							
							
								 
						
							
							
								6892a3e0a8 
								
									
								
							
								 
							
						 
						
							
							
								
								glfw: remove excess `glfw.` in module glfw  
							
							
							
						 
						
							2020-03-26 17:32:08 +01:00  
				
					
						
							
							
								 
						
							
							
								eb57f192d4 
								
							
								 
							
						 
						
							
							
								
								cgen: fix test  
							
							
							
						 
						
							2020-03-26 17:21:52 +01:00  
				
					
						
							
							
								 
						
							
							
								75c2ef7947 
								
							
								 
							
						 
						
							
							
								
								cgen: fix octal and hex int literals  
							
							
							
						 
						
							2020-03-26 17:14:24 +01:00  
				
					
						
							
							
								 
						
							
							
								ed3e0c43bc 
								
							
								 
							
						 
						
							
							
								
								cgen: for c in string; short struct init syntax fixes;  
							
							
							
						 
						
							2020-03-26 17:03:14 +01:00  
				
					
						
							
							
								 
						
							
							
								c71d36356b 
								
							
								 
							
						 
						
							
							
								
								v2: optionals fixes  
							
							
							
						 
						
							2020-03-26 14:58:11 +01:00  
				
					
						
							
							
								 
						
							
							
								b288bf2e7c 
								
							
								 
							
						 
						
							
							
								
								cgen: or{} for methods  
							
							
							
						 
						
							2020-03-26 14:42:14 +01:00  
				
					
						
							
							
								 
						
							
							
								9c5de77f12 
								
									
								
							
								 
							
						 
						
							
							
								
								os: ext => file_ext  
							
							
							
						 
						
							2020-03-26 14:18:08 +01:00  
				
					
						
							
							
								 
						
							
							
								a6347118cd 
								
									
								
							
								 
							
						 
						
							
							
								
								pg: add windows include and lib flag  
							
							
							
						 
						
							2020-03-26 14:17:13 +01:00  
				
					
						
							
							
								 
						
							
							
								1d0f3abadf 
								
							
								 
							
						 
						
							
							
								
								cgen/checker: variadic method call fix  
							
							
							
						 
						
							2020-03-26 22:40:14 +11:00  
				
					
						
							
							
								 
						
							
							
								b1d15afe61 
								
							
								 
							
						 
						
							
							
								
								checker: array slice type  
							
							
							
						 
						
							2020-03-26 22:04:24 +11:00  
				
					
						
							
							
								 
						
							
							
								fc86269bc9 
								
							
								 
							
						 
						
							
							
								
								checker: array str fixes  
							
							
							
						 
						
							2020-03-26 11:32:32 +01:00  
				
					
						
							
							
								 
						
							
							
								f452518a63 
								
							
								 
							
						 
						
							
							
								
								cgen: fix typo & use expected type  
							
							
							
						 
						
							2020-03-26 21:11:56 +11:00  
				
					
						
							
							
								 
						
							
							
								9c6ac7cb71 
								
							
								 
							
						 
						
							
							
								
								cgen: fix variadics called with 0 vargs  
							
							
							
						 
						
							2020-03-26 21:09:59 +11:00  
				
					
						
							
							
								 
						
							
							
								f2c9592b86 
								
							
								 
							
						 
						
							
							
								
								cgen: fix () in & exprs  
							
							
							
						 
						
							2020-03-26 10:44:59 +01:00  
				
					
						
							
							
								 
						
							
							
								1f3428f282 
								
							
								 
							
						 
						
							
							
								
								cgen: basic assert  
							
							
							
						 
						
							2020-03-26 10:27:46 +01:00  
				
					
						
							
							
								 
						
							
							
								ec4be80bcc 
								
							
								 
							
						 
						
							
							
								
								Revert "db: increase db module level in vlib "  
							
							... 
							
							
							
							This reverts commit cd6d175180 
							
						 
						
							2020-03-26 09:23:54 +01:00  
				
					
						
							
							
								 
						
							
							
								cd6d175180 
								
									
								
							
								 
							
						 
						
							
							
								
								db: increase db module level in vlib  
							
							
							
						 
						
							2020-03-26 09:21:34 +01:00  
				
					
						
							
							
								 
						
							
							
								fb4f7b6827 
								
									
								
							
								 
							
						 
						
							
							
								
								v2: enable compilation of short programs with no 'import os'  
							
							
							
						 
						
							2020-03-26 09:20:55 +01:00  
				
					
						
							
							
								 
						
							
							
								d8bcd13e86 
								
									
								
							
								 
							
						 
						
							
							
								
								compiler:  fix   #3973  by dealing with name mangling problem  
							
							
							
						 
						
							2020-03-26 08:54:33 +01:00  
				
					
						
							
							
								 
						
							
							
								d54843275f 
								
									
								
							
								 
							
						 
						
							
							
								
								os_test.v: simplify cleanup  
							
							
							
						 
						
							2020-03-26 00:09:30 +01:00  
				
					
						
							
							
								 
						
							
							
								aa34d3a4c4 
								
							
								 
							
						 
						
							
							
								
								cgen: remove a space  
							
							
							
						 
						
							2020-03-25 23:57:46 +01:00  
				
					
						
							
							
								 
						
							
							
								25ee30d8cb 
								
							
								 
							
						 
						
							
							
								
								cgen: fix optional functions with unused return values  
							
							
							
						 
						
							2020-03-25 23:57:22 +01:00