|  joe-conigliaro | 486b3d2f92 | crypto.rand: fix rand test from failing sometimes | 2019-09-19 13:12:40 +03:00 | 
				
					
						|  joe-conigliaro | 153c6d5416 | compiler: fix `v up` when run from dir with space in name | 2019-09-19 13:11:25 +03:00 | 
				
					
						|  Alexander Medvednikov | a94c1556ce | array: remove temporary repeat2() | 2019-09-19 05:22:24 +03:00 | 
				
					
						|  Alexander Medvednikov | cb31eeec55 | compiler: first step to require explicit definition of imported C fns | 2019-09-19 05:16:25 +03:00 | 
				
					
						|  Alexander Medvednikov | 13e4c79f58 | table: use optional in find_method() | 2019-09-19 04:56:22 +03:00 | 
				
					
						|  vitalyster | 059cb9cb74 | cleanup make.bat and .travis.yml | 2019-09-19 00:05:07 +03:00 | 
				
					
						|  vitalyster | 377956e969 | js: no need to generate ES6 classes | 2019-09-19 00:03:54 +03:00 | 
				
					
						|  Alexander Medvednikov | 74b82b688c | table: simplify find_method() | 2019-09-18 19:48:28 +03:00 | 
				
					
						|  Danil-Lapirow | b0092235fc | parser: fix a more complicated "in" usage | 2019-09-18 16:13:22 +03:00 | 
				
					
						|  joe-conigliaro | b9cc6535f6 | crypto.rand: rename read_u64 to int_u64 + clean up | 2019-09-18 16:12:16 +03:00 | 
				
					
						|  joe-conigliaro | f187c35fb2 | vlib: inline certain functions | 2019-09-18 15:45:32 +03:00 | 
				
					
						|  joe-conigliaro | 695d4018ea | compiler: let attributes work with pub functions | 2019-09-18 15:32:55 +03:00 | 
				
					
						|  Alexander Medvednikov | 040d03912b | table: use an optional for find_fn() | 2019-09-18 15:06:34 +03:00 | 
				
					
						|  Alexander Medvednikov | 1c6cbdace5 | make sure "v test v" is run in the V repo | 2019-09-18 14:43:44 +03:00 | 
				
					
						|  Alexander Medvednikov | d180324413 | find_field: use optional | 2019-09-18 14:28:11 +03:00 | 
				
					
						|  Alexander Medvednikov | d1500511e6 | "none" keyword for optionals + more memory fixes | 2019-09-18 14:15:10 +03:00 | 
				
					
						|  ylluminate | e40ab547ba | readme: remove version number; link to changelog | 2019-09-17 22:58:39 +03:00 | 
				
					
						|  Alexander Medvednikov | b94636bf77 | Update CHANGELOG.md | 2019-09-17 22:24:53 +03:00 | 
				
					
						|  Alexander Medvednikov | ecffa8e1d9 | v.js: fix for .. | 2019-09-17 22:21:44 +03:00 | 
				
					
						|  joe-conigliaro | 32ad33558d | crypto.rand: add PRNG function read_u64 | 2019-09-17 22:03:54 +03:00 | 
				
					
						|  Alexander Medvednikov | 1796869da7 | V 0.1.20 | 2019-09-17 21:48:24 +03:00 | 
				
					
						|  Alexander Medvednikov | 3c0fce4928 | makefile: hide the warnings for now | 2019-09-17 18:01:49 +03:00 | 
				
					
						|  vitalyster | 52c5f0172e | compiler: always define _UNICODE and UNICODE on Windows | 2019-09-17 14:56:32 +03:00 | 
				
					
						|  Alexander Medvednikov | 79a98d7bcf | V 0.1.20 changelog | 2019-09-17 13:58:21 +03:00 | 
				
					
						|  Alexander Medvednikov | 0a2f7a6ba7 | fix tests | 2019-09-17 13:37:25 +03:00 | 
				
					
						|  Alexander Medvednikov | 1397d532c6 | compiler: check if mutable receivers are modified | 2019-09-17 13:10:43 +03:00 | 
				
					
						|  joe-conigliaro | 9c9e6290a6 | remove unnecessary mut argument (#2016) | 2019-09-17 01:09:19 +03:00 | 
				
					
						|  Alexander Medvednikov | 19b04d5427 | math: fix const warnings | 2019-09-16 22:49:18 +03:00 | 
				
					
						|  Nicolas Sauzede | ff009f1c4e | rand: rand_r(seed) | 2019-09-16 22:21:21 +03:00 | 
				
					
						|  Delyan Angelov | 083d747302 | V.js: on linux -lm is needed | 2019-09-16 22:00:59 +03:00 | 
				
					
						|  Alexander Medvednikov | ca239fcf98 | travis: another js fix | 2019-09-16 21:15:33 +03:00 | 
				
					
						|  vitalyster | f7a0fefe27 | glfw: printf -> println | 2019-09-16 21:07:34 +03:00 | 
				
					
						|  Alexander Medvednikov | 4462404151 | travis: fix js test | 2019-09-16 20:53:29 +03:00 | 
				
					
						|  Alexander Medvednikov | a81656568b | travis: test JS backend | 2019-09-16 19:02:16 +03:00 | 
				
					
						|  Alexander Medvednikov | c76d09f9a5 | make V.js compile | 2019-09-16 18:31:13 +03:00 | 
				
					
						|  BigBlack | 3e52984e88 | compiler: another C function call fix | 2019-09-16 18:28:20 +03:00 | 
				
					
						|  Delyan Angelov | 7cf7215557 | testing: always show benchmarks | 2019-09-16 18:27:55 +03:00 | 
				
					
						|  hazohelet | 9158ba4640 | vlib: add Android checks to build V on Android | 2019-09-16 18:23:11 +03:00 | 
				
					
						|  Delyan Angelov | a45895a3af | new benchmark module + make the tests use it | 2019-09-16 17:29:06 +03:00 | 
				
					
						|  hazohelet | 3325775944 | compiler: add android to supported platforms | 2019-09-16 17:16:24 +03:00 | 
				
					
						|  joe-conigliaro | 155fecadb7 | compiler: fix empty structs | 2019-09-16 14:44:12 +03:00 | 
				
					
						|  Alexander Medvednikov | 74ec57e0e1 | travis: run "v -o v compiler" | 2019-09-16 14:27:23 +03:00 | 
				
					
						|  Alexander Medvednikov | 57cfdeeaf0 | Revert "os: fix get_line in windows" This reverts commit 279f7d57cb. | 2019-09-16 13:54:30 +03:00 | 
				
					
						|  Alexander Medvednikov | 615fa91675 | update september.plan | 2019-09-16 13:53:42 +03:00 | 
				
					
						|  BigBlack | 279f7d57cb | os: fix get_line in windows | 2019-09-16 13:43:59 +03:00 | 
				
					
						|  joe-conigliaro | cbd4478b5e | compiler: fix msvc empty struct & enable travis msvc | 2019-09-16 13:01:07 +03:00 | 
				
					
						|  unknown-v | 5f43a61e0d | examples: update  `[0;n]` to `[0].repeat(n)` | 2019-09-16 01:55:54 +03:00 | 
				
					
						|  Delyan Angelov | 854de4e7e0 | repl: add more stats and tests; compiler: tcc fixes | 2019-09-16 00:41:12 +03:00 | 
				
					
						|  Alvydas Vitkauskas | ff4ef337da | compiler: remove unreachable code | 2019-09-16 00:40:31 +03:00 | 
				
					
						|  joe-conigliaro | 5db25352e5 | compiler: fix module typo detection | 2019-09-15 20:39:48 +03:00 |