about summary refs log tree commit diff
path: root/src/libexpr (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24 fetchGit: Ignore tarballTtl if rev is set and not in the repo.Shea Levy1-24/+35
2017-11-21 fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra2-4/+6
2017-11-14 Revert "Don't parse "x:x" as a URI"Eelco Dolstra1-1/+1
2017-11-03 fetchgit.cc -> fetchGit.ccEelco Dolstra1-0/+0
2017-11-03 Remove git:// support in NIX_PATHEelco Dolstra3-31/+9
2017-11-03 fetchGit/fetchMercurial: Filter out directories with untracked filesEelco Dolstra2-8/+16
2017-11-03 fetchGit: Add a testEelco Dolstra1-1/+1
2017-11-03 fetchGit: Don't do a remote fetch if we already have the revEelco Dolstra1-15/+23
2017-11-02 fetchMercurial: fix error messagetv1-1/+1
2017-11-01 Fix buildEelco Dolstra2-2/+2
2017-11-01 fetchMercurial: Don't fetch hashes we already haveEelco Dolstra1-9/+19
2017-11-01 Add fetchMercurial primopEelco Dolstra2-2/+189
2017-10-31 Fix filterSourceEelco Dolstra1-32/+14
2017-10-30 builtins.fetchgit: Support importing a working treeEelco Dolstra3-7/+47
2017-10-30 Don't parse "x:x" as a URIEelco Dolstra1-1/+1
2017-10-30 Make "fetchGit /path" workEelco Dolstra1-5/+5
2017-10-30 fetchGit: Fix broken assertionEelco Dolstra1-1/+1
2017-10-30 Add option allowed-urisEelco Dolstra4-5/+27
2017-10-30 builtins.fetchGit: Return an attrset with revision infoEelco Dolstra3-18/+54
2017-10-30 enable-http2 -> http2Eelco Dolstra1-1/+1
2017-10-30 fetchgit -> fetchGitEelco Dolstra1-4/+4
2017-10-30 fetchTarball: Use "source" as the default nameEelco Dolstra1-4/+4
2017-10-30 fetchurl/fetchTarball: Respect name changesEelco Dolstra1-1/+1
2017-10-30 builtins.fetchgit: Don't mess up the progress indicatorEelco Dolstra1-3/+5
2017-10-30 builtins.fetchgit: Support a "name" attributeEelco Dolstra2-11/+18
2017-10-29 nix repl :t: Indicate strings that have a contextEelco Dolstra1-1/+1
2017-10-25 Bump language versionEelco Dolstra1-1/+1
2017-10-25 Pass lists/attrsets to bash as (associative) arraysEelco Dolstra1-3/+3
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra4-87/+83
2017-10-17 fetchgit: Remove incomplete/unneeded ref check.Shea Levy1-5/+0
2017-10-16 fetchgit: Remove incomplete/unneeded isURI check.Shea Levy1-4/+1
2017-08-15 Add builtins.string function.Nicolas B. Pierron1-0/+68
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim11-109/+109
2017-07-27 builtins.fetchgit: Support specifying commit hashesEelco Dolstra2-9/+29
2017-07-27 builtins.fetchgit: Respect tarball-ttlEelco Dolstra1-1/+19
2017-07-27 builtins.fetchgit: Use proper refs locallyEelco Dolstra1-4/+3
2017-07-27 builtins.fetchgit: Cache hash -> store path mappingsEelco Dolstra1-2/+18
2017-07-26 nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra2-0/+9
2017-07-20 nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra2-8/+7
2017-07-20 Add "nix search" commandEelco Dolstra2-33/+50
2017-07-10 Merge pull request #1428 from rimmington/clearer-regex-space-errorEelco Dolstra1-2/+7
2017-07-10 Clearer error message when regex exceeds space limitRhys1-2/+7
2017-07-04 Support base-64 hashesEelco Dolstra1-4/+4
2017-07-03 Replace a few bool flags with enumsEelco Dolstra2-1/+3
2017-06-20 Restore thunks on any exceptionEelco Dolstra1-1/+1
2017-05-17 builtins.match: Improve error message for bad regular expressionEelco Dolstra1-16/+23
2017-05-16 Improve progress indicatorEelco Dolstra4-10/+5
2017-05-15 Disallow outputHash being null or an empty stringEelco Dolstra1-4/+5
2017-05-05 Figure out the user's home directory if $HOME is not setEelco Dolstra1-1/+1
2017-05-01 lexer: remove catch-all rules hiding real errorsGuillaume Maudoux1-10/+17