about summary refs log tree commit diff
path: root/src/libexpr/primops.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-09 Fix builtins.readDir on XFSEelco Dolstra1-1/+1
2015-01-07 Show position info for failing <...> lookupsEelco Dolstra1-1/+1
2014-12-12 Remove canary stuffEelco Dolstra1-27/+0
2014-12-10 builtins.readFile: realise context associated with the pathShea Levy1-2/+6
2014-12-02 Allow external code using libnixexpr to add typesShea Levy1-0/+3
2014-11-25 Add a primop for regular expression pattern matchingEelco Dolstra1-1/+29
2014-11-25 forceString(): Accept pos argumentEelco Dolstra1-2/+2
2014-11-20 import derivation: cleanupShea Levy1-8/+11
2014-11-15 realiseContext: Handle all context typesShea Levy1-2/+2
2014-10-18 baseNameOf: Don't copy paths to the store firstShea Levy1-1/+1
2014-10-17 Export realiseContext in libnixexprShea Levy1-9/+3
2014-10-04 Add primop ‘catAttrs’Eelco Dolstra1-0/+30
2014-10-04 Add primop ‘attrValues’Eelco Dolstra1-1/+23
2014-10-04 TweakEelco Dolstra1-1/+1
2014-10-03 Remove some duplicate codeEelco Dolstra1-15/+8
2014-10-03 Add readDir primopShea Levy1-0/+37
2014-09-23 Add missing staticEelco Dolstra1-2/+2
2014-09-22 Don't evaluate inside a "throw"Eelco Dolstra1-3/+4
2014-09-22 Add ‘deepSeq’ primopEelco Dolstra1-0/+11
2014-09-22 Add ‘seq’ primopEelco Dolstra1-0/+12
2014-09-22 Add a function ‘valueSize’Eelco Dolstra1-0/+10
2014-09-19 attrNames: Don't allocate duplicates of the symbolsEelco Dolstra1-6/+4
2014-09-19 Fix off-by-oneEelco Dolstra1-1/+1
2014-09-17 Add some instrumentation for debugging GC leaksEelco Dolstra1-0/+27
2014-08-20 Use proper quotes everywhereEelco Dolstra1-40/+40
2014-07-30 Rename nixPath to __nixPathEelco Dolstra1-2/+2