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
2020-01-21
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
Eelco Dolstra
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-10-10
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-10-01
Fix fetchTarball with chroot stores
Eelco Dolstra
2019-08-08
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
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-06-17
nix flake check: Check apps
Eelco Dolstra
2019-06-12
Fix fetchTarball with chroot stores
Eelco Dolstra
2019-05-22
Refactor downloadCached() interface
Eelco Dolstra
2019-05-08
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-05-03
Add builtins.hashFile
Daniel Schaefer
2019-03-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-03-24
Add isPath primop
zimbatm
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-02-25
downloadCached: Return ETag
Eelco Dolstra
2019-02-12
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
[next]