summary refs log tree commit diff
path: root/lib/strings.nix
Commit message (Expand)AuthorAge
...
| * lib/strings: document all the functionszimbatm2016-03-10
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * lib.getVersion: extend the function to cope with strings as well as derivationsPeter Simons2016-01-05
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\|
| * lib/strings: add readPathsFromFileThomas Tuegel2015-12-16
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * add makeBinPath function for abstracting away pkg/bin:pkg2/bin..Domen Kožar2015-12-10
* | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
|\|
| * lib/strings: add a `toInt` helper (close #11242)Christian Zagrodnick2015-11-25
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\|
| * Allow options with type "package" to be store pathsEelco Dolstra2015-08-07
| * 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