summary refs log tree commit diff
path: root/lib/strings.nix
Commit message (Expand)AuthorAge
...
| * intersperse: Fix quadratic performanceEelco Dolstra2015-07-24
| * Remove eqStringsEelco Dolstra2015-07-24
| * Use replaceStrings primopEelco Dolstra2015-07-24
| * Use concatStringSep primopEelco Dolstra2015-07-24
| * Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-23
| * Use foldl' instead of fold in some placesEelco Dolstra2015-07-23
| * Issue 8152 - Reduce number of attribute set created by replaceChars.Nicolas B. Pierron2015-07-13
* | systemPackages, makeLibraryPath: try to guess outputsVladimír Čunát2015-05-05
|/
* Add 'fixedWidthString' and 'fixedWidthNumber' formatting functionsNikita Mikhailov2015-03-08
* lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra2014-10-05
* Added concatMapStringsSep and concatImapStringsSepIgor Pashev2014-08-25
* lib: Do not take string context into accountKirill Elagin2014-06-11
* lib/strings: add hasPrefix and simplify hasSuffixVladimír Čunát2014-05-13
* lib/strings: simplify removePrefix readabilityVladimír Čunát2014-05-13
* fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra2014-05-09
* Add some primops to libEelco Dolstra2013-11-12
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10