aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops
AgeCommit message (Expand)Author
2020-06-23use plain errPos instead of nixCode; fix testsBen Burdette
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-12Merge pull request #3674 from matthewbauer/allow-empty-hash2Eelco Dolstra
2020-06-12Add newHashAllowEmpty helper functionMatthew Bauer
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-09Support empty hash in fetchersMatthew Bauer
2020-06-03libutils/hash: remove default encodingzimbatm
2020-06-01Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...Carlo Nucera
2020-05-28Fixing the result of mergeCarlo Nucera
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-13formatting and a few minor changesBen Burdette
2020-05-12new pos format for more errorsBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2020-04-29Fix displaying error-position in `builtins.fetch{Tree,Tarball}`Maximilian Bosch
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-16fetchMercurial: Use inputFromAttrs()Eelco Dolstra
2020-04-08after flake rebaseNikola Knezevic
2020-04-07Merge branch 'fetchgit-recursive' of https://github.com/blitz/nixEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-30fetchGit: don't use std::filesystem to filter git reposJulian Stecklina
2020-03-29fetchGit: fix submodule corner case by fetching all refs from cacheDirBjørn Forsman
2020-03-29fetchGit: fix submodules = true for dirty treesBjørn Forsman
2020-03-29fetchGit: checkout rev instead of latest refBjørn Forsman
2020-03-29fetchGit: add submodules attribute to the .link fileBjørn Forsman
2020-03-29fetchGit: fix submodule output attributeBjørn Forsman
2020-03-29fetchGit: fix "fatal: couldn't find remote ref refs/heads/master" issue with ...Bjørn Forsman
2020-03-29Rename fetchGit fetchSubmodules to just submodulesJulian Stecklina
2020-03-29Add git submodule fixes from @bjornforJulian Stecklina
2020-03-29Add fetchSubmodules to builtins.fetchGitJulian Stecklina
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2020-03-24Flip dependency so store-api.hh includes derivations.hhJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Drop remaining uses of external "tar"Eelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-01-31Add builtins.appendContext.Shea Levy
2019-01-14Add builtins.getContext.Shea Levy
2018-12-14fetchGit: allow fetching explicit refsDaiderd Jordan
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