about summary refs log tree commit diff
path: root/doc/manual/expressions/builtins.xml (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-10 manual: builtins.fromJSON: remove the claim that floats are not allowedMichael Raskin1-2/+1
2018-05-30 Explicitly describe the effects of filterSource excluding a directory.Shea Levy1-1/+3
2018-05-30 Merge pull request #2164 from mickours/doc-fetchTarball-timoutGraham Christensen1-1/+10
2018-05-30 Explain fetchTarball timeout behavior in the docMichael Mercier1-1/+10
2018-05-24 add docs and testsvolth1-0/+30
2018-04-03 document that writeTextFile from Nixpkgs is an alternative to builtins.toFileJustin Humm1-1/+4
2018-03-23 Document fetchGit.Shea Levy1-0/+55
2018-02-14 Add splitVersion primop.Shea Levy1-0/+11
2018-02-06 Add path primop.Shea Levy1-2/+72
2017-12-11 Add builtins.concatStringSep to the manualChris Martin1-0/+8
2017-11-01 Mention isFloat function in "Built-in Functions" sectionZoran Plesivčak1-0/+10
2017-11-01 Mention "float" type in builtins.typeOf section of the docsZoran Plesivčak1-8/+9
2017-08-16 Merge branch 'tokenize' of https://github.com/nbp/nixEelco Dolstra1-0/+37
2017-08-15 Add builtins.string function.Nicolas B. Pierron1-0/+37
2017-08-15 Move builtins.match documentation between map and mul.Nicolas B. Pierron1-36/+36
2017-07-15 use sha256 hashes in the examplesHarmen1-2/+2
2017-05-28 Remove stray `>` in builtins docPyry Jahkola1-1/+1
2017-05-24 Merge pull request #1382 from FRidh/patch-1Eelco Dolstra1-0/+18
2017-05-17 Document that builtins.match takes a POSIX extended REEelco Dolstra1-4/+10
2017-05-11 Document fetchTarball can take a sha256Frederik Rietdijk1-0/+18
2017-05-10 TypoEelco Dolstra1-1/+1
2017-05-10 doc: builtins.attrNames returns alphabetically sorted listDomen Kožar1-1/+1
2017-04-17 Manual: document tryEvalLinus Heckemann1-0/+13
2017-02-21 Fix XML validityEelco Dolstra1-9/+8
2017-02-20 Document toString betterLinus Heckemann1-4/+12
2016-12-09 Document builtins.match, fixes #1145Domen Kožar1-0/+29
2016-09-21 Document the { __toString } interfacezimbatm1-2/+2
2016-08-11 doc: add an example for builtins.substringDomen Kožar1-1/+8
2016-08-10 s/powerpc-darwin/x86_64-darwin/Domen Kožar1-1/+1
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra1-8/+8
2016-01-06 Update documentation for floats.Christian Theune1-9/+9
2016-01-05 manual: document builtins.functionArgsVladimír Čunát1-1/+19
2015-09-01 Fix readDir exampleEelco Dolstra1-1/+1
2015-07-28 Add sort primopEelco Dolstra1-0/+23
2015-07-28 Add primop genListEelco Dolstra1-0/+18
2015-07-24 Add replaceStrings primopEelco Dolstra1-0/+17
2015-07-23 Add primops all and anyEelco Dolstra1-0/+22
2015-07-23 Add foldl' primopEelco Dolstra1-0/+13
2015-06-01 Document tarball downloadingEelco Dolstra1-0/+39
2014-10-29 Document some primopsEelco Dolstra1-12/+52
2014-08-27 Restructuring the Nix manualMikey Ariel1-0/+950