about summary refs log tree commit diff
path: root/src/libexpr
AgeCommit message (Expand)AuthorFilesLines
2019-07-30 Allow builtins.pathExists to check the existence of /nix/store pathsBas van Dijk1-2/+8
2019-07-02 Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra1-1/+5
2019-06-24 Fix 32-bit overflow with --no-netEelco Dolstra2-9/+6
2019-06-24 Refactor downloadCached() interfaceEelco Dolstra3-15/+19
2019-06-24 CachedDownloadResult: Include store pathEelco Dolstra2-2/+2
2019-06-24 downloadCached: Return ETagEelco Dolstra3-3/+3
2019-06-24 Fix abort in fromTOMLEelco Dolstra1-0/+13
2019-05-28 Iterate over referencesEelco Dolstra1-6/+6
2019-05-28 Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra1-3/+23
2019-05-03 Add builtins.hashFileDaniel Schaefer1-0/+15
2019-04-11 Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol tableEelco Dolstra2-0/+13
2019-03-27 Fix Bison 3.3 warningEelco Dolstra1-1/+1
2019-03-24 Add isPath primopzimbatm1-0/+7
2019-03-21 eval: improve type description for primops and applied primopsLinus Heckemann1-2/+14
2019-03-14 pkg-config files: Use c++17Eelco Dolstra1-1/+1
2019-03-14 experimental/optional -> optionalEelco Dolstra5-6/+6
2019-01-31 Add builtins.appendContext.Shea Levy1-2/+57
2019-01-14 Add builtins.getContext.Shea Levy3-38/+135
2019-01-13 Treat plain derivation paths in context as normal paths.Shea Levy1-17/+3
2019-01-10 Merge pull request #2608 from dtzWill/fix/issue-2546Eelco Dolstra1-0/+1
2019-01-05 Remove mentions of `libformat`, it no longer existsJohn Ericson1-1/+1
2018-12-31 EvalState::resetFileCache: clear parse cache as well as eval cacheWill Dietz1-0/+1
2018-12-14 fetchGit: allow fetching explicit refsDaiderd Jordan1-1/+5
2018-12-13 Support SRI hashesEelco Dolstra1-6/+4
2018-12-06 Solve hg "abandoned transaction" issueCHEIKH Chawki1-1/+16
2018-11-20 fetchGit: Drop unnecessary localRefEelco Dolstra1-4/+4
2018-11-20 Merge branch 'better-git-cache' of https://github.com/graham-at-target/nixEelco Dolstra1-1/+3
2018-10-31 Fix typo in commentsJan Path1-1/+1
2018-10-27 simplify handling of extra '}'Guillaume Maudoux1-18/+15
2018-09-13 Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra1-1/+1
2018-09-05 Convert NIX_COUNT_CALLS to JSON tooEelco Dolstra1-35/+41
2018-09-05 Log stats to stderrEelco Dolstra1-7/+2
2018-09-02 remove the old text format outputMichael Bishop1-34/+4
2018-09-01 add JSON to NIX_SHOW_STATSMichael Bishop1-24/+90
2018-09-01 improve the stats when profilingMichael Bishop1-7/+8
2018-09-01 fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra2-4/+0
2018-08-29 libexpr: Use int64_t for NixIntaszlig2-3/+7
2018-08-23 Revert "Fix parser/lexer generation with parallel make"Eelco Dolstra1-6/+2
2018-08-19 FIx floating point evaluationEelco Dolstra1-0/+9
2018-08-17 fetchGit: use a better caching schemeGraham Christensen1-1/+3
2018-08-17 Fix parser/lexer generation with parallel makeEelco Dolstra1-2/+6
2018-08-13 dirOf: allow use on non-absolute pathsLinus Heckemann1-1/+1
2018-08-03 Merge pull request #2326 from aszlig/fix-symlink-leakEelco Dolstra1-4/+10
2018-08-03 Fix symlink leak in restricted eval modeaszlig1-4/+10
2018-07-31 Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nixEelco Dolstra2-8/+3
2018-07-23 Merge pull request #2303 from volth/patch-4Eelco Dolstra1-2/+2
2018-07-23 parser.y: right-associativity of ->volth1-1/+1
2018-07-21 parser.y: fix assoc of -> and < > <= >=volth1-2/+2
2018-07-21 prim_foldlStrict: call forceValue() before value is copiedvolth1-6/+7
2018-07-11 Fix build on 32-bit systems and macOSEelco Dolstra1-1/+1