Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-12 | Merge pull request #762 from ctheune/ctheune-floats | Eelco Dolstra | 1 | -8/+8 | |
Implement floats | |||||
2016-01-06 | Update documentation for floats. | Christian Theune | 1 | -9/+9 | |
2016-01-05 | manual: document builtins.functionArgs | Vladimír Čunát | 1 | -1/+19 | |
The text is just a conversion of comment from src/libexpr/primops.cc | |||||
2015-09-01 | Fix readDir example | Eelco Dolstra | 1 | -1/+1 | |
Fixes https://github.com/NixOS/nixos-homepage/issues/46. | |||||
2015-07-28 | Add sort primop | Eelco Dolstra | 1 | -0/+23 | |
2015-07-28 | Add primop genList | Eelco Dolstra | 1 | -0/+18 | |
This can be used to implement functions like ‘imap’ (or for that matter, ‘map’) without the quadratic complexity incurred by calling ‘++’ repeatedly. | |||||
2015-07-24 | Add replaceStrings primop | Eelco Dolstra | 1 | -0/+17 | |
This is a generalisation of replaceChars in Nixpkgs. | |||||
2015-07-23 | Add primops all and any | Eelco Dolstra | 1 | -0/+22 | |
These are used thousands of times during NixOS evaluation, so it's useful to speed them up. | |||||
2015-07-23 | Add foldl' primop | Eelco Dolstra | 1 | -0/+13 | |
2015-06-01 | Document tarball downloading | Eelco Dolstra | 1 | -0/+39 | |
2014-10-29 | Document some primops | Eelco Dolstra | 1 | -12/+52 | |
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | 1 | -0/+950 | |