index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
Merge pull request #3702 from NixOS/store-path-cxx
Eelco Dolstra
2020-06-16
Merge pull request #3704 from obsidiansystems/fix-include
Eelco Dolstra
2020-06-16
Add another missing #include
John Ericson
2020-06-16
release.nix: Remove vendoredCrates
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-16
Fix FTP support
Eelco Dolstra
2020-06-16
Merge pull request #3700 from gilligan/fix-master
Domen Kožar
2020-06-16
Fix logging unit tests
Tobias Pflug
2020-06-15
Add mising #include for strerror
John Ericson
2020-06-15
Print only one error message if a build fails
Eelco Dolstra
2020-06-15
Include only the base name of the program in error messages
Eelco Dolstra
2020-06-15
Respect terminal width printing error messages
Eelco Dolstra
2020-06-15
Cleanup
Eelco Dolstra
2020-06-15
Always hide the progress bar on exit
Eelco Dolstra
2020-06-15
Remove unnecessary amDone() overrides
Eelco Dolstra
2020-06-15
Give better error message about <...> in pure eval mode
Eelco Dolstra
2020-06-15
Improve "waiting for locks" messages
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-15
Merge pull request #3690 from obsidiansystems/more-string-view
Eelco Dolstra
2020-06-15
upload-release.pl: Fix nix-fallback-paths.nix generation
Eelco Dolstra
2020-06-12
Use `std::string_view` in a few more places
John Ericson
2020-06-12
Fix build
Eelco Dolstra
2020-06-12
Merge pull request #3674 from matthewbauer/allow-empty-hash2
Eelco Dolstra
2020-06-12
Provide base argument to to_string
Matthew Bauer
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-12
Merge pull request #3670 from gilligan/add-pool-tests
Eelco Dolstra
2020-06-12
Check 'follows' inputs
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-11
diffLockFiles(): Show 'follows' changes
Eelco Dolstra
2020-06-11
Merge pull request #3073 from tweag/machine-logs
Eelco Dolstra
2020-06-11
Move names.{cc,hh} to libstore
Eelco Dolstra
2020-06-11
Shut up warning
Eelco Dolstra
2020-06-11
Style fixes
Eelco Dolstra
2020-06-11
Represent 'follows' inputs explicitly in the lock file
Eelco Dolstra
2020-06-10
Add tests for pool.hh
Tobias Pflug
2020-06-10
Preserve 'isFlake' when not updating a lock file entry
Eelco Dolstra
2020-06-10
Combine lock file update messages
Eelco Dolstra
2020-06-10
Add helper function printInputPath()
Eelco Dolstra
2020-06-10
Merge pull request #3655 from zimbatm/hash-encoding-prepare
Eelco Dolstra
2020-06-10
Merge pull request #3668 from tweag/fix-remote-nix-env-test
Eelco Dolstra
2020-06-10
Merge pull request #3677 from matthewbauer/static-nix-one-translation-unit
Eelco Dolstra
2020-06-09
Prelink static libraries into an object file
Matthew Bauer
2020-06-09
Disable extra-platforms = i686-linux on wsl1 (#3676)
Matthew Bauer
[next]