aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-02In the profiler output, show function names (if available)Eelco Dolstra
2013-08-02Let the ordering operators also work on stringsEelco Dolstra
2013-08-02Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra
2013-08-02Add integer ‘-’, ‘*’ and ‘/’ operatorsEelco Dolstra
2013-08-02Add a unary integer negation operatorEelco Dolstra
2013-08-02Overload the ‘+’ operator to support integer additionEelco Dolstra
2013-07-31nix-shell: Don't disable Automake dependency trackingEelco Dolstra
2013-07-31Test the delayed with a bit moreEelco Dolstra
2013-07-31Make Env smallerEelco Dolstra
2013-07-31Don't use NULLEelco Dolstra
2013-07-31Avoid thunks when a fromWith var can be looked up without evaluationShea Levy
2013-07-31Delay evaulation of `with` attrs until a variable lookup needs themShea Levy
2013-07-30Detect stack overflowsEelco Dolstra
2013-07-30killUser: Don't let the child kill itself on AppleShea Levy
2013-07-23buildenv: remove special treatment of python filesFlorian Friesdorf
2013-07-19Add hacking notes plus a script for running nix-shellEelco Dolstra
2013-07-19nix-shell: Set $IN_NIX_SHELLEelco Dolstra
2013-07-19nix-shell: Set some environment variables also set by build.ccEelco Dolstra
2013-07-19Rename ‘nix-build --run-env’ to ‘nix-shell’Eelco Dolstra
2013-07-19nix-build --run-env: Add a ‘--pure’ flagEelco Dolstra
2013-07-18Revert "build-remote.pl: Enforce timeouts locally"Eelco Dolstra
2013-07-15Allow bind-mounting regular files into the chrootShea Levy
2013-07-12Fix syntax error in unpack-channelEelco Dolstra
2013-07-12Garbage collector: Don't follow symlinks arbitrarilyEelco Dolstra
2013-07-12Add gzip support for channel unpackingGergely Risko
2013-07-12doc: typoDomen Kožar
2013-07-11build-remote.pl: Move "building ..." message to a better placeEelco Dolstra
2013-07-11nix-build --run-env: Always use BashEelco Dolstra
2013-07-11nix-build --run-env: Source $stdenv/setup in the interactive shellEelco Dolstra
2013-07-07Leave `HAVE_HUP_NOTIFICATION' undefined on GNU/Hurd.Ludovic Courtès
2013-07-03Manual: auto-optimise-store is disabled by defaultEelco Dolstra
2013-07-01Add support for uncompressed NARs in binary cachesEelco Dolstra
2013-07-01copy-from-other-stores.pl: Respect $NIX_BIN_DIREelco Dolstra
2013-07-01copy-from-other-stores.pl: Report downloaded size as 0Eelco Dolstra
2013-06-20Don't set $preferLocalBuild and $requiredSystemFeatures in buildersEelco Dolstra
2013-06-20Don't substitute derivations that have preferLocalBuild setEelco Dolstra
2013-06-20Increase SQLite's auto-checkpoint intervalEelco Dolstra
2013-06-20Disable the copy-from-other-stores substituterEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-17Bump versionEelco Dolstra
2013-06-17Update release notes for Nix 1.5.3Eelco Dolstra
2013-06-13Allow hard links between the outputs of a derivationEelco Dolstra
2013-06-13Fix a security bug in hash rewritingEelco Dolstra
2013-06-13Fix assertion failure in canonicalisePathMetaData() after hash rewritingEelco Dolstra
2013-06-13computeFSClosure: Only process the missing/corrupt pathsEelco Dolstra
2013-06-13TypoEelco Dolstra
2013-06-13In repair mode, update the hash of rebuilt pathsEelco Dolstra
2013-06-12nix-daemon: Trust options like binary-caches when the client is rootEelco Dolstra
2013-06-07download-from-binary-cache.pl: Respect $NIX_CONNECT_TIMEOUTEelco Dolstra
2013-06-07Replace $NIX_DEBUG_SUBST with an option ‘debug-subst’Eelco Dolstra