about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2014-10-18 Fix context testShea Levy1-1/+1
2014-10-18 baseNameOf: Don't copy paths to the store firstShea Levy1-1/+1
2014-10-17 Export realiseContext in libnixexprShea Levy2-9/+11
2014-10-15 Fix nix-copy-closure --fromShea Levy1-1/+1
2014-10-15 Revert "binary download: Use $NIX_CURL_FLAGS"Eelco Dolstra1-1/+1
2014-10-14 Merge pull request #372 from wmertens/patch-4Eelco Dolstra1-1/+1
2014-10-14 binary download: Use $NIX_CURL_FLAGSwmertens1-1/+1
2014-10-14 nix-store -q: Check for conflicting flagsEelco Dolstra1-4/+12
2014-10-14 nix-channel: Add --rollback flagEelco Dolstra2-1/+68
2014-10-14 Remove redundant space in usage errorsEelco Dolstra1-1/+1
2014-10-14 nix-channel --add: Validate URL / channel IDEelco Dolstra1-0/+2
2014-10-14 Remove unused @sshOpts flagEelco Dolstra2-8/+8
2014-10-14 nix-copy-closure: Use strictEelco Dolstra1-0/+1
2014-10-14 Improved error message when encountering unsupported file typesEelco Dolstra1-3/+3
2014-10-09 mkList: Scrub betterEelco Dolstra2-2/+3
2014-10-09 TypoEelco Dolstra1-1/+1
2014-10-05 Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrsEelco Dolstra3-25/+18
2014-10-05 Show total allocationsEelco Dolstra1-8/+10
2014-10-04 Add primop ‘catAttrs’Eelco Dolstra3-0/+32
2014-10-04 Add primop ‘attrValues’Eelco Dolstra2-2/+24
2014-10-04 TweakEelco Dolstra1-1/+1
2014-10-03 Remove some duplicate codeEelco Dolstra4-21/+22
2014-10-03 Add readDir primopShea Levy1-0/+37
2014-10-03 Add test for readDir primopShea Levy4-0/+2
2014-10-03 Don't recompile the same regex over and overEelco Dolstra2-3/+8
2014-10-03 nix-env: Add regular expression support in selectorsEelco Dolstra5-23/+165
2014-10-03 createDirs(): Handle ‘path’ being a symlinkEelco Dolstra1-0/+3
2014-10-01 printValue(): Don't print <CYCLE> for repeated valuesEelco Dolstra1-7/+9
2014-09-30 Support control characters in JSON outputEelco Dolstra2-0/+8
2014-09-26 printMissing(): Print derivations in approximate build orderEelco Dolstra1-6/+9
2014-09-25 nix-daemon: Close unnecessary fdEelco Dolstra1-0/+2
2014-09-24 Bindings: Remove copy constructorEelco Dolstra1-2/+3
2014-09-24 Remove bash requirementwmertens1-3/+3
2014-09-23 Fix use of PAGER during testsEelco Dolstra1-0/+1
2014-09-23 Updated documentation for nix-install-package to mention --set flagShell Turner1-0/+8
2014-09-23 Add --force-name support for --set in nix-env, to support nix-install-package...Shell Turner1-0/+3
2014-09-23 Pass through --set from nix-install-package command line to nix-envShell Turner1-1/+5
2014-09-23 add manpage for nix-generate-patchesdarealshinji3-1/+46
2014-09-23 manual: add a note that lists are strict in lengthVladimír Čunát1-1/+4
2014-09-23 Add missing staticEelco Dolstra1-2/+2
2014-09-23 Remove release notes Hydra productEelco Dolstra1-1/+0
2014-09-22 Don't evaluate inside a "throw"Eelco Dolstra1-3/+4
2014-09-22 Add ‘deepSeq’ primopEelco Dolstra4-0/+14
2014-09-22 Make forceValueDeep work on values with cyclesEelco Dolstra1-9/+20
2014-09-22 Rename strictForceValue -> forceValueDeepEelco Dolstra3-5/+5
2014-09-22 Handle cycles when printing a valueEelco Dolstra1-5/+23
2014-09-22 Add ‘seq’ primopEelco Dolstra4-0/+15
2014-09-22 Add a function ‘valueSize’Eelco Dolstra4-2/+99
2014-09-22 configure: Force regeneration of Makefile.configEelco Dolstra1-0/+2
2014-09-19 attrNames: Don't allocate duplicates of the symbolsEelco Dolstra1-6/+4