about summary refs log tree commit diff
path: root/src/libexpr/primops.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28 Actually fix nixDataDir in non-canonical pathShea Levy1-1/+1
2018-02-26 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen1-3/+14
2018-02-21 Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra1-8/+3
2018-02-19 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen1-3/+8
2018-02-17 libexpr: Avoid an unnecessary string copy in prim_derivationStrictTuomas Tynkkynen1-1/+1
2018-02-17 libexpr: Remove unnecessary drvName assignment in prim_derivationStrictTuomas Tynkkynen1-6/+0
2018-02-17 libexpr: Optimize prim_derivationStrict by using more symbol comparisonsTuomas Tynkkynen1-9/+9
2018-02-17 libexpr: Optimize prim_attrNames a bitTuomas Tynkkynen1-2/+5
2018-02-14 Add splitVersion primop.Shea Levy1-0/+21
2018-02-07 Merge pull request #1816 from shlevy/add-pathEelco Dolstra1-18/+75
2018-02-06 Add path primop.Shea Levy1-18/+75
2018-02-06 realiseContext(): Add derivation outputs to the allowed pathsEelco Dolstra1-10/+24
2018-01-18 Don't define builtins.{currentSystem,currentTime} in pure modeEelco Dolstra1-6/+2
2018-01-17 TypoEelco Dolstra1-1/+1
2018-01-16 Add pure evaluation modeEelco Dolstra1-9/+35
2018-01-12 import, builtins.readFile: Handle diverted storesEelco Dolstra1-6/+6
2018-01-02 Add hasContext primopShea Levy1-0/+9
2017-10-31 Fix filterSourceEelco Dolstra1-32/+14
2017-10-30 Add option allowed-urisEelco Dolstra1-2/+1
2017-10-30 enable-http2 -> http2Eelco Dolstra1-1/+1
2017-10-30 fetchTarball: Use "source" as the default nameEelco Dolstra1-4/+4
2017-10-30 fetchurl/fetchTarball: Respect name changesEelco Dolstra1-1/+1
2017-10-25 Bump language versionEelco Dolstra1-1/+1
2017-10-25 Pass lists/attrsets to bash as (associative) arraysEelco Dolstra1-3/+3
2017-08-15 Add builtins.string function.Nicolas B. Pierron1-0/+68
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-54/+54
2017-07-10 Merge pull request #1428 from rimmington/clearer-regex-space-errorEelco Dolstra1-2/+7
2017-07-10 Clearer error message when regex exceeds space limitRhys1-2/+7
2017-07-04 Support base-64 hashesEelco Dolstra1-4/+4
2017-05-17 builtins.match: Improve error message for bad regular expressionEelco Dolstra1-16/+23
2017-05-16 Improve progress indicatorEelco Dolstra1-6/+2
2017-05-15 Disallow outputHash being null or an empty stringEelco Dolstra1-4/+5
2017-03-31 builtins.exec: Make the argument just a listShea Levy1-22/+9
2017-03-30 Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy1-1/+55
2017-03-08 Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy1-0/+2
2017-01-26 Add support for passing structured data to buildersEelco Dolstra1-39/+88
2017-01-26 Bindings: Add a method for iterating in lexicographically sorted orderEelco Dolstra1-6/+3
2017-01-24 Revert "Propagate path context via builtins.readFile"Eelco Dolstra1-1/+1
2017-01-24 Revert "builtins.readFile: Put the references of the file, not those needed t...Eelco Dolstra1-3/+0
2017-01-10 builtins.readFile: Put the references of the file, not those needed to realiz...Shea Levy1-0/+3
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-57/+57
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-57/+57
2016-10-26 Fix SIGFPE from integer overflow during divisionTuomas Tynkkynen1-3/+9
2016-10-19 fixup! replace own regex class with std::regexAlexander Ried1-1/+4
2016-10-18 replace own regex class with std::regexAlexander Ried1-11/+10
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-2/+2
2016-09-14 Enable HTTP/2 supportEelco Dolstra1-1/+1
2016-08-29 forceBool(): Show position infoEelco Dolstra1-9/+10
2016-08-29 Add builtin function "partition"Eelco Dolstra1-0/+35
2016-08-17 Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra1-0/+14