about summary refs log tree commit diff
path: root/src/libexpr/primops.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-23 Add foldl' primopEelco Dolstra1-0/+24
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-50/+45
2015-06-01 Fix fetchurl/fetchTarballEelco Dolstra1-1/+2
2015-06-01 readFile: Check against nul bytesEelco Dolstra1-1/+4
2015-05-05 Allow URLs in the Nix search pathEelco Dolstra1-85/+3
2015-04-09 Use cached result if there is a network errorEelco Dolstra1-7/+12
2015-04-09 Move curl stuff into a separate fileEelco Dolstra1-112/+6
2015-04-09 Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra1-13/+24
2015-04-09 Implement caching of fetchurl/fetchTarball resultsEelco Dolstra1-14/+119
2015-03-25 Add fetchTarball builtinEelco Dolstra1-0/+119
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra1-1/+1
2015-03-24 Don't rely on __noChroot for corepkgsEelco Dolstra1-2/+5
2015-03-06 Fix typos: s/the the/the/Daniel Hahler1-1/+1
2015-02-23 Add restricted evaluation modeEelco Dolstra1-7/+21
2015-02-05 Remove tabEelco Dolstra1-1/+1
2015-01-29 Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy1-1/+1