Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-09-23 | Add missing static | Eelco Dolstra | 1 | -2/+2 |
2014-09-22 | Don't evaluate inside a "throw" | Eelco Dolstra | 1 | -3/+4 |
2014-09-22 | Add ‘deepSeq’ primop | Eelco Dolstra | 1 | -0/+11 |
2014-09-22 | Add ‘seq’ primop | Eelco Dolstra | 1 | -0/+12 |
2014-09-22 | Add a function ‘valueSize’ | Eelco Dolstra | 1 | -0/+10 |
2014-09-19 | attrNames: Don't allocate duplicates of the symbols | Eelco Dolstra | 1 | -6/+4 |
2014-09-19 | Fix off-by-one | Eelco Dolstra | 1 | -1/+1 |
2014-09-17 | Add some instrumentation for debugging GC leaks | Eelco Dolstra | 1 | -0/+27 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -40/+40 |
2014-07-30 | Rename nixPath to __nixPath | Eelco Dolstra | 1 | -2/+2 |
2014-07-09 | Fix compilation error on some versions of GCC | Eelco Dolstra | 1 | -0/+1 |
2014-07-04 | Add builtin function ‘fromJSON’ | Eelco Dolstra | 1 | -0/+10 |
2014-06-24 | Only add the importNative primop if the allow-arbitrary-code-during-evaluatio... | Shea Levy | 1 | -1/+2 |
2014-06-17 | Add importNative primop | Shea Levy | 1 | -0/+42 |