index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
/
fetchMercurial.cc
Age
Commit message (
Expand
)
Author
2021-01-21
Improve error formatting
Eelco Dolstra
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-06
Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errors
Carlo Nucera
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-16
fetchMercurial: Use inputFromAttrs()
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-06-24
Fix 32-bit overflow with --no-net
Eelco Dolstra
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
2018-12-06
Solve hg "abandoned transaction" issue
CHEIKH Chawki
2018-09-01
fetchGit/fetchMercurial: Don't absolutize paths
Eelco Dolstra
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
2018-03-19
Shut up signedness warning
Eelco Dolstra
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2017-11-21
fetchGit/fetchMercurial: Fix directory inclusion check
Eelco Dolstra
2017-11-03
fetchGit/fetchMercurial: Filter out directories with untracked files
Eelco Dolstra
2017-11-03
fetchGit: Add a test
Eelco Dolstra
2017-11-02
fetchMercurial: fix error message
tv
2017-11-01
fetchMercurial: Don't fetch hashes we already have
Eelco Dolstra
2017-11-01
Add fetchMercurial primop
Eelco Dolstra