| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										bare
									
								
							
						
					
				 | 
				
					
						
							
							bare: update Signo enumeration
						
					
				 | 
				2020-09-27 16:48:25 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										js
									
								
							
						
					
				 | 
				
					
						
							
							js: types (#7108)
						
					
				 | 
				2020-12-08 17:49:20 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								array.v
							
						
					
				 | 
				
					
						
							
							vlib/io: fix reader bugs, make read_all take a config struct (#7361)
						
					
				 | 
				2020-12-16 18:22:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								array_test.v
							
						
					
				 | 
				
					
						
							
							array: [].map(fn...) return type can be different than original type (#7300)
						
					
				 | 
				2020-12-13 03:29:48 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								builtin.c.v
							
						
					
				 | 
				
					
						
							
							vlib: extract C. calls from builtin.v to builtin.c.v
						
					
				 | 
				2020-12-15 09:41:06 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								builtin.v
							
						
					
				 | 
				
					
						
							
							vlib: extract C. calls from builtin.v to builtin.c.v
						
					
				 | 
				2020-12-15 09:41:06 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								builtin_nix.c.v
							
						
					
				 | 
				
					
						
							
							builtin: change V's panic() to not segfault; use `-d panics_break_into_debugger` to override
						
					
				 | 
				2020-12-12 16:05:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								builtin_windows.c.v
							
						
					
				 | 
				
					
						
							
							checker: disallow assigning number to pointer (#7267)
						
					
				 | 
				2020-12-12 10:42:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								byte_test.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								cfns.c.v
							
						
					
				 | 
				
					
						
							
							map: use untyped keys for DenseArray and interleave keys and values (#7142)
						
					
				 | 
				2020-12-05 22:53:50 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								chan.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								float.v
							
						
					
				 | 
				
					
						
							
							all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests
						
					
				 | 
				2020-10-15 12:32:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								float_test.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								float_x64.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								int.v
							
						
					
				 | 
				
					
						
							
							vcache: use 2x wyhash.sum64_string(hk,x).hex_full(), instead of md5.sum(hk.bytes()).hex()
						
					
				 | 
				2020-10-25 09:22:31 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								int_test.v
							
						
					
				 | 
				
					
						
							
							parser: require assign on type alias (#6477)
						
					
				 | 
				2020-09-25 12:02:32 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								isnil_test.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								map.v
							
						
					
				 | 
				
					
						
							
							cgen: fix map clone (#7366)
						
					
				 | 
				2020-12-17 08:44:50 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								map_test.v
							
						
					
				 | 
				
					
						
							
							cgen: fix map clone (#7366)
						
					
				 | 
				2020-12-17 08:44:50 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								option.v
							
						
					
				 | 
				
					
						
							
							cgen: initial option auto str support (#7004)
						
					
				 | 
				2020-12-01 04:00:23 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								rune.v
							
						
					
				 | 
				
					
						
							
							parser: differentiate recursive alias & existing type err + rune fix
						
					
				 | 
				2020-12-16 18:03:49 +11:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								sorted_map.v
							
						
					
				 | 
				
					
						
							
							all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests
						
					
				 | 
				2020-10-15 12:32:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								sorting_test.v
							
						
					
				 | 
				
					
						
							
							builtin: add a test for the sorting of []u64 too
						
					
				 | 
				2020-12-05 23:21:20 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								string.v
							
						
					
				 | 
				
					
						
							
							builtin: document all functions in string.v (#7273)
						
					
				 | 
				2020-12-12 12:10:29 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								string_int_test.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								string_strip_margin_test.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								
								string_test.v
							
						
					
				 | 
				
					
						
							
							builtin: rewrite string.split_nth and fix some bugs (#7189)
						
					
				 | 
				2020-12-08 10:51:47 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								utf8.c.v
							
						
					
				 | 
				
					
						
							
							ci: fix windows jobs
						
					
				 | 
				2020-12-15 11:01:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								utf8.v
							
						
					
				 | 
				
					
						
							
							vlib: prepare atoi.v and utf8.v for -Wimpure-v
						
					
				 | 
				2020-12-15 10:17:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								utf8_test.v
							
						
					
				 | 
				
					
						
							 … 
						
					
				 | 
				 |