about summary refs log tree commit diff
path: root/lib/strings.nix
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Allow options with type "package" to be store pathsEelco Dolstra1-0/+5
2015-07-24intersperse: Fix quadratic performanceEelco Dolstra1-5/+4
2015-07-24Remove eqStringsEelco Dolstra1-22/+14
2015-07-24Use replaceStrings primopEelco Dolstra1-18/+18
2015-07-24Use concatStringSep primopEelco Dolstra1-3/+7
2015-07-23Rename misc.nix -> deprecated.nixEelco Dolstra1-0/+2
2015-07-23Use foldl' instead of fold in some placesEelco Dolstra1-1/+1
2015-07-13Issue 8152 - Reduce number of attribute set created by replaceChars.Nicolas B. Pierron1-4/+6
2015-03-08Add 'fixedWidthString' and 'fixedWidthNumber' formatting functionsNikita Mikhailov1-0/+11
2014-10-05lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra1-8/+8
2014-08-25Added concatMapStringsSep and concatImapStringsSepIgor Pashev1-0/+3
2014-06-11lib: Do not take string context into accountKirill Elagin1-7/+12
2014-05-13lib/strings: add hasPrefix and simplify hasSuffixVladimír Čunát1-6/+8
2014-05-13lib/strings: simplify removePrefix readabilityVladimír Čunát1-2/+2
2014-05-09fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra1-0/+10
2013-11-12Add some primops to libEelco Dolstra1-1/+2
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra1-0/+190