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
2013-09-03
Get rid of the parse tree cache
Eelco Dolstra
1
-3
/
+2
2013-09-02
Fix whitespace
Eelco Dolstra
1
-15
/
+15
2013-08-19
Store Nix integers as longs
Eelco Dolstra
1
-1
/
+1
2013-08-02
Let the ordering operators also work on strings
Eelco Dolstra
1
-3
/
+6
2013-03-08
Revert "Prevent config.h from being clobbered"
Eelco Dolstra
1
-0
/
+16
2013-03-07
Prevent config.h from being clobbered
Eelco Dolstra
1
-16
/
+0
2013-02-08
Rename "hash" to "hashString" and handle SHA-1
Eelco Dolstra
1
-19
/
+9
2013-02-08
experimental/hash
Marc Weber
1
-0
/
+26
2012-12-04
Tiny optimisation in the filter primop
Eelco Dolstra
1
-2
/
+9
2012-11-27
Optionally ignore null-valued derivation attributes
Eelco Dolstra
1
-10
/
+22
2012-11-27
Add builtin constants ‘langVersion’ and ‘nixVersion’
Eelco Dolstra
1
-0
/
+10
2012-11-15
Revert "prim_toPath: Actually make the string a path"
Eelco Dolstra
1
-3
/
+1
2012-10-23
prim_toPath: Actually make the string a path
Shea Levy
1
-1
/
+3
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
1
-3
/
+3
2012-09-19
Templatise tokenizeString()
Eelco Dolstra
1
-1
/
+1
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-8
/
+73
2012-08-13
Add a primop ‘elemAt’ to get an element from a list
Eelco Dolstra
1
-5
/
+19
2012-08-13
Add a primop ‘concatLists’
Eelco Dolstra
1
-0
/
+10
2012-08-13
Provide an efficient implementation of ‘elem’
Eelco Dolstra
1
-2
/
+17
2012-08-13
Add a "filter" primop
Eelco Dolstra
1
-0
/
+25
2012-08-12
Add some basic profiling support to the evaluator
Eelco Dolstra
1
-1
/
+2
2012-07-30
Refactor settings processing
Eelco Dolstra
1
-3
/
+3
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-1
/
+25
2012-07-25
prim_import: When importing .drvs, allocate the intermediate attrset on the h...
Shea Levy
1
-1
/
+1
2012-07-25
import: If the path is a valid .drv file, parse it and generate a derivation ...
Shea Levy
1
-1
/
+25
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-1
/
+5
2012-07-12
builtins.storePath: resolve symlinks
Eelco Dolstra
1
-1
/
+5
2012-07-09
prim_import(): prefetch substitute info in parallel using queryMissing()
Eelco Dolstra
1
-0
/
+6
2012-06-27
nix-store -r: do substitutions in parallel
Eelco Dolstra
1
-1
/
+1
2012-02-04
* Inline some functions and get rid of the indirection through
Eelco Dolstra
1
-0
/
+1
2012-01-26
* Fix importing a derivation. This gave a segfault.
Eelco Dolstra
1
-8
/
+23
2012-01-19
* Add some debug output to print the derivation name once it's known.
Eelco Dolstra
1
-1
/
+4
2012-01-03
* Drop the inefficient "Path" suffix in output attribute names.
Eelco Dolstra
1
-3
/
+1
2012-01-03
* Move the implementation of the ‘derivation’ primop into a separate
Eelco Dolstra
1
-23
/
+1
2011-12-21
* The ‘foo.drvPath’ feature was already broken in read-only mode.
Eelco Dolstra
1
-1
/
+2
2011-12-21
* Simplify the context handling logic.
Eelco Dolstra
1
-24
/
+13
2011-12-16
* Sync with the trunk.
Eelco Dolstra
1
-14
/
+3
2011-12-02
* Move parseHash16or32 into libutil, and use in nix-hash.
Eelco Dolstra
1
-11
/
+1
2011-11-06
There's no need to mess with drvPath at all
Shea Levy
1
-6
/
+4
2011-11-06
Fix faulty reversion of my changes to unsafeDiscardOutputDependency
Shea Levy
1
-1
/
+1
2011-11-06
Respect all outputs passed to the derivation, not just the last one
Shea Levy
1
-1
/
+3
2011-11-06
Embed output name into the context of the *OutPath attributes and extract it ...
Shea Levy
1
-2
/
+9
2011-11-06
Include all outputs of derivations in the closure of explicitly-passed deriva...
Shea Levy
1
-2
/
+8
2011-11-06
The 'insert output between = signs' approach was not helpful
Shea Levy
1
-9
/
+2
2011-09-16
Remove the current output metadata from the string for unsaveDiscardOutputDep...
Shea Levy
1
-1
/
+8
2011-09-16
Add information about which output is active to drvPath's context
Shea Levy
1
-4
/
+6
2011-09-16
Add a currentOutput attribute to derivations keep track of which output is ac...
Shea Levy
1
-1
/
+4
2011-09-14
First attempt at the output-as-derivation semantics
Shea Levy
1
-9
/
+27
2011-08-31
* Eliminate all uses of the global variable ‘store’ from libstore.
Eelco Dolstra
1
-4
/
+4
2011-08-06
* Refactoring: move parseExprFromFile() and parseExprFromString() into
Eelco Dolstra
1
-2
/
+1
[next]