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-09-03
nix-env: Use wildcard match by default
Eelco Dolstra
1
-5
/
+4
2013-09-03
nix-env: Load files in ~/.nix-defexpr on demand
Eelco Dolstra
2
-0
/
+12
2013-09-03
Work on Values instead of Exprs
Eelco Dolstra
2
-19
/
+20
2013-09-03
Get rid of the parse tree cache
Eelco Dolstra
4
-31
/
+32
2013-09-02
Add some support code for nix-repl
Eelco Dolstra
3
-12
/
+26
2013-09-02
Get rid of a signedness warning
Eelco Dolstra
1
-1
/
+1
2013-09-02
Fix whitespace
Eelco Dolstra
8
-82
/
+82
2013-08-26
Simplify inherited attribute handling
Shea Levy
5
-38
/
+21
2013-08-26
Fix typos, especially those that end up in the Nix manual
Ivan Kozik
1
-1
/
+1
2013-08-19
Store Nix integers as longs
Eelco Dolstra
7
-14
/
+19
2013-08-14
Typo
Eelco Dolstra
1
-1
/
+1
2013-08-06
Remove obsolete reference to ATerms
Eelco Dolstra
1
-3
/
+3
2013-08-02
In the profiler output, show function names (if available)
Eelco Dolstra
2
-8
/
+8
2013-08-02
Let the ordering operators also work on strings
Eelco Dolstra
1
-3
/
+6
2013-08-02
Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’
Eelco Dolstra
2
-0
/
+7
2013-08-02
Add integer ‘-’, ‘*’ and ‘/’ operators
Eelco Dolstra
1
-1
/
+5
2013-08-02
Add a unary integer negation operator
Eelco Dolstra
1
-2
/
+4
2013-08-02
Overload the ‘+’ operator to support integer addition
Eelco Dolstra
1
-11
/
+19
2013-07-31
Make Env smaller
Eelco Dolstra
2
-21
/
+23
2013-07-31
Don't use NULL
Eelco Dolstra
1
-4
/
+2
2013-07-31
Avoid thunks when a fromWith var can be looked up without evaluation
Shea Levy
2
-8
/
+8
2013-07-31
Delay evaulation of `with` attrs until a variable lookup needs them
Shea Levy
2
-7
/
+13
2013-05-16
Show function names in error messages
Eelco Dolstra
5
-8
/
+43
2013-05-16
Show which function argument was unexpected
Eelco Dolstra
1
-5
/
+9
2013-05-16
Shut up a compiler warning
Eelco Dolstra
1
-1
/
+1
2013-03-14
Fix building against Bison 2.6
Eelco Dolstra
2
-6
/
+4
2013-03-14
Make sure that thunks are restored properly if an exception occurs
Eelco Dolstra
1
-3
/
+6
2013-03-08
Revert "Prevent config.h from being clobbered"
Eelco Dolstra
4
-5
/
+23
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
[next]