about summary refs log tree commit diff
path: root/src/libexpr/primops.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-16 Merge pull request #1031 from abbradar/replacestrings-contextEelco Dolstra1-7/+17
2016-08-16 Allow contexted strings in replaceStringsNikolay Amiantov1-7/+17
2016-08-15 builtins.fetch{url,tarball}: Allow name attributeShea Levy1-4/+7
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-1/+1
2016-07-26 builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra1-3/+7
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-10/+10
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-7/+6
2016-04-25 Improved logging abstractionEelco Dolstra1-4/+4
2016-04-14 Make the search path lazier with non-fatal errorsEelco Dolstra1-11/+12
2016-04-14 Make primop registration pluggableEelco Dolstra1-0/+15
2016-03-04 Propagate path context via builtins.readFileNikolay Amiantov1-1/+1
2016-02-29 Add an HTTP binary cache storeEelco Dolstra1-1/+1
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra1-7/+34
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-29/+28
2016-01-07 Fix some signedness warningsEelco Dolstra1-1/+1
2016-01-05 Better error messageFabian Schmitthenner1-1/+1
2016-01-05 manual: document builtins.functionArgsVladimír Čunát1-1/+1
2016-01-05 First hit at providing support for floats in the language.Christian Theune1-7/+34
2015-07-28 Add sort primopEelco Dolstra1-1/+36
2015-07-28 Add primop genListEelco Dolstra1-0/+20
2015-07-24 Add replaceStrings primopEelco Dolstra1-1/+37
2015-07-24 Add concatStringsSep as a primopEelco Dolstra1-0/+21
2015-07-23 Optimize small listsEelco Dolstra1-58/+58
2015-07-23 Add primops all and anyEelco Dolstra1-0/+33
2015-07-23 Importing derivations: Add name attribute to make a valid drvShea Levy1-1/+3
2015-07-23 Allow derivations-as-srcs in the context of builtins.toFile filesShea Levy1-2/+6