aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
AgeCommit message (Expand)Author
2017-03-31builtins.exec: Make the argument just a listShea Levy
2017-03-30Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy
2017-03-08Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy
2017-01-26Add support for passing structured data to buildersEelco Dolstra
2017-01-26Bindings: Add a method for iterating in lexicographically sorted orderEelco Dolstra
2017-01-24Revert "Propagate path context via builtins.readFile"Eelco Dolstra
2017-01-24Revert "builtins.readFile: Put the references of the file, not those needed t...Eelco Dolstra
2017-01-10builtins.readFile: Put the references of the file, not those needed to realiz...Shea Levy
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-10-26Fix SIGFPE from integer overflow during divisionTuomas Tynkkynen
2016-10-19fixup! replace own regex class with std::regexAlexander Ried
2016-10-18replace own regex class with std::regexAlexander Ried
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-08-29forceBool(): Show position infoEelco Dolstra
2016-08-29Add builtin function "partition"Eelco Dolstra
2016-08-17Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra
2016-08-16Merge pull request #1031 from abbradar/replacestrings-contextEelco Dolstra
2016-08-16Allow contexted strings in replaceStringsNikolay Amiantov
2016-08-15builtins.fetch{url,tarball}: Allow name attributeShea Levy
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-07-26builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-04Cleanup: Remove singleton()Eelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-14Make the search path lazier with non-fatal errorsEelco Dolstra
2016-04-14Make primop registration pluggableEelco Dolstra
2016-03-04Propagate path context via builtins.readFileNikolay Amiantov
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-07Fix some signedness warningsEelco Dolstra
2016-01-05Better error messageFabian Schmitthenner
2016-01-05manual: document builtins.functionArgsVladimír Čunát
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-07-28Add sort primopEelco Dolstra
2015-07-28Add primop genListEelco Dolstra
2015-07-24Add replaceStrings primopEelco Dolstra
2015-07-24Add concatStringsSep as a primopEelco Dolstra
2015-07-23Optimize small listsEelco Dolstra
2015-07-23Add primops all and anyEelco Dolstra
2015-07-23Importing derivations: Add name attribute to make a valid drvShea Levy
2015-07-23Allow derivations-as-srcs in the context of builtins.toFile filesShea Levy
2015-07-23Add foldl' primopEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-06-01Fix fetchurl/fetchTarballEelco Dolstra
2015-06-01readFile: Check against nul bytesEelco Dolstra
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-04-09Use cached result if there is a network errorEelco Dolstra