|  Delyan Angelov | fb4f7b6827 | v2: enable compilation of short programs with no 'import os' | 2020-03-26 09:20:55 +01:00 | 
				
					
						|  hazohelet | d8bcd13e86 | compiler: fix #3973 by dealing with name mangling problem | 2020-03-26 08:54:33 +01:00 | 
				
					
						|  Delyan Angelov | d54843275f | os_test.v: simplify cleanup | 2020-03-26 00:09:30 +01:00 | 
				
					
						|  Alexander Medvednikov | aa34d3a4c4 | cgen: remove a space | 2020-03-25 23:57:46 +01:00 | 
				
					
						|  Alexander Medvednikov | 25ee30d8cb | cgen: fix optional functions with unused return values | 2020-03-25 23:57:22 +01:00 | 
				
					
						|  Alexander Medvednikov | 89a05a474f | valgrind tests: skip C warnings for now | 2020-03-25 21:46:46 +01:00 | 
				
					
						|  Alexander Medvednikov | 3b4e0147cd | cgen: fix tests | 2020-03-25 17:26:03 +01:00 | 
				
					
						|  Alexander Medvednikov | 7070b1cda9 | cgen: GotoStmt, err variable | 2020-03-25 17:24:55 +01:00 | 
				
					
						|  Alexander Medvednikov | 26fab9b274 | cgen: fix mutable array args | 2020-03-25 17:04:16 +01:00 | 
				
					
						|  Alexander Medvednikov | 41a089e513 | cgen: or block | 2020-03-25 16:00:22 +01:00 | 
				
					
						|  Alexander Medvednikov | 456750ac19 | v2: array_test fixes | 2020-03-25 14:24:48 +01:00 | 
				
					
						|  yuyi | aa0643f785 | glfw: fix mut scale bug | 2020-03-25 13:44:21 +01:00 | 
				
					
						|  Alexander Medvednikov | 60fbceea43 | memory: free_scope_vars() | 2020-03-25 12:26:59 +03:00 | 
				
					
						|  Joe Conigliaro | bb76e5da91 | parser: array map fixe | 2020-03-25 20:09:50 +11:00 | 
				
					
						|  Joe Conigliaro | 8ba46965b6 | checker: array map fixes | 2020-03-25 20:07:53 +11:00 | 
				
					
						|  Alexander Medvednikov | b495e78f0e | v2: add _vinit to tests' fn main | 2020-03-25 00:17:39 +01:00 | 
				
					
						|  Alexander Medvednikov | a3046b68da | cgen: fix tests | 2020-03-24 23:41:34 +01:00 | 
				
					
						|  Alexander Medvednikov | 7f345e310b | cgen: fix const name | 2020-03-24 22:41:01 +01:00 | 
				
					
						|  Alexander Medvednikov | cc9537dd8a | cgen: fix tests | 2020-03-24 22:35:05 +01:00 | 
				
					
						|  Alexander Medvednikov | 437bba5566 | cgen: generate fn main for tests; fix consts bug | 2020-03-24 22:24:03 +01:00 | 
				
					
						|  Delyan Angelov | 2a7bc63919 | vmft2: support for multiline comments, CompIf, AssertStmt, octal literals | 2020-03-24 22:18:58 +01:00 | 
				
					
						|  Alexander Medvednikov | 0e240458d3 | os: fix os_test | 2020-03-24 17:16:00 +01:00 | 
				
					
						|  Alexander Medvednikov | 5d976d841b | v2: raw strings | 2020-03-24 17:07:27 +01:00 | 
				
					
						|  Joe Conigliaro | 4d3362358f | parser: array init &element fix | 2020-03-25 02:24:23 +11:00 | 
				
					
						|  Alexander Medvednikov | 32c8eb6490 | os: vfmt os_test.v | 2020-03-24 16:18:37 +01:00 | 
				
					
						|  Alexander Medvednikov | e012966291 | parser/ast: Block | 2020-03-24 15:44:17 +01:00 | 
				
					
						|  Joe Conigliaro | 7aff0cb84f | cgen: remove special case for malloc | 2020-03-25 00:46:00 +11:00 | 
				
					
						|  Joe Conigliaro | d98bb44490 | cgen: remove 0 typ checks & unused var | 2020-03-24 22:55:41 +11:00 | 
				
					
						|  Joe Conigliaro | 9a8bd3f7fa | checker: variadic method fix | 2020-03-24 22:39:11 +11:00 | 
				
					
						|  Alexander Medvednikov | f101e9b9e2 | v2: string fixes, is_dir fix | 2020-03-24 11:14:11 +01:00 | 
				
					
						|  Joe Conigliaro | 3d2fafa580 | cgen: variadic for in loop | 2020-03-24 19:42:16 +11:00 | 
				
					
						|  joe-conigliaro | 309a905409 | cgen: remove unused var | 2020-03-24 17:27:20 +11:00 | 
				
					
						|  joe-conigliaro | e5a111396c | cgen: add  for map | 2020-03-24 17:25:10 +11:00 | 
				
					
						|  Joe Conigliaro | 0433e24b7f | cgen: array init fix | 2020-03-24 13:31:16 +11:00 | 
				
					
						|  Delyan Angelov | efe21fed66 | v2: fix hello world compilation with tcc | 2020-03-23 21:26:48 +01:00 | 
				
					
						|  Alexander Medvednikov | 9c536f2233 | compiler: hide the u64 warning for now | 2020-03-23 21:00:20 +01:00 | 
				
					
						|  Alexander Medvednikov | 1cb45e9916 | compiler_test: do not run on windows for now | 2020-03-23 20:36:34 +01:00 | 
				
					
						|  Alexander Medvednikov | ae2d001261 | tests: fix the new v2 output tests | 2020-03-23 20:30:20 +01:00 | 
				
					
						|  SleepyRoy | 67ba56c65c | expression: set integer literals as int by default | 2020-03-23 20:05:37 +01:00 | 
				
					
						|  Major Taylor | 5c9cbae10d | term: fix divide by 0 error on empty delimiter | 2020-03-23 20:05:08 +01:00 | 
				
					
						|  Alexander Medvednikov | 2e29e09b1b | cgen: fix map_get: use zero value if the key was not found | 2020-03-23 20:02:09 +01:00 | 
				
					
						|  Joe Conigliaro | 80676cf44f | cgen: fix struct init 0 fields & tests | 2020-03-23 21:57:54 +11:00 | 
				
					
						|  Joe Conigliaro | e13bbd8c40 | cgen: map init struct fields & fn type arg fix | 2020-03-23 21:17:14 +11:00 | 
				
					
						|  Alexander Medvednikov | c808430643 | cgen: optimize type_default() | 2020-03-23 09:17:32 +01:00 | 
				
					
						|  Alexander Medvednikov | 4867803f6b | cgen: zero struct fields during initialization | 2020-03-23 08:59:34 +01:00 | 
				
					
						|  joe-conigliaro | a5bd98610f | cgen: call arg ref fix | 2020-03-23 17:23:10 +11:00 | 
				
					
						|  Joe Conigliaro | 89af7e7a5b | cgen: replace reserved C keywords in identifiers | 2020-03-23 13:36:50 +11:00 | 
				
					
						|  yuyi | 2efc37947d | time: calc_unix => unix_time | 2020-03-22 19:43:59 +01:00 | 
				
					
						|  Chris | e78b97652b | glfw: fix "scale is declared as mutable" | 2020-03-22 18:39:17 +01:00 | 
				
					
						|  Alexander Medvednikov | b69ebd73b2 | cgen: minor fixes. v2 can now compile itself! | 2020-03-22 16:55:42 +01:00 |