9c5a359de3 
								
							
								 
							
						 
						
							
							
								
								fix V.js methods after the recent generics fix  
							
							
							
						 
						
							2019-10-25 21:57:32 +03:00  
				
					
						
							
							
								 
						
							
							
								280c7d396c 
								
							
								 
							
						 
						
							
							
								
								generics: generic methods, cast to T  
							
							
							
						 
						
							2019-10-25 21:32:27 +03:00  
				
					
						
							
							
								 
						
							
							
								7d418e9105 
								
							
								 
							
						 
						
							
							
								
								parser: cleanup & reuse  
							
							
							
						 
						
							2019-10-25 16:34:12 +03:00  
				
					
						
							
							
								 
						
							
							
								ea3f9b5b9a 
								
							
								 
							
						 
						
							
							
								
								remove execinfo.h header  
							
							
							
						 
						
							2019-10-25 12:13:38 +03:00  
				
					
						
							
							
								 
						
							
							
								d4c1bba856 
								
							
								 
							
						 
						
							
							
								
								fix V.js  
							
							
							
						 
						
							2019-10-24 22:58:01 +03:00  
				
					
						
							
							
								 
						
							
							
								892d1c6aab 
								
							
								 
							
						 
						
							
							
								
								vweb: first step to revive it  
							
							
							
						 
						
							2019-10-24 22:46:58 +03:00  
				
					
						
							
							
								 
						
							
							
								2f5a742f3e 
								
							
								 
							
						 
						
							
							
								
								compiler: generic variadic fix  
							
							
							
						 
						
							2019-10-23 19:44:05 +03:00  
				
					
						
							
							
								 
						
							
							
								0cf3e2e677 
								
							
								 
							
						 
						
							
							
								
								compiler: add variadic support for generic functions  
							
							
							
						 
						
							2019-10-23 17:48:06 +03:00  
				
					
						
							
							
								 
						
							
							
								e69117a8f3 
								
							
								 
							
						 
						
							
							
								
								vh types + fn receiver name check  
							
							
							
						 
						
							2019-10-23 15:42:50 +03:00  
				
					
						
							
							
								 
						
							
							
								4574039e4d 
								
							
								 
							
						 
						
							
							
								
								new vh generation + simpler match statement  
							
							
							
						 
						
							2019-10-23 00:45:17 +03:00  
				
					
						
							
							
								 
						
							
							
								a29c80ca3d 
								
							
								 
							
						 
						
							
							
								
								make the unsafe error a warning for now  
							
							
							
						 
						
							2019-10-21 18:53:55 +03:00  
				
					
						
							
							
								 
						
							
							
								7680d9a23c 
								
									
								
							
								 
							
						 
						
							
							
								
								compiler: variadic fn - fix unexpected token `,` error from  #2433  ( #2468 )  
							
							... 
							
							
							
							* merge master
* fix unexpected token 
							
						 
						
							2019-10-21 23:30:34 +11:00  
				
					
						
							
							
								 
						
							
							
								eef73eea22 
								
							
								 
							
						 
						
							
							
								
								tools: new tool to extracts function names declared in V files  
							
							
							
						 
						
							2019-10-21 14:14:28 +03:00  
				
					
						
							
							
								 
						
							
							
								a52cb315cb 
								
							
								 
							
						 
						
							
							
								
								fix memory bug with generic code generation  
							
							
							
						 
						
							2019-10-21 13:54:37 +03:00  
				
					
						
							
							
								 
						
							
							
								c13b58e6db 
								
							
								 
							
						 
						
							
							
								
								[deprecated] attribute  
							
							
							
						 
						
							2019-10-20 20:15:48 +03:00  
				
					
						
							
							
								 
						
							
							
								1b518c158b 
								
							
								 
							
						 
						
							
							
								
								unsafe keyword + make array.free() an unsafe method  
							
							
							
						 
						
							2019-10-20 20:10:44 +03:00  
				
					
						
							
							
								 
						
							
							
								8a31ee4b53 
								
							
								 
							
						 
						
							
							
								
								generic functions  
							
							
							
						 
						
							2019-10-20 10:19:37 +03:00  
				
					
						
							
							
								 
						
							
							
								689003454b 
								
									
								
							
								 
							
						 
						
							
							
								
								only register initial varg struct on first pass ( #2404 )  
							
							
							
						 
						
							2019-10-18 19:28:14 +11:00  
				
					
						
							
							
								 
						
							
							
								5cd38ec91b 
								
							
								 
							
						 
						
							
							
								
								V shell scripts  
							
							
							
						 
						
							2019-10-17 08:27:27 +03:00  
				
					
						
							
							
								 
						
							
							
								9a2b8a0814 
								
									
								
							
								 
							
						 
						
							
							
								
								compiler: move msvc compiler to -cc flag instead of -os ( #2338 )  
							
							... 
							
							
							
							* move msvc to -cc flag instead of -os
* undo unrelated change
* do first build without msvc
* remvove flags temp
* fix comment 
							
						 
						
							2019-10-14 16:41:46 +11:00  
				
					
						
							
							
								 
						
							
							
								53c64abdeb 
								
							
								 
							
						 
						
							
							
								
								compiler: make compiler an ordinary vlib/compiler module  
							
							... 
							
							
							
							* Move compiler/ under vlib/compiler/ .
* Add a minimal compiler/main.v driver program.
* Cleanup compiler/main.v .
* Make most compiler tests pass again.
* Apply the fix by @joe-conigliaro , so that the rest of the compiler tests are fixed too.
* Thanks to @avitkauskas, now the vlib/vcompiler/tests/str_gen_test.v test does not need to be special cased anymore.
* Reapply @joe-conigliaro fix for vgen. 
							
						 
						
							2019-10-13 16:37:43 +03:00