about summary refs log tree commit diff
path: root/src/libexpr (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-24 Merge pull request #704 from ysangkok/freebsd-supportEelco Dolstra1-1/+4
2015-10-29 int2String() -> std::to_string()Eelco Dolstra1-1/+1
2015-10-08 isFunctor: SimplifyEelco Dolstra2-11/+6
2015-10-08 forceFunction: allow functors as wellMathnerd3143-1/+13
2015-10-06 Don't try to link libdl on FreeBSD.Manuel Jacob1-1/+4
2015-09-18 Shut up clang warningsEelco Dolstra1-0/+2
2015-08-03 Removed unnecessary includedIwan Aucamp1-1/+0
2015-07-31 Fix stack consumptionEelco Dolstra2-8/+3
2015-07-31 Output line number on infinite recursionIwan Aucamp3-13/+14
2015-07-28 Add sort primopEelco Dolstra1-1/+36
2015-07-28 Add primop genListEelco Dolstra1-0/+20
2015-07-24 Add replaceStrings primopEelco Dolstra1-1/+37
2015-07-24 Add concatStringsSep as a primopEelco Dolstra1-0/+21
2015-07-23 CleanupEelco Dolstra2-18/+13
2015-07-23 Optimize empty setsEelco Dolstra3-4/+14
2015-07-23 Merge branch 'attr-set-hh' of https://github.com/nbp/nixEelco Dolstra4-94/+142
2015-07-23 Optimize small listsEelco Dolstra9-115/+151
2015-07-23 Add primops all and anyEelco Dolstra1-0/+33
2015-07-23 Importing derivations: Add name attribute to make a valid drvShea Levy1-1/+3
2015-07-23 Allow derivations-as-srcs in the context of builtins.toFile filesShea Levy1-2/+6
2015-07-23 Add foldl' primopEelco Dolstra1-0/+24
2015-07-20 Make <nix/fetchurl.nix> a builtin builderEelco Dolstra3-259/+1
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra9-200/+194
2015-07-17 Make printValue() interruptibleEelco Dolstra1-0/+2
2015-07-14 Move attribute set data structures into their own header file.Nicolas B. Pierron4-94/+142
2015-07-03 Fix the parsing of "$"'s in strings.Guillaume Maudoux1-6/+5
2015-07-03 Fix the hack that resets the scanner state.Guillaume Maudoux2-42/+19
2015-06-17 Support URLs in $NIX_PATHEelco Dolstra1-1/+13
2015-06-01 Add tarball testsEelco Dolstra1-1/+1
2015-06-01 Document tarball downloadingEelco Dolstra1-0/+1
2015-06-01 Fix fetchurl/fetchTarballEelco Dolstra1-1/+2
2015-06-01 readFile: Check against nul bytesEelco Dolstra1-1/+4
2015-05-22 Fix import-from-derivation in restricted eval modeEelco Dolstra1-0/+7
2015-05-06 nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra4-11/+16
2015-05-05 Allow URLs in the Nix search pathEelco Dolstra4-92/+116
2015-05-05 Make downloads interruptableEelco Dolstra1-0/+9
2015-04-16 Fix using restricted mode with chrootsEelco Dolstra1-0/+5
2015-04-09 Use cached result if there is a network errorEelco Dolstra3-8/+15
2015-04-09 Move curl stuff into a separate fileEelco Dolstra3-112/+150
2015-04-09 Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra1-13/+24
2015-04-09 Implement caching of fetchurl/fetchTarball resultsEelco Dolstra1-14/+119
2015-03-25 Add fetchTarball builtinEelco Dolstra2-1/+120
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra2-2/+2
2015-03-24 Don't rely on __noChroot for corepkgsEelco Dolstra1-2/+5
2015-03-19 Disable scanning for interior pointersEelco Dolstra1-0/+2
2015-03-19 Fix Boehm API violationEelco Dolstra2-38/+46
2015-03-19 Check return values from malloc/strdupEelco Dolstra1-11/+34
2015-03-18 Print some Boehm GC statsEelco Dolstra1-0/+7
2015-03-18 valueSize(): Take into account list/bindings/env sizeEelco Dolstra1-6/+15
2015-03-06 Fix typos: s/the the/the/Daniel Hahler1-1/+1