Age | Commit message (Expand) | Author | Files | Lines |
2018-06-10 | manual: builtins.fromJSON: remove the claim that floats are not allowed | Michael Raskin | 1 | -2/+1 |
2018-05-30 | Explicitly describe the effects of filterSource excluding a directory. | Shea Levy | 1 | -1/+3 |
2018-05-30 | Merge pull request #2164 from mickours/doc-fetchTarball-timout | Graham Christensen | 1 | -1/+10 |
2018-05-30 | Explain fetchTarball timeout behavior in the doc | Michael Mercier | 1 | -1/+10 |
2018-05-24 | add docs and tests | volth | 1 | -0/+30 |
2018-05-02 | docs: mention source of env variables used by `impureEnvVars`. | Gleb Peregud | 1 | -1/+7 |
2018-04-03 | document that writeTextFile from Nixpkgs is an alternative to builtins.toFile | Justin Humm | 1 | -1/+4 |
2018-03-23 | Document fetchGit. | Shea Levy | 1 | -0/+55 |
2018-02-14 | Add splitVersion primop. | Shea Levy | 1 | -0/+11 |
2018-02-07 | Merge pull request #1816 from shlevy/add-path | Eelco Dolstra | 1 | -2/+72 |
2018-02-06 | Add path primop. | Shea Levy | 1 | -2/+72 |
2018-01-31 | Manual: Remove old cruft | Eelco Dolstra | 2 | -36/+0 |
2018-01-27 | Improve manual on inheriting attributes | Eric Wolf | 1 | -2/+30 |
2017-12-11 | Add builtins.concatStringSep to the manual | Chris Martin | 1 | -0/+8 |
2017-11-01 | Mention isFloat function in "Built-in Functions" section | Zoran Plesivčak | 1 | -0/+10 |
2017-11-01 | Mention "float" type in builtins.typeOf section of the docs | Zoran Plesivčak | 1 | -8/+9 |
2017-10-26 | Clarify indented string escaping rules | Orivej Desh | 1 | -5/+9 |
2017-10-26 | Describe "with" scoping precedence | Orivej Desh | 1 | -1/+14 |
2017-10-26 | Describe arithmetic operators | Orivej Desh | 1 | -9/+31 |
2017-08-18 | update MD5 to SHA-256 in expression-syntax | Chase Adams | 1 | -2/+2 |
2017-08-16 | Merge branch 'tokenize' of https://github.com/nbp/nix | Eelco Dolstra | 1 | -0/+37 |
2017-08-15 | Add builtins.string function. | Nicolas B. Pierron | 1 | -0/+37 |
2017-08-15 | Move builtins.match documentation between map and mul. | Nicolas B. Pierron | 1 | -36/+36 |
2017-07-15 | use sha256 hashes in the examples | Harmen | 3 | -5/+5 |
2017-05-29 | Merge pull request #1393 from pyrtsa/patch-1 | Eelco Dolstra | 1 | -1/+1 |
2017-05-28 | Remove stray `>` in builtins doc | Pyry Jahkola | 1 | -1/+1 |
2017-05-28 | Fix variable name typo in derivations doc | Pyry Jahkola | 1 | -1/+1 |
2017-05-24 | Merge pull request #1382 from FRidh/patch-1 | Eelco Dolstra | 1 | -0/+18 |
2017-05-17 | Document that builtins.match takes a POSIX extended RE | Eelco Dolstra | 1 | -4/+10 |
2017-05-11 | Document fetchTarball can take a sha256 | Frederik Rietdijk | 1 | -0/+18 |
2017-05-10 | Typo | Eelco Dolstra | 1 | -1/+1 |
2017-05-10 | doc: builtins.attrNames returns alphabetically sorted list | Domen Kožar | 1 | -1/+1 |
2017-04-17 | Manual: document tryEval | Linus Heckemann | 1 | -0/+13 |
2017-02-21 | Fix XML validity | Eelco Dolstra | 1 | -9/+8 |
2017-02-20 | Document toString better | Linus Heckemann | 1 | -4/+12 |
2016-12-11 | Document path-search behaviour | Linus Heckemann | 1 | -1/+10 |
2016-12-09 | Document builtins.match, fixes #1145 | Domen Kožar | 1 | -0/+29 |
2016-09-21 | Document the { __toString } interface | zimbatm | 1 | -2/+2 |
2016-08-26 | doc: move set functor para to Sets section | Domen Kožar | 2 | -18/+17 |
2016-08-11 | doc: add an example for builtins.substring | Domen Kožar | 1 | -1/+8 |
2016-08-10 | s/powerpc-darwin/x86_64-darwin/ | Domen Kožar | 2 | -2/+2 |
2016-05-30 | Merge pull request #576 from qknight/args_explanation | Domen Kožar | 1 | -5/+11 |
2016-05-30 | Update language-constructs.xml | Joachim Schiele | 1 | -1/+1 |
2016-05-30 | Update language-constructs.xml | Joachim Schiele | 1 | -2/+2 |
2016-04-26 | fix "nix-build" examples | Scott R. Parish | 1 | -10/+8 |
2016-02-12 | Merge pull request #762 from ctheune/ctheune-floats | Eelco Dolstra | 3 | -11/+16 |
2016-01-06 | Update documentation for floats. | Christian Theune | 3 | -12/+17 |
2016-01-05 | manual: document builtins.functionArgs | Vladimír Čunát | 1 | -1/+19 |
2015-09-01 | Fix readDir example | Eelco Dolstra | 1 | -1/+1 |
2015-07-28 | Add sort primop | Eelco Dolstra | 1 | -0/+23 |