depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-19
FIx floating point evaluation
Eelco Dolstra
1
-0
/
+9
2018-07-31
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
Eelco Dolstra
1
-4
/
+1
2018-07-21
prim_foldlStrict: call forceValue() before value is copied
volth
1
-6
/
+7
2018-07-07
prim_map, prim_genList: no need to force function argument which will be stor...
volth
1
-2
/
+0
2018-07-06
prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursion
volth
1
-2
/
+1
2018-07-05
prim_concatMap: no need to force value
volth
1
-1
/
+0
2018-07-05
prim_mapAttrs: must be lazy to avoid infinite recursion
volth
1
-4
/
+5
2018-07-05
prim_concatMap: allocate intermediate list on stack
volth
1
-7
/
+15
2018-07-05
primops.cc: fix comment
volth
1
-1
/
+1
2018-07-05
lib.concatMap and lib.mapAttrs to be builtins
volth
1
-0
/
+42
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
1
-8
/
+8
2018-05-16
add `mod' and bitwise builtins: camel-case function names
volth
1
-6
/
+6
2018-05-16
add `mod' and bitwise builtins: remove `mod' and shifts
volth
1
-36
/
+0
2018-05-12
add `mod' and bitwise builtins
volth
1
-0
/
+53
2018-04-17
isFunction: True on primops.
Shea Levy
1
-1
/
+12
2018-04-09
Make prim_exec and prim_importNative available to plugins
Shea Levy
1
-2
/
+2
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
1
-4
/
+8
2018-02-28
Actually fix nixDataDir in non-canonical path
Shea Levy
1
-1
/
+1
2018-02-26
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
1
-3
/
+14
2018-02-21
Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"
Eelco Dolstra
1
-8
/
+3
2018-02-19
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
1
-3
/
+8
2018-02-17
libexpr: Avoid an unnecessary string copy in prim_derivationStrict
Tuomas Tynkkynen
1
-1
/
+1
2018-02-17
libexpr: Remove unnecessary drvName assignment in prim_derivationStrict
Tuomas Tynkkynen
1
-6
/
+0
2018-02-17
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
Tuomas Tynkkynen
1
-9
/
+9
2018-02-17
libexpr: Optimize prim_attrNames a bit
Tuomas Tynkkynen
1
-2
/
+5
2018-02-14
Add splitVersion primop.
Shea Levy
1
-0
/
+21
2018-02-07
Merge pull request #1816 from shlevy/add-path
Eelco Dolstra
1
-18
/
+75
2018-02-06
Add path primop.
Shea Levy
1
-18
/
+75
2018-02-06
realiseContext(): Add derivation outputs to the allowed paths
Eelco Dolstra
1
-10
/
+24
2018-01-18
Don't define builtins.{currentSystem,currentTime} in pure mode
Eelco Dolstra
1
-6
/
+2
2018-01-17
Typo
Eelco Dolstra
1
-1
/
+1
2018-01-16
Add pure evaluation mode
Eelco Dolstra
1
-9
/
+35
2018-01-12
import, builtins.readFile: Handle diverted stores
Eelco Dolstra
1
-6
/
+6
2018-01-02
Add hasContext primop
Shea Levy
1
-0
/
+9
2017-10-31
Fix filterSource
Eelco Dolstra
1
-32
/
+14
2017-10-30
Add option allowed-uris
Eelco Dolstra
1
-2
/
+1
2017-10-30
enable-http2 -> http2
Eelco Dolstra
1
-1
/
+1
2017-10-30
fetchTarball: Use "source" as the default name
Eelco Dolstra
1
-4
/
+4
2017-10-30
fetchurl/fetchTarball: Respect name changes
Eelco Dolstra
1
-1
/
+1
2017-10-25
Bump language version
Eelco Dolstra
1
-1
/
+1
2017-10-25
Pass lists/attrsets to bash as (associative) arrays
Eelco Dolstra
1
-3
/
+3
2017-08-15
Add builtins.string function.
Nicolas B. Pierron
1
-0
/
+68
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
1
-54
/
+54
2017-07-10
Merge pull request #1428 from rimmington/clearer-regex-space-error
Eelco Dolstra
1
-2
/
+7
2017-07-10
Clearer error message when regex exceeds space limit
Rhys
1
-2
/
+7
2017-07-04
Support base-64 hashes
Eelco Dolstra
1
-4
/
+4
2017-05-17
builtins.match: Improve error message for bad regular expression
Eelco Dolstra
1
-16
/
+23
2017-05-16
Improve progress indicator
Eelco Dolstra
1
-6
/
+2
2017-05-15
Disallow outputHash being null or an empty string
Eelco Dolstra
1
-4
/
+5
2017-03-31
builtins.exec: Make the argument just a list
Shea Levy
1
-22
/
+9
[next]