aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
AgeCommit message (Expand)Author
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
2015-04-09Move curl stuff into a separate fileEelco Dolstra
2015-04-09Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra
2015-04-09Implement caching of fetchurl/fetchTarball resultsEelco Dolstra
2015-03-25Add fetchTarball builtinEelco Dolstra
2015-03-25addToStore(): Take explicit name argumentEelco Dolstra
2015-03-24Don't rely on __noChroot for corepkgsEelco Dolstra
2015-03-06Fix typos: s/the the/the/Daniel Hahler
2015-02-23Add restricted evaluation modeEelco Dolstra
2015-02-05Remove tabEelco Dolstra
2015-01-29Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy
2015-01-09Fix builtins.readDir on XFSEelco Dolstra
2015-01-07Show position info for failing <...> lookupsEelco Dolstra
2014-12-12Remove canary stuffEelco Dolstra
2014-12-10builtins.readFile: realise context associated with the pathShea Levy
2014-12-02Allow external code using libnixexpr to add typesShea Levy
2014-11-25Add a primop for regular expression pattern matchingEelco Dolstra
2014-11-25forceString(): Accept pos argumentEelco Dolstra
2014-11-20import derivation: cleanupShea Levy
2014-11-15realiseContext: Handle all context typesShea Levy
2014-10-18baseNameOf: Don't copy paths to the store firstShea Levy
2014-10-17Export realiseContext in libnixexprShea Levy
2014-10-04Add primop ‘catAttrs’Eelco Dolstra
2014-10-04Add primop ‘attrValues’Eelco Dolstra
2014-10-04TweakEelco Dolstra
2014-10-03Remove some duplicate codeEelco Dolstra