summary refs log tree commit diff
path: root/lib/strings.nix
Commit message (Expand)AuthorAge
* lib: fix escapeXML example in documentationRobert Helgesson2021-11-02
* lib: add function escapeXMLRobert Helgesson2021-10-03
* lib/strings: fix infinite recursion on concatStringsSep fallbackpolykernel2021-08-26
* strings.nix: Fix overly monomorphic type signature commentsNiklas Hambüchen2021-07-04
* lib/strings: forbid lists in isStorePathsternenseemann2021-05-07
* lib/strings: fix example for isStorePathsternenseemann2021-05-07
* lib: fix documented type of fixedWidthString (#121396)Lennart Spitzner2021-05-01
* treewide: use lib.warnIf where appropriateAlyssa Ross2021-04-28
* lib/string: drop redundant string in description of toInt.Alex Brandt2020-12-05
* lib/strings: fix typo in exampleAlex Brandt2020-12-04
* lib/strings: fix examples for enableFeatureAsAlex Brandt2020-12-03
* Merge pull request #44928 from vcunat/p/configure-assertEelco Dolstra2020-11-11
|\
| * lib/strings: guard against an easy mistakeVladimír Čunát2018-08-12
* | lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing2020-10-22
* | lib.splitString: use builtin.splitEtienne Laurin2020-10-18
* | lib/strings: deprecate readPathsFromFileV2020-09-03
* | lib/strings: Add floatToStringSilvan Mosberger2020-07-25
* | lib/strings: Introduce escapeNixIdentifierSilvan Mosberger2020-04-13
* | Merge pull request #83241 from Infinisil/valid-drv-nameSilvan Mosberger2020-04-02
|\ \
| * | lib/strings: Add sanitizeDerivationName functionSilvan Mosberger2020-03-30
* | | Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
* | | Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
* | | lib/strings: fix comment typoRobert Helgesson2020-02-05
|/ /
* | lib: Add getName to mirror getVersionJohn Ericson2019-11-24
* | Doc fix: use correct function name in type signature for concatIMapStringsSepNathan van Doorn2019-03-18
* | lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
* | make-derivation: use pname-version as default name if both are presentPatrick Hilhorst2018-11-06
* | Merge pull request #49383 from tazjin/docs/lib-docstringsGraham Christensen2018-10-29
|\ \
| * | lib/strings: Update documentation comments for doc generationVincent Ambo2018-10-29
* | | lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-20
|/ /
* | lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-06
* | Merge branch 'no-toPath'Shea Levy2018-09-06
|\ \
| * | treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
* | | function rewritten by @InfinisilAaron Andersen2018-08-21
* | | as requested:Aaron Andersen2018-08-21
| |/ |/|
* | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
|/
* lib: Add more configure flag helpersJohn Ericson2018-05-11
* lib.makeSearchPath: allow null in search pathMatthew Bauer2018-05-09
* lib.isStorePath: Fix derivation detectionShea Levy2018-03-09
* nixpkgs.lib: Add escapeNixStringRyan Trinkle2017-12-02
* Convert libs to a fixed-pointGraham Christensen2017-09-16
* lib: introduce imap0, imap1 (#25543)zimbatm2017-07-04
* lib/string: make `isStorePath` total (#26216)Profpatsch2017-05-30
* lib: trivial spelling fixesTom Saeger2017-04-19
* lib.readPathsFromFile: simplify, /cc #24036Orivej Desh2017-03-19
* readPathsFromFile: fixup after #23851Vladimír Čunát2017-03-19
* libs: make splitString also split last separator (#23851)Léo Gaspard2017-03-15
* getVersion: first try drv.version before parsing drv.nameDomen Kožar2016-08-13
* fix documentation typo in lib/strings.nix (#17684)Данило Глинський (Danylo Hlynskyi)2016-08-12
* hasSuffix: human readable inputsDomen Kožar2016-08-10