Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | Add hasContext primop | Shea Levy | 1 | -0/+9 |
2017-10-31 | Fix filterSource | Eelco Dolstra | 1 | -32/+14 |
2017-10-30 | Add option allowed-uris | Eelco Dolstra | 1 | -2/+1 |
2017-10-30 | enable-http2 -> http2 | Eelco Dolstra | 1 | -1/+1 |
2017-10-30 | fetchTarball: Use "source" as the default name | Eelco Dolstra | 1 | -4/+4 |
2017-10-30 | fetchurl/fetchTarball: Respect name changes | Eelco Dolstra | 1 | -1/+1 |
2017-10-25 | Bump language version | Eelco Dolstra | 1 | -1/+1 |
2017-10-25 | Pass lists/attrsets to bash as (associative) arrays | Eelco Dolstra | 1 | -3/+3 |
2017-08-15 | Add builtins.string function. | Nicolas B. Pierron | 1 | -0/+68 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -54/+54 |
2017-07-10 | Merge pull request #1428 from rimmington/clearer-regex-space-error | Eelco Dolstra | 1 | -2/+7 |
2017-07-10 | Clearer error message when regex exceeds space limit | Rhys | 1 | -2/+7 |
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 1 | -4/+4 |
2017-05-17 | builtins.match: Improve error message for bad regular expression | Eelco Dolstra | 1 | -16/+23 |
2017-05-16 | Improve progress indicator | Eelco Dolstra | 1 | -6/+2 |
2017-05-15 | Disallow outputHash being null or an empty string | Eelco Dolstra | 1 | -4/+5 |
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 |