Age | Commit message (Expand) | Author | Files | Lines |
2014-04-08 | If a .drv cannot be parsed, show its path | Eelco Dolstra | 1 | -1/+1 |
2014-04-04 | Show position info in Boolean operations | Eelco Dolstra | 1 | -1/+1 |
2014-04-04 | Show position info in string concatenation / addition errors | Eelco Dolstra | 1 | -18/+18 |
2014-04-04 | forceString: Show position info | Eelco Dolstra | 1 | -12/+12 |
2014-04-04 | forceAttrs: Show position info | Eelco Dolstra | 1 | -12/+12 |
2014-04-04 | forceList: Show position info | Eelco Dolstra | 1 | -15/+15 |
2014-04-04 | forceInt: Show position info | Eelco Dolstra | 1 | -8/+8 |
2014-04-04 | Pass position information to primop calls | Eelco Dolstra | 1 | -90/+90 |
2014-04-04 | Include position info in function application | Eelco Dolstra | 1 | -3/+3 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 1 | -3/+3 |
2013-12-10 | Bump language version for new storePath feature | Shea Levy | 1 | -1/+1 |
2013-12-10 | builtins.storePath: Try to substitute the path if it is not yet valid | Shea Levy | 1 | -2/+2 |
2013-11-23 | Implement basic ‘make install’ | Eelco Dolstra | 1 | -0/+1 |
2013-11-19 | Shorter error message | Eelco Dolstra | 1 | -2/+1 |
2013-11-19 | Add a toJSON primop | Eelco Dolstra | 1 | -0/+14 |
2013-11-18 | Add a primop unsafeGetAttrPos to return the position of an attribute | Eelco Dolstra | 1 | -1/+15 |
2013-10-28 | Fix building without a garbage collector | Eelco Dolstra | 1 | -5/+5 |
2013-10-28 | Fix a segfault in genericClosure | Eelco Dolstra | 1 | -16/+25 |
2013-10-28 | Slightly optimize listToAttrs | Eelco Dolstra | 1 | -8/+8 |
2013-10-24 | Rename "attribute sets" to "sets" | Eelco Dolstra | 1 | -15/+15 |
2013-10-24 | Add a typeOf primop | Eelco Dolstra | 1 | -3/+28 |
2013-10-17 | Fold two stack trace messages in derivations | Eelco Dolstra | 1 | -4/+2 |
2013-10-17 | Don't show <nix/derivation.nix> in stack traces | Eelco Dolstra | 1 | -1/+3 |
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 |