Age | Commit message (Expand) | Author | Files | Lines |
2014-07-04 | Add builtin function ‘fromJSON’ | Eelco Dolstra | 6 | -0/+217 |
2014-07-03 | Manual: html -> xhtml | Eelco Dolstra | 1 | -3/+3 |
2014-06-27 | Style fix | Eelco Dolstra | 1 | -11/+8 |
2014-06-27 | Add `--json` argument to `nix-instantiate` | Paul Colomiets | 2 | -6/+26 |
2014-06-27 | allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva... | Eelco Dolstra | 1 | -1/+1 |
2014-06-27 | Merge branch 'shlevy-import-native' | Eelco Dolstra | 4 | -0/+50 |
2014-06-24 | Only add the importNative primop if the allow-arbitrary-code-during-evaluatio... | Shea Levy | 3 | -1/+7 |
2014-06-17 | Add importNative primop | Shea Levy | 2 | -0/+44 |
2014-06-12 | Don't use member initialisers | Eelco Dolstra | 1 | -4/+4 |
2014-06-12 | Fix bogus warnings about dumping large paths | Eelco Dolstra | 1 | -2/+2 |
2014-06-12 | Drop ImportError and FindError | Eelco Dolstra | 2 | -6/+0 |
2014-06-12 | findFile: Realise the context of the path attributes | Shea Levy | 2 | -18/+45 |
2014-06-12 | Share code between scopedImport and import | Shea Levy | 1 | -42/+44 |
2014-06-12 | Add autoloads, make code more concise & idiomatic | Steve Purcell | 1 | -78/+55 |
2014-06-10 | == operator: Ignore string context | Eelco Dolstra | 3 | -13/+4 |
2014-06-10 | Report daemon OOM better | Eelco Dolstra | 2 | -9/+19 |
2014-06-10 | Print a warning when loading a large path into memory | Eelco Dolstra | 3 | -4/+33 |
2014-06-02 | nix-env -qa --json: Generate valid JSON even if there are invalid meta attrs | Eelco Dolstra | 1 | -2/+3 |
2014-05-29 | Fix test | Eelco Dolstra | 2 | -2/+2 |
2014-05-29 | Sort nixPath attributes | Eelco Dolstra | 1 | -0/+1 |
2014-05-26 | Use std::unordered_set | Eelco Dolstra | 4 | -27/+5 |
2014-05-26 | nix-build: --add-root also takes 1 parameter | Aristid Breitkreuz | 1 | -1/+1 |
2014-05-26 | dev-shell is a bash script, not sh | Sönke Hahn | 1 | -1/+1 |
2014-05-26 | Rephrase @ operator description | Adam Szkoda | 1 | -4/+3 |
2014-05-26 | Remove ExprBuiltin | Eelco Dolstra | 4 | -35/+8 |
2014-05-26 | Make the Nix search path declarative | Eelco Dolstra | 7 | -17/+51 |
2014-05-26 | Ensure that -I flags get included in nixPath | Eelco Dolstra | 8 | -18/+33 |
2014-05-26 | Add constant ‘nixPath’ | Eelco Dolstra | 3 | -2/+20 |
2014-05-26 | Add primop ‘scopedImport’ | Eelco Dolstra | 8 | -3/+50 |
2014-05-26 | Shut up some signedness warnings | Eelco Dolstra | 1 | -2/+2 |
2014-05-23 | Ugly hack to allow --argstr values starting with a dash | Eelco Dolstra | 1 | -0/+7 |
2014-05-22 | Disable parallel.sh test | Eelco Dolstra | 1 | -1/+2 |
2014-05-21 | nix-store -l: Fetch build logs from the Internet | Eelco Dolstra | 9 | -93/+144 |
2014-05-15 | Provide a more useful error message when a dynamic attr lookup fails | Shea Levy | 1 | -2/+10 |
2014-05-15 | lvlInfo -> lvlTalkative | Eelco Dolstra | 1 | -1/+1 |
2014-05-15 | nix-store --optimise: Remove bogus statistics | Eelco Dolstra | 3 | -14/+9 |
2014-05-15 | Remove tab | Eelco Dolstra | 1 | -2/+2 |
2014-05-15 | Merge branch 'master' of github.com:wmertens/nix | Eelco Dolstra | 2 | -8/+80 |
2014-05-15 | Shortcut store files before lstat | Wout Mertens | 2 | -9/+37 |
2014-05-14 | Use the inodes given by readdir directly | Wout Mertens | 2 | -21/+25 |
2014-05-14 | Remove redundant code | Eelco Dolstra | 1 | -1/+1 |
2014-05-13 | Preload linked hashes to speed up lookups | Wout Mertens | 2 | -10/+41 |
2014-05-13 | Prepare nix-mode to be uploaded to marmalade | Ricky Elrod | 1 | -9/+14 |
2014-05-13 | nix-instantiate --eval: Apply auto-arguments if the result is a function | Eelco Dolstra | 1 | -5/+10 |
2014-05-13 | fix typo | Charles Strahan | 1 | -1/+1 |
2014-05-10 | Shortcut already-hardlinked files | wmertens | 1 | -1/+10 |
2014-05-06 | Really fix the RPM builds | Eelco Dolstra | 1 | -1/+0 |
2014-05-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+0 |
2014-05-03 | Add ubuntu 14.04 | Rob Vermaas | 1 | -0/+4 |
2014-05-02 | Don't install Upstart job on Fedora | Eelco Dolstra | 1 | -4/+3 |