Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-02 | Fix Debian tests | Eelco Dolstra | 1 | -0/+1 |
2014-05-02 | Simplify multi-user installation instructions | Eelco Dolstra | 1 | -49/+12 |
2014-05-02 | Set up directories and permissions for multi-user install automatically | Eelco Dolstra | 1 | -1/+28 |
2014-05-02 | Install an Upstart service | Eelco Dolstra | 4 | -0/+8 |
2014-05-02 | Set build-max-jobs to the number of available cores by default | Eelco Dolstra | 1 | -0/+5 |
2014-05-02 | When running as root, use build users by default | Eelco Dolstra | 1 | -0/+1 |
2014-04-28 | doc fix: swap 'import' and 'export' | Charles Strahan | 1 | -2/+2 |
2014-04-25 | trunk -> master | Eelco Dolstra | 1 | -2/+2 |
2014-04-15 | nix-env: Minor change to '--delete-generations Nd' semantics | Ricardo M. Correia | 3 | -7/+15 |
2014-04-15 | Fix test evaluation | Eelco Dolstra | 2 | -5/+5 |
2014-04-11 | Bump date | Eelco Dolstra | 1 | -2/+2 |
2014-04-11 | Bump version to 1.8 | Eelco Dolstra | 1 | -1/+1 |
2014-04-10 | Don't barf when installing as root | Eelco Dolstra | 2 | -2/+1 |
2014-04-09 | Add docbook icons to the distribution | Eelco Dolstra | 18 | -3/+2 |
2014-04-08 | If a .drv cannot be parsed, show its path | Eelco Dolstra | 7 | -10/+22 |
2014-04-08 | Simplify quick start section | Eelco Dolstra | 1 | -46/+11 |
2014-04-08 | Remove redundant stuff | Eelco Dolstra | 1 | -64/+0 |
2014-04-08 | Update installation instructions | Eelco Dolstra | 1 | -22/+32 |
2014-04-08 | nix-shell --pure: Keep the user's $PAGER | Eelco Dolstra | 1 | -1/+1 |
2014-04-08 | Ensure that systemd units to into lib, not lib64 | Eelco Dolstra | 2 | -3/+4 |
2014-04-07 | Update release notes | Eelco Dolstra | 1 | -1/+12 |
2014-04-07 | Install systemd units | Eelco Dolstra | 7 | -18/+25 |
2014-04-04 | Show position info in attribute selection errors | Eelco Dolstra | 3 | -13/+14 |