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
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
2011-07-20
* Don't allow derivations with fixed and non-fixed outputs.
Eelco Dolstra
1
-43
/
+38
2011-07-20
* Fix a huuuuge security hole in the Nix daemon. It didn't check that
Eelco Dolstra
1
-61
/
+3
2011-07-18
* Support multiple outputs. A derivation can declare multiple outputs
Eelco Dolstra
1
-45
/
+84
2011-01-14
* builtins.substring: if "start" is beyond the end of the string,
Eelco Dolstra
1
-1
/
+1
2010-10-24
* When allocating an attribute set, reserve enough space for all
Eelco Dolstra
1
-11
/
+12
2010-10-24
* Keep attribute sets in sorted order to speed up attribute lookups.
Eelco Dolstra
1
-8
/
+24
2010-10-24
* Don't create thunks for variable lookups (if possible). This
Eelco Dolstra
1
-1
/
+1
2010-10-24
* Store attribute sets as a vector instead of a map (i.e. a red-black
Eelco Dolstra
1
-28
/
+37
2010-10-23
* Remove allocValues().
Eelco Dolstra
1
-16
/
+7
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
1
-36
/
+34
2010-10-04
* Make sure that config.h is included before the system headers,
Eelco Dolstra
1
-1
/
+1
2010-08-02
* intersectAttrs: optimise for the case where the second set is larger
Eelco Dolstra
1
-7
/
+7
2010-06-01
* Turn build errors during evaluation into EvalErrors.
Eelco Dolstra
1
-1
/
+5
2010-05-12
* Implemented tryEval, the last missing primop in the fast-eval
Eelco Dolstra
1
-12
/
+6
2010-05-07
* Sync with the trunk.
Eelco Dolstra
1
-1
/
+1
2010-05-07
* Updated addErrorContext.
Eelco Dolstra
1
-6
/
+7
2010-05-07
* Keep track of the source positions of attributes.
Eelco Dolstra
1
-30
/
+36
2010-04-21
* Fixed builtins.genericClosure.
Eelco Dolstra
1
-22
/
+54
2010-04-21
* Store user environment manifests as a Nix expression in
Eelco Dolstra
1
-14
/
+17
2010-04-19
* Don't use the ATerm library for parsing/printing .drv files.
Eelco Dolstra
1
-1
/
+1
2010-04-16
* Updated some more primops.
Eelco Dolstra
1
-48
/
+23
2010-04-16
* Improve sharing a bit.
Eelco Dolstra
1
-1
/
+1
[prev]
[next]