Age | Commit message (Expand) | Author | Files | Lines |
2018-01-04 | Rename "use-substitutes" to "substitute" | Eelco Dolstra | 1 | -1/+1 |
2017-12-12 | Merge pull request #1725 from chris-martin/pr/concatStringsSep | Eelco Dolstra | 1 | -0/+8 |
2017-12-11 | Add builtins.concatStringSep to the manual | Chris Martin | 1 | -0/+8 |
2017-12-11 | Merge pull request #1721 from expipiplus1/patch-2 | Eelco Dolstra | 1 | -2/+2 |
2017-12-11 | Merge branch 'feature/linenoise-ng' of git://github.com/dtzWill/nix | Shea Levy | 1 | -1/+1 |
2017-12-09 | Escape left angle brackets in XML documentation | Joe Hermaszewski | 1 | -2/+2 |
2017-12-08 | nix-hash: Add sentence and example for nix-prefetch-url hash | Markus Hauck | 1 | -1/+12 |
2017-11-27 | doc: linenoise -> linenoise-ng | Will Dietz | 1 | -1/+1 |
2017-11-21 | Add a warning about the 'trusted-users' option | Eelco Dolstra | 1 | -5/+6 |
2017-11-20 | Document secret-key-files | Eelco Dolstra | 1 | -3/+16 |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | 1 | -5/+8 |
2017-11-20 | binary-cache-public-keys -> trusted-public-keys | Eelco Dolstra | 1 | -5/+5 |
2017-11-03 | Remove git:// support in NIX_PATH | Eelco Dolstra | 1 | -7/+0 |
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-30 | Add option allowed-uris | Eelco Dolstra | 2 | -1/+25 |
2017-10-30 | fetchurl/fetchTarball are *not* allowed in restricted mode | Eelco Dolstra | 1 | -2/+1 |
2017-10-30 | Merge pull request #1633 from orivej/doc | Domen Kožar | 3 | -15/+54 |
2017-10-30 | fetchgit -> fetchGit | Eelco Dolstra | 1 | -1/+1 |
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-10-23 | Release note updates | Eelco Dolstra | 1 | -36/+48 |
2017-10-19 | Mention C++14 dependency in the manual. | Keshav Kini | 1 | -2/+2 |
2017-09-18 | Update release notes | Eelco Dolstra | 1 | -0/+10 |
2017-09-05 | Add automatic garbage collection | Eelco Dolstra | 1 | -0/+4 |
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 3 | -35/+34 |
2017-08-19 | Remove nix-mode.el from Nix. | Matthew Bauer | 1 | -0/+6 |
2017-08-18 | update MD5 to SHA-256 in expression-syntax | Chase Adams | 1 | -2/+2 |
2017-08-16 | Update release notes | Eelco Dolstra | 1 | -0/+5 |
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-08-10 | Start of 1.12 release notes | Eelco Dolstra | 1 | -2/+360 |
2017-07-30 | replace "Mac OS X" with "macOS" | davidak | 5 | -6/+6 |
2017-07-18 | Update the mailing list. | Graham Christensen | 1 | -1/+1 |
2017-07-17 | Make the hashes mirrors used by builtins.fetchurl configurable | Eelco Dolstra | 1 | -0/+28 |
2017-07-15 | use sha256 hashes in the examples | Harmen | 3 | -5/+5 |
2017-07-10 | fix buggy nix-shell man page | Robert Vollmert | 1 | -1/+1 |
2017-07-07 | man page (nix-shell): Fix grouping of -p option | Robert Vollmert | 1 | -4/+4 |
2017-07-07 | man page (nix-prefetch-url): Add some missing options | Robert Vollmert | 1 | -2/+4 |
2017-07-07 | man page (nix-instantiate): -E is optional | Robert Vollmert | 1 | -1/+1 |
2017-07-07 | man page (nix-instantiate): Add --json to synopsis, order variables | Robert Vollmert | 1 | -16/+17 |
2017-07-07 | man page (nix-instantiate): Remove non-existent nix-build argument -r | Robert Vollmert | 1 | -1/+1 |
2017-07-07 | man pages: Consistently separate alternatives by / | Robert Vollmert | 2 | -12/+6 |
2017-07-07 | man pages: Argument for --max-jobs | Robert Vollmert | 1 | -2/+2 |
2017-07-07 | man pages: Grouping for option alternatives | Robert Vollmert | 2 | -10/+28 |
2017-07-07 | glossary: Fix word order | Robert Vollmert | 1 | -1/+1 |
2017-07-06 | Fix nix-instantiate manpage indentation | Robert Vollmert | 1 | -1/+2 |
2017-07-04 | Add allow-new-privileges option | Eelco Dolstra | 1 | -0/+17 |