index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-15
Give better error message about <...> in pure eval mode
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-06-15
Disambiguate BaseError(Args) constructor
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Merge pull request #3674 from matthewbauer/allow-empty-hash2
Eelco Dolstra
2020-06-12
Add newHashAllowEmpty helper function
Matthew Bauer
2020-06-12
Add Store::readDerivation() convenience function
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-11
Merge pull request #3073 from tweag/machine-logs
Eelco Dolstra
2020-06-09
Support empty hash in fetchers
Matthew Bauer
2020-06-09
Allow empty hash in derivations
Matthew Bauer
2020-06-08
Move progress-bar.cc to libmain
regnat
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-14
formatting
Ben Burdette
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-12
convert to logWarning format
Ben Burdette
2020-05-12
move pos to the first arg, to indicate its not used in a fmt template
Ben Burdette
2020-05-12
new pos format for more errors
Ben Burdette
2020-05-11
more pos reporting
Ben Burdette
2020-05-11
new format for pos
Ben Burdette
2020-05-11
fixes to merged code
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-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-29
Fix displaying error-position in `builtins.fetch{Tree,Tarball}`
Maximilian Bosch
2020-04-29
uncrustify formatting
Ben Burdette
2020-04-22
a few more 'format's rremoved
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-18
Merge pull request #3502 from NixOS/more-pos
Domen Kožar
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-16
JSONSax: Use a RootValue
Eelco Dolstra
2020-04-16
ValueMap, VectorVector: Use traceable_allocator
Eelco Dolstra
2020-04-16
Add function to allocate a Value in traceable memory
Eelco Dolstra
2020-04-16
fetchMercurial: Use inputFromAttrs()
Eelco Dolstra
2020-04-16
pass Pos to forceValue to improve infinite recursion error
Domen Kožar
2020-04-11
Merge pull request #3447 from DavHau/improve-tofile-error-msg
Domen Kožar
2020-04-11
improve toFile error message when containing potential drv path
DavHau
2020-04-09
Attach pos to if expression errors
Domen Kožar
2020-04-08
after flake rebase
Nikola Knezevic
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DownloadError -> DataTransferError
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
[next]