aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-11Fix build on 32-bit systems and macOSEelco Dolstra
2018-07-11Shup up a warningEelco Dolstra
2018-07-11Remove unused function printStats2()Eelco Dolstra
2018-07-07prim_map, prim_genList: no need to force function argument which will be stor...volth
2018-07-06prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursionvolth
2018-07-06Merge pull request #2250 from dtzWill/feature/repl-progress-bar-buildsEelco Dolstra
2018-07-05Merge pull request #2275 from volth/issue-1776Eelco Dolstra
2018-07-05prim_concatMap: no need to force valuevolth
2018-07-05prim_mapAttrs: must be lazy to avoid infinite recursionvolth
2018-07-05Merge pull request #2273 from volth/issue-1776Eelco Dolstra
2018-07-05prim_concatMap: allocate intermediate list on stackvolth
2018-07-05primops.cc: fix commentvolth
2018-07-05lib.concatMap and lib.mapAttrs to be builtinsvolth
2018-07-04Merge pull request #2268 from dtzWill/fix/search-ux-test-breakEelco Dolstra
2018-07-03tests/search.sh: minor fix to unbreak tests after search ux mergeWill Dietz
2018-07-03nix-daemon: Respect --storeEelco Dolstra
2018-07-03Include cpptoml for build simplicityEelco Dolstra
2018-07-03Add a fromTOML primopEelco Dolstra
2018-07-03Store floating point numbers in double precisionEelco Dolstra
2018-07-03Merge pull request #2265 from Ma27/nix-why-depends-pagerEelco Dolstra
2018-07-03nix why-depends: render output into $PAGERMaximilian Bosch
2018-07-02Merge pull request #2158 from Ma27/improve-search-uxEelco Dolstra
2018-07-02search.cc: improve UX for `nix search`Maximilian Bosch
2018-06-23repl: use `nix build` for building instead of `nix-store -r`Will Dietz
2018-06-21Merge pull request #2243 from peti/masterEelco Dolstra
2018-06-21docker: move the docker file to https://github.com/NixOS/dockerPeter Simons
2018-06-19Merge pull request #2241 from dtzWill/feature/refresh-progress-barEelco Dolstra
2018-06-18Merge pull request #2240 from dtzWill/fix/use-utillinux-minimalShea Levy
2018-06-18progress-bar: re-draw last update if nothing new for 1sec.Will Dietz
2018-06-18sync.hh: return cv_status instead of dropping it, in case useful.Will Dietz
2018-06-18release-common: prefer utillinuxMinimal to reduce compile-time depsWill Dietz
2018-06-18Detect redirect loopsEelco Dolstra
2018-06-18Merge pull request #2234 from symphorien/esrch2Eelco Dolstra
2018-06-16libstore/gc.cc: ignore ESRCH when reading symlinks in /procSymphorien Gibol
2018-06-14Merge pull request #2230 from matthewbauer/patch-7Eelco Dolstra
2018-06-14Fix optimise-store.cc to skip more paths on macOSMatthew Justin Bauer
2018-06-13nix: Remove special handling of .drv filesEelco Dolstra
2018-06-13hashDerivationModulo(): Handle chroot storesEelco Dolstra
2018-06-13std::random_shuffle -> std::shuffleEelco Dolstra
2018-06-12Move EvalState from the stack to the heapEelco Dolstra
2018-06-12GC_malloc -> GC_MALLOCEelco Dolstra
2018-06-12Don't scan for roots in dynamic librariesEelco Dolstra
2018-06-12Add temporary statsEelco Dolstra
2018-06-12Cache parse treesEelco Dolstra
2018-06-12Remove duplicate definition of allocBytes()Eelco Dolstra
2018-06-12Merge pull request #2224 from serokell/getaddrinfo-preloadDaniel Peebles
2018-06-12Fix #2162: use getaddrinfo instead of curl to preload NSSYorick van Pelt
2018-06-11Merge pull request #2223 from symphorien/esrchEelco Dolstra
2018-06-11libstore/gc.cc: ignore ESRCH when reading /procSymphorien Gibol
2018-06-11Merge pull request #2211 from unsatcore/masterEelco Dolstra