aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-06typoDomen Kožar
2013-09-06nix-shell: Support a .drv as argumentEelco Dolstra
2013-09-03nix-env -i: Add a flag ‘--remove-all’ / ‘-r’Eelco Dolstra
2013-09-03nix-env: Use wildcard match by defaultEelco Dolstra
2013-09-03nix-env: Load files in ~/.nix-defexpr on demandEelco Dolstra
2013-09-03Check for name collisions in the input Nix expressionsEelco Dolstra
2013-09-03Work on Values instead of ExprsEelco Dolstra
2013-09-03ReformatEelco Dolstra
2013-09-03Get rid of the parse tree cacheEelco Dolstra
2013-09-02Add some support code for nix-replEelco Dolstra
2013-09-02Get rid of a signedness warningEelco Dolstra
2013-09-02Fix whitespaceEelco Dolstra
2013-09-02Lower xz compression levelEelco Dolstra
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