aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
AgeCommit message (Expand)Author
2020-01-21Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-01-21Fix derivation computation with __structuredAttrs and multiple outputsEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-28Remove builtins.valueSizeEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-10-10Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-10-01Fix fetchTarball with chroot storesEelco Dolstra
2019-08-08Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-30Allow builtins.pathExists to check the existence of /nix/store pathsBas van Dijk
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2019-06-17nix flake check: Check appsEelco Dolstra
2019-06-12Fix fetchTarball with chroot storesEelco Dolstra
2019-05-22Refactor downloadCached() interfaceEelco Dolstra
2019-05-08Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-05-03Add builtins.hashFileDaniel Schaefer
2019-03-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-03-24Add isPath primopzimbatm
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-02-25downloadCached: Return ETagEelco Dolstra
2019-02-12experimental/optional -> optionalEelco Dolstra
2019-01-14Add builtins.getContext.Shea Levy
2019-01-13Treat plain derivation paths in context as normal paths.Shea Levy
2018-12-13Support SRI hashesEelco Dolstra
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-08-19FIx floating point evaluationEelco Dolstra
2018-08-13dirOf: allow use on non-absolute pathsLinus Heckemann
2018-07-31Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nixEelco Dolstra
2018-07-21prim_foldlStrict: call forceValue() before value is copiedvolth
2018-07-07prim_map, prim_genList: no need to force function argument which will be stor...volth
2018-07-06prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursionvolth
2018-07-05prim_concatMap: no need to force valuevolth
2018-07-05prim_mapAttrs: must be lazy to avoid infinite recursionvolth
2018-07-05prim_concatMap: allocate intermediate list on stackvolth
2018-07-05primops.cc: fix commentvolth
2018-07-05lib.concatMap and lib.mapAttrs to be builtinsvolth
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-16add `mod' and bitwise builtins: camel-case function namesvolth
2018-05-16add `mod' and bitwise builtins: remove `mod' and shiftsvolth
2018-05-12add `mod' and bitwise builtinsvolth
2018-04-17isFunction: True on primops.Shea Levy
2018-04-09Make prim_exec and prim_importNative available to pluginsShea Levy
2018-03-14Catch more possible instances of passing NULL to memcpy.Shea Levy
2018-02-28Actually fix nixDataDir in non-canonical pathShea Levy
2018-02-26libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen
2018-02-21Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra
2018-02-19libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen