aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-02Manual: Make '' a bit clearerEelco Dolstra
2013-09-02Fix manual errorEelco Dolstra
2013-09-02Update the release notesEelco Dolstra
2013-09-02Adda test for build-max-log-sizeEelco Dolstra
2013-09-02Only show trace messages when tracing is enabledEelco Dolstra
2013-09-02Add an option to limit the log output of buildersEelco Dolstra
2013-08-26Simplify inherited attribute handlingShea Levy
2013-08-26Fix nix-shell commandIvan Kozik
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-26Fix personality switching from x86_64 to i686Gergely Risko
2013-08-23Manual: Don't use actual hashes of Nix dependenciesEelco Dolstra
2013-08-21Fix corrupt PNGEelco Dolstra
2013-08-21Hack to clean up tests/test-tmpEelco Dolstra
2013-08-19Store Nix integers as longsEelco Dolstra
2013-08-19Turn on -WallEelco Dolstra
2013-08-14TypoEelco Dolstra
2013-08-14corepkgs/nar.nix: Prefer local buildsShea Levy
2013-08-07Respect MINSIGSTKSZ when allocating an alternative stackEelco Dolstra
2013-08-07Fix build on non-LinuxEelco Dolstra
2013-08-07Run the daemon worker on the same CPU as the clientEelco Dolstra
2013-08-06Set the default GCC optimisation level to -O3Eelco Dolstra
2013-08-06Remove obsolete reference to ATermsEelco Dolstra
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