Age | Commit message (Expand) | Author | Files | Lines |
2018-07-31 | Attempt to fix the RPM build | Eelco Dolstra | 1 | -10/+10 |
2018-07-31 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 |
2018-07-24 | Merge pull request #2305 from lheckemann/copy-keep-going | Eelco Dolstra | 1 | -2/+12 |
2018-07-24 | copyPathsToStore: honour keep-going | Linus Heckemann | 1 | -2/+12 |
2018-07-23 | Merge pull request #2303 from volth/patch-4 | Eelco Dolstra | 1 | -2/+2 |
2018-07-23 | parser.y: right-associativity of -> | volth | 1 | -1/+1 |
2018-07-23 | Merge pull request #2302 from volth/patch-3 | Eelco Dolstra | 1 | -6/+7 |
2018-07-21 | parser.y: fix assoc of -> and < > <= >= | volth | 1 | -2/+2 |
2018-07-21 | prim_foldlStrict: call forceValue() before value is copied | volth | 1 | -6/+7 |
2018-07-12 | nix-prefetch-url: Download file in constant memory | Eelco Dolstra | 1 | -7/+17 |
2018-07-11 | Fix build on 32-bit systems and macOS | Eelco Dolstra | 1 | -1/+1 |
2018-07-11 | Shup up a warning | Eelco Dolstra | 1 | -1/+1 |
2018-07-11 | Remove unused function printStats2() | Eelco Dolstra | 2 | -15/+0 |
2018-07-06 | Merge pull request #2250 from dtzWill/feature/repl-progress-bar-builds | Eelco Dolstra | 1 | -1/+1 |
2018-07-05 | Merge pull request #2275 from volth/issue-1776 | Eelco Dolstra | 1 | -5/+5 |
2018-07-05 | prim_concatMap: no need to force value | volth | 1 | -1/+0 |
2018-07-05 | prim_mapAttrs: must be lazy to avoid infinite recursion | volth | 1 | -4/+5 |
2018-07-05 | Merge pull request #2273 from volth/issue-1776 | Eelco Dolstra | 5 | -0/+60 |
2018-07-05 | prim_concatMap: allocate intermediate list on stack | volth | 1 | -7/+15 |
2018-07-05 | primops.cc: fix comment | volth | 1 | -1/+1 |
2018-07-05 | lib.concatMap and lib.mapAttrs to be builtins | volth | 5 | -0/+52 |
2018-07-04 | Merge pull request #2268 from dtzWill/fix/search-ux-test-break | Eelco Dolstra | 1 | -1/+1 |
2018-07-03 | tests/search.sh: minor fix to unbreak tests after search ux merge | Will Dietz | 1 | -1/+1 |
2018-07-03 | nix-daemon: Respect --store | Eelco Dolstra | 1 | -3/+7 |
2018-07-03 | Include cpptoml for build simplicity | Eelco Dolstra | 4 | -19/+3476 |
2018-07-03 | Add a fromTOML primop | Eelco Dolstra | 4 | -0/+280 |
2018-07-03 | Store floating point numbers in double precision | Eelco Dolstra | 2 | -1/+2 |
2018-07-03 | Merge pull request #2265 from Ma27/nix-why-depends-pager | Eelco Dolstra | 1 | -0/+2 |
2018-07-03 | nix why-depends: render output into $PAGER | Maximilian Bosch | 1 | -0/+2 |
2018-07-02 | Merge pull request #2158 from Ma27/improve-search-ux | Eelco Dolstra | 1 | -10/+20 |
2018-07-02 | search.cc: improve UX for `nix search` | Maximilian Bosch | 1 | -10/+20 |
2018-06-23 | repl: use `nix build` for building instead of `nix-store -r` | Will Dietz | 1 | -1/+1 |
2018-06-21 | Merge pull request #2243 from peti/master | Eelco Dolstra | 2 | -36/+0 |
2018-06-21 | docker: move the docker file to https://github.com/NixOS/docker | Peter Simons | 2 | -36/+0 |
2018-06-19 | Merge pull request #2241 from dtzWill/feature/refresh-progress-bar | Eelco Dolstra | 2 | -4/+5 |
2018-06-18 | Merge pull request #2240 from dtzWill/fix/use-utillinux-minimal | Shea Levy | 1 | -1/+1 |
2018-06-18 | progress-bar: re-draw last update if nothing new for 1sec. | Will Dietz | 1 | -2/+3 |
2018-06-18 | sync.hh: return cv_status instead of dropping it, in case useful. | Will Dietz | 1 | -2/+2 |
2018-06-18 | release-common: prefer utillinuxMinimal to reduce compile-time deps | Will Dietz | 1 | -1/+1 |
2018-06-18 | Detect redirect loops | Eelco Dolstra | 1 | -0/+2 |
2018-06-18 | Merge pull request #2234 from symphorien/esrch2 | Eelco Dolstra | 1 | -1/+1 |
2018-06-16 | libstore/gc.cc: ignore ESRCH when reading symlinks in /proc | Symphorien Gibol | 1 | -1/+1 |
2018-06-14 | Merge pull request #2230 from matthewbauer/patch-7 | Eelco Dolstra | 1 | -2/+1 |
2018-06-14 | Fix optimise-store.cc to skip more paths on macOS | Matthew Justin Bauer | 1 | -2/+1 |
2018-06-13 | nix: Remove special handling of .drv files | Eelco Dolstra | 1 | -22/+2 |
2018-06-13 | hashDerivationModulo(): Handle chroot stores | Eelco Dolstra | 1 | -1/+1 |
2018-06-13 | std::random_shuffle -> std::shuffle | Eelco Dolstra | 1 | -1/+3 |
2018-06-12 | Move EvalState from the stack to the heap | Eelco Dolstra | 5 | -46/+46 |
2018-06-12 | GC_malloc -> GC_MALLOC | Eelco Dolstra | 2 | -9/+3 |
2018-06-12 | Don't scan for roots in dynamic libraries | Eelco Dolstra | 1 | -0/+7 |