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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-07
Prevent config.h from being clobbered
Eelco Dolstra
4
-23
/
+5
2013-02-08
Make "${./path} ..." evaluate to a string, not a path
Eelco Dolstra
3
-5
/
+7
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-13
fix use-after-free bug in mkString(Value&, Symbol&)
Stuart Pernsteiner
1
-1
/
+1
2012-12-04
Tiny optimisation in the filter primop
Eelco Dolstra
1
-2
/
+9
2012-11-28
nix-env -q --out-path: Support multiple outputs
Eelco Dolstra
4
-12
/
+48
2012-11-27
Optionally ignore null-valued derivation attributes
Eelco Dolstra
3
-11
/
+24
2012-11-27
Add builtin constants ‘langVersion’ and ‘nixVersion’
Eelco Dolstra
1
-0
/
+10
2012-11-26
nix-instantiate: Fix read-only evaluation
Eelco Dolstra
4
-1
/
+15
2012-11-15
Revert "prim_toPath: Actually make the string a path"
Eelco Dolstra
1
-3
/
+1
2012-11-09
Fix a segfault when auto-calling a "a@{...}" function
Eelco Dolstra
1
-5
/
+5
2012-10-23
prim_toPath: Actually make the string a path
Shea Levy
1
-1
/
+3
2012-10-04
getDerivation(): Don't always quietly ignore assertion failure
Eelco Dolstra
2
-15
/
+21
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
3
-4
/
+9
2012-09-27
Allow dashes in identifiers
Eelco Dolstra
1
-1
/
+1
2012-09-19
Templatise tokenizeString()
Eelco Dolstra
3
-3
/
+3
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
5
-23
/
+179
2012-08-13
Avoid concatenating lists of one string
Eelco Dolstra
2
-2
/
+2
2012-08-13
Don't allocate empty lists
Eelco Dolstra
1
-1
/
+1
2012-08-13
Optimise concatenating a list to an empty list
Eelco Dolstra
1
-2
/
+10
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
3
-8
/
+33
2012-08-13
Provide an efficient implementation of ‘elem’
Eelco Dolstra
1
-2
/
+17
2012-08-13
Add a "filter" primop
Eelco Dolstra
2
-1
/
+26
2012-08-12
Add some more evaluations stats
Eelco Dolstra
2
-1
/
+12
2012-08-12
Add some basic profiling support to the evaluator
Eelco Dolstra
4
-4
/
+62
2012-07-30
Refactor settings processing
Eelco Dolstra
2
-5
/
+5
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
11
-58
/
+35
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
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
10
-57
/
+10
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
3
-14
/
+5
2012-07-17
Remove dead code
Eelco Dolstra
2
-13
/
+0
2012-07-12
builtins.storePath: resolve symlinks
Eelco Dolstra
1
-1
/
+5
2012-07-11
nix-env: Determine which paths have substitutes in parallel
Eelco Dolstra
1
-1
/
+6
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-04-13
Use Bison 2.5
Eelco Dolstra
1
-0
/
+2
2012-03-05
Fix compilation on FreeBSD
Eelco Dolstra
2
-0
/
+2
2012-02-09
Fix error message
Eelco Dolstra
1
-3
/
+4
2012-02-04
* Inline some functions and get rid of the indirection through
Eelco Dolstra
6
-116
/
+93
2012-02-04
* Print elapsed evaluation time.
Eelco Dolstra
1
-1
/
+9
2012-01-26
* Fix importing a derivation. This gave a segfault.
Eelco Dolstra
1
-8
/
+23
2012-01-19
* Allow comparisons between derivations by comparing the outPath
Eelco Dolstra
1
-2
/
+14
2012-01-19
* Add some debug output to print the derivation name once it's known.
Eelco Dolstra
1
-1
/
+4
2012-01-07
* Don't create thunks for simple constants (integers, strings, paths)
Eelco Dolstra
5
-133
/
+193
2012-01-04
* Remove dead code.
Eelco Dolstra
2
-4
/
+0
2012-01-04
* Don't use dynamic_cast, it's very slow. "nix-instantiate
Eelco Dolstra
3
-24
/
+23
2012-01-03
* Drop the inefficient "Path" suffix in output attribute names.
Eelco Dolstra
1
-3
/
+1
[next]