Age | Commit message (Expand) | Author | Files | Lines |
2014-01-21 | Fix some clang warnings | Eelco Dolstra | 6 | -18/+12 |
2014-01-21 | Fix build | Eelco Dolstra | 2 | -4/+5 |
2014-01-21 | Ugly hack to fix building with clang | Eelco Dolstra | 1 | -0/+4 |
2014-01-21 | Fix building against Bison 3.0.2 | Eelco Dolstra | 1 | -1/+1 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 34 | -103/+473 |
2014-01-21 | Remove unused type | Eelco Dolstra | 1 | -1/+0 |
2014-01-21 | Fix evaluation | Eelco Dolstra | 1 | -1/+1 |
2014-01-20 | nix.spec: Remove "make check" since it's a no-op | Eelco Dolstra | 1 | -4/+0 |
2014-01-20 | Build Fedora 20 RPMs | Eelco Dolstra | 1 | -0/+4 |
2014-01-15 | nix-profile.sh: Add the Nixpkgs channel to $NIX_PATH | Eelco Dolstra | 1 | -1/+6 |
2014-01-14 | Bare dynamic attrs: Match interpolation semantics | Shea Levy | 1 | -1/+1 |
2014-01-14 | Allow "bare" dynamic attrs | Shea Levy | 4 | -0/+21 |
2014-01-13 | Document nulls | Eelco Dolstra | 1 | -0/+3 |
2014-01-13 | nix-shell: Don't set NIX_INDENT_MAKE | Eelco Dolstra | 1 | -0/+1 |
2014-01-13 | nix-shell: Set $IN_NIX_SHELL before evaluating | Eelco Dolstra | 1 | -2/+2 |
2014-01-09 | Generate schema.sql.hh | Eelco Dolstra | 1 | -0/+5 |
2014-01-09 | Handle systems where "echo -n" doesn't work | Eelco Dolstra | 1 | -1/+1 |
2014-01-09 | Update Makefiles | Eelco Dolstra | 15 | -29/+18 |
2014-01-09 | Remove mk subdirectory in preparation for "git subtree" | Eelco Dolstra | 9 | -335/+0 |
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 | Fix checking of NAR hashes | Eelco Dolstra | 1 | -0/+1 |
2014-01-08 | Support cryptographically signed binary caches | Eelco Dolstra | 8 | -12/+126 |
2014-01-06 | Revert "nix-shell: Set $IN_NIX_SHELL before evaluation" | Eelco Dolstra | 1 | -2/+2 |
2014-01-06 | Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nix | Eelco Dolstra | 10 | -63/+249 |
2014-01-06 | wording | Domen Kožar | 1 | -1/+1 |
2014-01-06 | Disable FreeBSD tests for now | Eelco Dolstra | 1 | -5/+5 |
2014-01-06 | Disable the tail call test | Eelco Dolstra | 1 | -0/+0 |
2013-12-31 | Don't use any syntactic sugar for dynamic attrs | Shea Levy | 4 | -128/+68 |
2013-12-31 | Fold dynamic binds handling into addAttr | Shea Levy | 3 | -55/+37 |
2013-12-31 | Dynamic attrs | Shea Levy | 6 | -23/+256 |
2013-12-31 | Add the ExprBuiltin Expr type to the AST | Shea Levy | 6 | -9/+40 |
2013-12-30 | nix-shell --pure: Don't clear IN_NIX_SHELL | Shea Levy | 1 | -1/+1 |
2013-12-20 | Revert "Scan /proc/<pid>/cmdline for GC roots" | Eelco Dolstra | 1 | -8/+4 |
2013-12-20 | Doh | Eelco Dolstra | 1 | -1/+1 |
2013-12-20 | perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode. | Petr Rockai | 1 | -0/+2 |
2013-12-20 | nix-env --set-flag: Barf if a selector doesn't match any installed package | Eelco Dolstra | 1 | -5/+13 |
2013-12-20 | Scan /proc/<pid>/cmdline for GC roots | Eelco Dolstra | 1 | -4/+8 |
2013-12-20 | nix-shell: Don't warn about the lack of a GC root | Eelco Dolstra | 2 | -1/+6 |
2013-12-20 | nix-shell: Set $IN_NIX_SHELL before evaluation | Eelco Dolstra | 1 | -2/+2 |
2013-12-20 | nix-shell: Handle --option correctly | Eelco Dolstra | 2 | -3/+7 |
2013-12-17 | nix-shell --pure: Keep $TERM | Eelco Dolstra | 1 | -1/+1 |
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-12-10 | Garbage collector: Release locks on temporary root files | Eelco Dolstra | 1 | -0/+1 |
2013-12-05 | Print a trace message if a build fails due to the platform being unknown | Eelco Dolstra | 1 | -1/+4 |
2013-12-04 | Add missing file | Eelco Dolstra | 1 | -0/+29 |
2013-12-02 | Install bsdiff and bspatch in $(libexecdir)/nix | Eelco Dolstra | 3 | -4/+4 |
2013-11-25 | Add support for ‘make installcheck’ | Eelco Dolstra | 11 | -28/+52 |
2013-11-25 | Add a Makefile for the Perl stuff | Eelco Dolstra | 6 | -7/+59 |