Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-04-09 | Move curl stuff into a separate file | Eelco Dolstra | 1 | -112/+6 |
2015-04-09 | Implement a TTL on cached fetchurl/fetchTarball results | Eelco Dolstra | 1 | -13/+24 |
2015-04-09 | Implement caching of fetchurl/fetchTarball results | Eelco Dolstra | 1 | -14/+119 |
2015-03-25 | Add fetchTarball builtin | Eelco Dolstra | 1 | -0/+119 |
2015-03-25 | addToStore(): Take explicit name argument | Eelco Dolstra | 1 | -1/+1 |
2015-03-24 | Don't rely on __noChroot for corepkgs | Eelco Dolstra | 1 | -2/+5 |
2015-03-06 | Fix typos: s/the the/the/ | Daniel Hahler | 1 | -1/+1 |
2015-02-23 | Add restricted evaluation mode | Eelco Dolstra | 1 | -7/+21 |
2015-02-05 | Remove tab | Eelco Dolstra | 1 | -1/+1 |
2015-01-29 | Merge remote-tracking branch 'shlevy/baseNameOf-no-copy' | Shea Levy | 1 | -1/+1 |
2015-01-09 | Fix builtins.readDir on XFS | Eelco Dolstra | 1 | -1/+1 |
2015-01-07 | Show position info for failing <...> lookups | Eelco Dolstra | 1 | -1/+1 |
2014-12-12 | Remove canary stuff | Eelco Dolstra | 1 | -27/+0 |
2014-12-10 | builtins.readFile: realise context associated with the path | Shea Levy | 1 | -2/+6 |
2014-12-02 | Allow external code using libnixexpr to add types | Shea Levy | 1 | -0/+3 |
2014-11-25 | Add a primop for regular expression pattern matching | Eelco Dolstra | 1 | -1/+29 |
2014-11-25 | forceString(): Accept pos argument | Eelco Dolstra | 1 | -2/+2 |
2014-11-20 | import derivation: cleanup | Shea Levy | 1 | -8/+11 |
2014-11-15 | realiseContext: Handle all context types | Shea Levy | 1 | -2/+2 |
2014-10-18 | baseNameOf: Don't copy paths to the store first | Shea Levy | 1 | -1/+1 |
2014-10-17 | Export realiseContext in libnixexpr | Shea Levy | 1 | -9/+3 |
2014-10-04 | Add primop ‘catAttrs’ | Eelco Dolstra | 1 | -0/+30 |
2014-10-04 | Add primop ‘attrValues’ | Eelco Dolstra | 1 | -1/+23 |
2014-10-04 | Tweak | Eelco Dolstra | 1 | -1/+1 |
2014-10-03 | Remove some duplicate code | Eelco Dolstra | 1 | -15/+8 |
2014-10-03 | Add readDir primop | Shea Levy | 1 | -0/+37 |