Age | Commit message (Expand) | Author | Files | Lines |
2017-03-31 | builtins.exec: Make the argument just a list | Shea Levy | 1 | -22/+9 |
2017-03-30 | Add exec primop behind allow-unsafe-native-code-during-evaluation. | Shea Levy | 1 | -1/+55 |
2017-03-08 | Add option to disable import-from-derivation completely, even if the drv is a... | Shea Levy | 1 | -0/+2 |
2017-01-26 | Add support for passing structured data to builders | Eelco Dolstra | 1 | -39/+88 |
2017-01-26 | Bindings: Add a method for iterating in lexicographically sorted order | Eelco Dolstra | 1 | -6/+3 |
2017-01-24 | Revert "Propagate path context via builtins.readFile" | Eelco Dolstra | 1 | -1/+1 |
2017-01-24 | Revert "builtins.readFile: Put the references of the file, not those needed t... | Eelco Dolstra | 1 | -3/+0 |
2017-01-10 | builtins.readFile: Put the references of the file, not those needed to realiz... | Shea Levy | 1 | -0/+3 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -57/+57 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -57/+57 |
2016-10-26 | Fix SIGFPE from integer overflow during division | Tuomas Tynkkynen | 1 | -3/+9 |
2016-10-19 | fixup! replace own regex class with std::regex | Alexander Ried | 1 | -1/+4 |
2016-10-18 | replace own regex class with std::regex | Alexander Ried | 1 | -11/+10 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -2/+2 |
2016-09-14 | Enable HTTP/2 support | Eelco Dolstra | 1 | -1/+1 |
2016-08-29 | forceBool(): Show position info | Eelco Dolstra | 1 | -9/+10 |
2016-08-29 | Add builtin function "partition" | Eelco Dolstra | 1 | -0/+35 |
2016-08-17 | Add a mechanism for derivation attributes to reference the derivation's outputs | Eelco Dolstra | 1 | -0/+14 |
2016-08-16 | Merge pull request #1031 from abbradar/replacestrings-context | Eelco Dolstra | 1 | -7/+17 |
2016-08-16 | Allow contexted strings in replaceStrings | Nikolay Amiantov | 1 | -7/+17 |
2016-08-15 | builtins.fetch{url,tarball}: Allow name attribute | Shea Levy | 1 | -4/+7 |
2016-07-26 | makeFixedOutputPath(): Drop superfluous HashType argument | Eelco Dolstra | 1 | -1/+1 |
2016-07-26 | builtins.{fetchurl,fetchTarball}: Support a sha256 attribute | Eelco Dolstra | 1 | -3/+7 |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -10/+10 |
2016-05-04 | Cleanup: Remove singleton() | Eelco Dolstra | 1 | -7/+6 |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -4/+4 |
2016-04-14 | Make the search path lazier with non-fatal errors | Eelco Dolstra | 1 | -11/+12 |
2016-04-14 | Make primop registration pluggable | Eelco Dolstra | 1 | -0/+15 |
2016-03-04 | Propagate path context via builtins.readFile | Nikolay Amiantov | 1 | -1/+1 |
2016-02-29 | Add an HTTP binary cache store | Eelco Dolstra | 1 | -1/+1 |
2016-02-12 | Merge pull request #762 from ctheune/ctheune-floats | Eelco Dolstra | 1 | -7/+34 |
2016-02-04 | Eliminate the "store" global variable | Eelco Dolstra | 1 | -29/+28 |
2016-01-07 | Fix some signedness warnings | Eelco Dolstra | 1 | -1/+1 |
2016-01-05 | Better error message | Fabian Schmitthenner | 1 | -1/+1 |
2016-01-05 | manual: document builtins.functionArgs | Vladimír Čunát | 1 | -1/+1 |
2016-01-05 | First hit at providing support for floats in the language. | Christian Theune | 1 | -7/+34 |
2015-07-28 | Add sort primop | Eelco Dolstra | 1 | -1/+36 |
2015-07-28 | Add primop genList | Eelco Dolstra | 1 | -0/+20 |
2015-07-24 | Add replaceStrings primop | Eelco Dolstra | 1 | -1/+37 |
2015-07-24 | Add concatStringsSep as a primop | Eelco Dolstra | 1 | -0/+21 |
2015-07-23 | Optimize small lists | Eelco Dolstra | 1 | -58/+58 |
2015-07-23 | Add primops all and any | Eelco Dolstra | 1 | -0/+33 |
2015-07-23 | Importing derivations: Add name attribute to make a valid drv | Shea Levy | 1 | -1/+3 |
2015-07-23 | Allow derivations-as-srcs in the context of builtins.toFile files | Shea Levy | 1 | -2/+6 |
2015-07-23 | Add foldl' primop | Eelco Dolstra | 1 | -0/+24 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 1 | -50/+45 |
2015-06-01 | Fix fetchurl/fetchTarball | Eelco Dolstra | 1 | -1/+2 |
2015-06-01 | readFile: Check against nul bytes | Eelco Dolstra | 1 | -1/+4 |
2015-05-05 | Allow URLs in the Nix search path | Eelco Dolstra | 1 | -85/+3 |
2015-04-09 | Use cached result if there is a network error | Eelco Dolstra | 1 | -7/+12 |