aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2019-03-26Merge remote-tracking branch 'tweag/auto-update-flake' into flakesEelco Dolstra
2019-03-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-03-24Add isPath primopzimbatm
2019-03-23Combining registries properlyNick Van den Broeck
2019-03-22Issue #15 is finishedNick Van den Broeck
2019-03-22Fixed minor thingsNick Van den Broeck
2019-03-22Implemented --flake flag for nix buildNick Van den Broeck
2019-03-21eval: improve type description for primops and applied primopsLinus Heckemann
2019-03-14pkg-config files: Use c++17Eelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-03-07Implemented writeRegistryNick Van den Broeck
2019-03-07Implemented json flag for `nix flake info`Nick Van den Broeck
2019-02-26Implemented "nix flake info"Nick Van den Broeck
2019-02-25fetchFlake: Use infinite TTL when the revision is specifiedEelco Dolstra
2019-02-25downloadCached: Return ETagEelco Dolstra
2019-02-12Add basic flake lock file supportEelco Dolstra
2019-02-12Interpret all file:// URIs as Git repositoriesEelco Dolstra
2019-02-12nix: Add --flake flagEelco Dolstra
2019-02-12Enforce use of immutable flakes in pure modeEelco Dolstra
2019-02-12nix: Enable pure mode by defaultEelco Dolstra
2019-02-12Improve flake referencesEelco Dolstra
2019-02-12pkg-config files: Use c++17Eelco Dolstra
2019-02-12experimental/optional -> optionalEelco Dolstra
2019-02-11Add flake registryEelco Dolstra
2019-02-11Add github URIsEelco Dolstra
2019-02-11Introduce flake URIsEelco Dolstra
2019-02-11Initial flake supportEelco Dolstra
2019-02-11Bindings::get(): Add convenience methodEelco Dolstra
2019-02-11EvalState::allocAttr(): Add convenience methodEelco Dolstra
2019-02-11Make constant primops lazyEelco Dolstra
2019-01-31Add builtins.appendContext.Shea Levy
2019-01-14Add builtins.getContext.Shea Levy
2019-01-13Treat plain derivation paths in context as normal paths.Shea Levy
2019-01-10Merge pull request #2608 from dtzWill/fix/issue-2546Eelco Dolstra
2019-01-05Remove mentions of `libformat`, it no longer existsJohn Ericson
2018-12-31EvalState::resetFileCache: clear parse cache as well as eval cacheWill Dietz
2018-12-13Support SRI hashesEelco Dolstra
2018-12-06Solve hg "abandoned transaction" issueCHEIKH Chawki
2018-11-20fetchGit: Drop unnecessary localRefEelco Dolstra
2018-11-20Merge branch 'better-git-cache' of https://github.com/graham-at-target/nixEelco Dolstra
2018-10-31Fix typo in commentsJan Path
2018-10-27simplify handling of extra '}'Guillaume Maudoux
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-09-05Convert NIX_COUNT_CALLS to JSON tooEelco Dolstra
2018-09-05Log stats to stderrEelco Dolstra
2018-09-02remove the old text format outputMichael Bishop
2018-09-01add JSON to NIX_SHOW_STATSMichael Bishop
2018-09-01improve the stats when profilingMichael Bishop
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-08-29libexpr: Use int64_t for NixIntaszlig