Age | Commit message (Expand) | Author | Files | Lines |
2014-02-26 | Doh | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | Test trace and addErrorContext | Eelco Dolstra | 1 | -0/+4 |
2014-02-26 | Test some more primops | Eelco Dolstra | 9 | -7/+24 |
2014-02-26 | Test executables in NARs | Eelco Dolstra | 2 | -0/+6 |
2014-02-26 | Test nix-env --switch-generation | Eelco Dolstra | 1 | -0/+6 |
2014-02-26 | Test nix-env --set | Eelco Dolstra | 1 | -0/+6 |
2014-02-26 | Test the -b and -s flags of nix-store -q | Eelco Dolstra | 1 | -0/+12 |
2014-02-26 | Test ~/.nix-defexpr | Eelco Dolstra | 1 | -14/+17 |
2014-02-26 | Test nix-store --switch-profile and more daemon actions | Eelco Dolstra | 2 | -51/+70 |
2014-02-26 | Test nix-store -q --roots | Eelco Dolstra | 1 | -0/+2 |
2014-02-26 | Test nix-store -l | Eelco Dolstra | 1 | -1/+11 |
2014-02-26 | Test nix-store --optimise | Eelco Dolstra | 1 | -0/+17 |
2014-02-26 | Add a test for nix-store --dump-db / --load-db | Eelco Dolstra | 2 | -1/+21 |
2014-02-19 | nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse | Eelco Dolstra | 2 | -6/+6 |
2014-02-17 | Test nix-store --verify-path and --repair-path | Eelco Dolstra | 1 | -0/+18 |
2014-02-17 | Add a test for repairing paths | Eelco Dolstra | 5 | -8/+56 |
2014-02-06 | Clean up a test warning | Eelco Dolstra | 1 | -1/+1 |
2014-02-06 | Drop dependency on ‘expr’ | Eelco Dolstra | 1 | -2/+2 |
2014-02-01 | Fix logging test | Eelco Dolstra | 2 | -2/+1 |
2014-02-01 | Fix the nix-profile test | Eelco Dolstra | 2 | -3/+2 |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -52/+0 |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -3/+3 |
2014-01-30 | Rename Makefile -> local.mk | Eelco Dolstra | 1 | -0/+0 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 10 | -0/+67 |
2014-01-14 | Allow "bare" dynamic attrs | Shea Levy | 2 | -0/+18 |
2014-01-08 | Fix signed-binary-caches test | Eelco Dolstra | 1 | -1/+4 |
2014-01-08 | Test whether Nix correctly checks the hash of downloaded NARs | Eelco Dolstra | 1 | -0/+14 |
2014-01-08 | Support cryptographically signed binary caches | Eelco Dolstra | 1 | -0/+8 |
2014-01-06 | Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nix | Eelco Dolstra | 6 | -0/+24 |
2014-01-06 | Disable the tail call test | Eelco Dolstra | 1 | -0/+0 |
2013-12-31 | Fold dynamic binds handling into addAttr | Shea Levy | 2 | -0/+2 |
2013-12-31 | Dynamic attrs | Shea Levy | 2 | -0/+18 |
2013-12-31 | Add the ExprBuiltin Expr type to the AST | Shea Levy | 2 | -0/+4 |
2013-11-25 | Add support for ‘make installcheck’ | Eelco Dolstra | 4 | -15/+38 |
2013-11-19 | Add a toJSON primop | Eelco Dolstra | 2 | -0/+12 |
2013-11-18 | Add a primop unsafeGetAttrPos to return the position of an attribute | Eelco Dolstra | 2 | -0/+7 |
2013-11-18 | Add a symbol __curPos that expands to the current source location | Eelco Dolstra | 2 | -0/+6 |
2013-11-18 | Support quoted attribute names in -A | Eelco Dolstra | 2 | -4/+4 |
2013-11-12 | Add a test to check that tail calls run in bounded stack space | Eelco Dolstra | 2 | -0/+4 |
2013-10-24 | Rename "attribute sets" to "sets" | Eelco Dolstra | 1 | -1/+1 |
2013-10-24 | Add a test of the type primops | Eelco Dolstra | 2 | -0/+24 |
2013-10-17 | Fix test | Eelco Dolstra | 1 | -1/+2 |
2013-10-17 | Test string semantics a bit more | Eelco Dolstra | 2 | -3/+6 |
2013-10-17 | Add a test for type correctness of antiquotes | Eelco Dolstra | 3 | -0/+3 |
2013-10-16 | Add a regression test for correct path antiquotation behavior | Eelco Dolstra | 1 | -0/+4 |
2013-10-11 | Adjust to the NixOS/Nixpkgs merge | Eelco Dolstra | 2 | -2/+2 |
2013-09-02 | Adda test for build-max-log-size | Eelco Dolstra | 2 | -14/+11 |
2013-08-26 | Simplify inherited attribute handling | Shea Levy | 2 | -0/+25 |
2013-08-26 | Fix typos, especially those that end up in the Nix manual | Ivan Kozik | 1 | -1/+1 |
2013-08-02 | Let the ordering operators also work on strings | Eelco Dolstra | 2 | -1/+6 |