Domen Kožar
								
							 
						 | 
						
							
							
							
							
								
							
							
								41d6523ef5
								
							
						 | 
						
							
							
								
								Document builtins.match, fixes #1145
							
							
							
							
							
						 | 
						
							2016-12-09 20:40:55 +01:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									zimbatm
								
							 
						 | 
						
							
							
							
							
								
							
							
								7d7ec2b3a8
								
							
						 | 
						
							
							
								
								Document the { __toString } interface
							
							
							
							
							
						 | 
						
							2016-09-21 14:52:26 +01:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Domen Kožar
								
							 
						 | 
						
							
							
							
							
								
							
							
								ed39532dda
								
							
						 | 
						
							
							
								
								doc: add an example for builtins.substring
							
							
							
							
							
						 | 
						
							2016-08-11 12:32:24 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Domen Kožar
								
							 
						 | 
						
							
							
							
							
								
							
							
								9a1320af29
								
							
						 | 
						
							
							
								
								s/powerpc-darwin/x86_64-darwin/
							
							
							
							
							
							
							
							Let's step in line with time and document more realistic values. 
							
						 | 
						
							2016-08-10 18:42:55 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								b3e8d72770
								
							
						 | 
						
							
							
								
								Merge pull request #762 from ctheune/ctheune-floats
							
							
							
							
							
							
							
							Implement floats 
							
						 | 
						
							2016-02-12 12:49:59 +01:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Christian Theune
								
							 
						 | 
						
							
							
							
							
								
							
							
								b4bda4765a
								
							
						 | 
						
							
							
								
								Update documentation for floats.
							
							
							
							
							
						 | 
						
							2016-01-06 08:41:53 +01:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Vladimír Čunát
								
							 
						 | 
						
							
							
							
							
								
							
							
								29c0199d5c
								
							
						 | 
						
							
							
								
								manual: document builtins.functionArgs
							
							
							
							
							
							
							
							The text is just a conversion of comment from src/libexpr/primops.cc 
							
						 | 
						
							2016-01-05 13:29:17 +01:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								ce97523a7c
								
							
						 | 
						
							
							
								
								Fix readDir example
							
							
							
							
							
							
							
							Fixes https://github.com/NixOS/nixos-homepage/issues/46. 
							
						 | 
						
							2015-09-01 16:53:51 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								76cc8e97a2
								
							
						 | 
						
							
							
								
								Add sort primop
							
							
							
							
							
						 | 
						
							2015-07-28 18:39:39 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								50807f3dd5
								
							
						 | 
						
							
							
								
								Add primop genList
							
							
							
							
							
							
							
							This can be used to implement functions like ‘imap’ (or for that
matter, ‘map’) without the quadratic complexity incurred by calling
‘++’ repeatedly. 
							
						 | 
						
							2015-07-28 17:28:35 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								d6d5885c15
								
							
						 | 
						
							
							
								
								Add replaceStrings primop
							
							
							
							
							
							
							
							This is a generalisation of replaceChars in Nixpkgs. 
							
						 | 
						
							2015-07-24 15:32:24 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								14be783676
								
							
						 | 
						
							
							
								
								Add primops all and any
							
							
							
							
							
							
							
							These are used thousands of times during NixOS evaluation, so it's
useful to speed them up. 
							
						 | 
						
							2015-07-23 19:23:11 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								61af14a921
								
							
						 | 
						
							
							
								
								Add foldl' primop
							
							
							
							
							
						 | 
						
							2015-07-23 17:03:02 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								da196ec68f
								
							
						 | 
						
							
							
								
								Document tarball downloading
							
							
							
							
							
						 | 
						
							2015-06-01 15:14:44 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eelco Dolstra
								
							 
						 | 
						
							
							
							
							
								
							
							
								722bd041ce
								
							
						 | 
						
							
							
								
								Document some primops
							
							
							
							
							
						 | 
						
							2014-10-29 16:18:03 +01:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Mikey Ariel
								
							 
						 | 
						
							
							
							
							
								
							
							
								8901acc976
								
							
						 | 
						
							
							
								
								Restructuring the Nix manual
							
							
							
							
							
						 | 
						
							2014-08-27 18:41:09 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 |