aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-28Add .dir-locals.el for EmacsEelco Dolstra
2016-01-27Define HashType's size to allow it to be forward-declaredEelco Dolstra
2016-01-27TriviaEelco Dolstra
2016-01-27Make hashLength32() a method of HashEelco Dolstra
2016-01-20string2Int: Barf on negative numbers for unsigned typesEelco Dolstra
2016-01-20Fix broken call to shellwordsBrian McKenna
2016-01-20Revert "Revert "next try for "don't abort when given unmatched '}' with 'star...Eelco Dolstra
2016-01-20BumpEelco Dolstra
2016-01-20Fix evalEelco Dolstra
2016-01-20Revert "next try for "don't abort when given unmatched '}' with 'start-condit...Eelco Dolstra
2016-01-19Merge branch 'lexer-regression-fix' of git://github.com/fkz/nixShea Levy
2016-01-19next try for "don't abort when given unmatched '}' with 'start-condition stac...Fabian Schmitthenner
2016-01-19Add tests for Nixpkgs/NixOS evaluationEelco Dolstra
2016-01-19Do a 1.11.1 brown paper bag releaseEelco Dolstra
2016-01-19Revert "don't abort when given unmatched '}' with 'start-condition stack unde...Eelco Dolstra
2016-01-19Bump versionEelco Dolstra
2016-01-19GrmblEelco Dolstra
2016-01-18Update release notesEelco Dolstra
2016-01-18Document --checkEelco Dolstra
2016-01-18<nix/buildenv.nix>: Don't substituteEelco Dolstra
2016-01-18doc/manual/command-ref/nix-collect-garbage.xml: document --max-freed optionPeter Simons
2016-01-17Merge branch 'lexer' of git://github.com/fkz/nixShea Levy
2016-01-12don't abort when given unmatched '}' with 'start-condition stack underflow'. ...Fabian Schmitthenner
2016-01-12--option build-repeat: Keep the differing output if -K is givenEelco Dolstra
2016-01-12Canonicalize gids to 0Eelco Dolstra
2016-01-12--check: Keep the differing output if -K is givenEelco Dolstra
2016-01-12--check: Fix "failed to produce output path"Eelco Dolstra
2016-01-12--check: Fix assertion failure when some outputs are missingEelco Dolstra
2016-01-12Revert "Do not override environment CFLAGS and CXXFLAGS"Eelco Dolstra
2016-01-08Temporarily do Darwin builds from a different Nixpkgs branchEelco Dolstra
2016-01-07Revert accidental disable of doInstallCheckEelco Dolstra
2016-01-07Fix "Bad address" executing build hookEelco Dolstra
2016-01-07Fix some signedness warningsEelco Dolstra
2016-01-07Fix bad use of croak()Eelco Dolstra
2016-01-07Fix repair testEelco Dolstra
2016-01-06nix-store --repair-path: Rebuild if there is no substituterEelco Dolstra
2016-01-06Fix --repair failure on multiple-output derivationsEelco Dolstra
2016-01-06TypoEelco Dolstra
2016-01-05Verify TLS certificate before downloading binariesPhilip Potter
2016-01-05Better error messageFabian Schmitthenner
2016-01-05propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in the...Fabian Schmitthenner
2016-01-05Do not override environment CFLAGS and CXXFLAGSIlya Novoselov
2016-01-05Fix compilationEelco Dolstra
2016-01-05Use __toString when coercing sets to strings.Shea Levy
2016-01-05Merge pull request #685 from vizanto/masterEelco Dolstra
2016-01-05doc: Clarify why multiple arguments are not supported in shebang lineTim Cuthbertson
2016-01-05Fixed unresolved 'BUFSIZ'FrankHB
2016-01-05Fix non-Darwin buildEelco Dolstra
2016-01-05manual: document builtins.functionArgsVladimír Čunát
2016-01-05doc: fixes #727 broken linkdavidak