index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.cc
Age
Commit message (
Expand
)
Author
2019-07-30
Allow builtins.pathExists to check the existence of /nix/store paths
Bas van Dijk
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
2019-05-03
Add builtins.hashFile
Daniel Schaefer
2019-03-24
Add isPath primop
zimbatm
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-01-14
Add builtins.getContext.
Shea Levy
2019-01-13
Treat plain derivation paths in context as normal paths.
Shea Levy
2018-12-13
Support SRI hashes
Eelco Dolstra
2018-09-13
Merge branch 'dirOf-relative' of https://github.com/lheckemann/nix
Eelco Dolstra
2018-08-19
FIx floating point evaluation
Eelco Dolstra
2018-08-13
dirOf: allow use on non-absolute paths
Linus Heckemann
2018-07-31
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
Eelco Dolstra
2018-07-21
prim_foldlStrict: call forceValue() before value is copied
volth
2018-07-07
prim_map, prim_genList: no need to force function argument which will be stor...
volth
2018-07-06
prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursion
volth
2018-07-05
prim_concatMap: no need to force value
volth
2018-07-05
prim_mapAttrs: must be lazy to avoid infinite recursion
volth
2018-07-05
prim_concatMap: allocate intermediate list on stack
volth
2018-07-05
primops.cc: fix comment
volth
2018-07-05
lib.concatMap and lib.mapAttrs to be builtins
volth
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
2018-05-16
add `mod' and bitwise builtins: camel-case function names
volth
2018-05-16
add `mod' and bitwise builtins: remove `mod' and shifts
volth
2018-05-12
add `mod' and bitwise builtins
volth
2018-04-17
isFunction: True on primops.
Shea Levy
2018-04-09
Make prim_exec and prim_importNative available to plugins
Shea Levy
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
2018-02-28
Actually fix nixDataDir in non-canonical path
Shea Levy
2018-02-26
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
2018-02-21
Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"
Eelco Dolstra
2018-02-19
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
2018-02-17
libexpr: Avoid an unnecessary string copy in prim_derivationStrict
Tuomas Tynkkynen
2018-02-17
libexpr: Remove unnecessary drvName assignment in prim_derivationStrict
Tuomas Tynkkynen
2018-02-17
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
Tuomas Tynkkynen
2018-02-17
libexpr: Optimize prim_attrNames a bit
Tuomas Tynkkynen
2018-02-14
Add splitVersion primop.
Shea Levy
2018-02-07
Merge pull request #1816 from shlevy/add-path
Eelco Dolstra
2018-02-06
Add path primop.
Shea Levy
2018-02-06
realiseContext(): Add derivation outputs to the allowed paths
Eelco Dolstra
2018-01-18
Don't define builtins.{currentSystem,currentTime} in pure mode
Eelco Dolstra
2018-01-17
Typo
Eelco Dolstra
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2018-01-12
import, builtins.readFile: Handle diverted stores
Eelco Dolstra
2018-01-02
Add hasContext primop
Shea Levy
2017-10-31
Fix filterSource
Eelco Dolstra
2017-10-30
Add option allowed-uris
Eelco Dolstra
2017-10-30
enable-http2 -> http2
Eelco Dolstra
2017-10-30
fetchTarball: Use "source" as the default name
Eelco Dolstra
2017-10-30
fetchurl/fetchTarball: Respect name changes
Eelco Dolstra
[next]