Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-12 | Merge remote-tracking branch 'upstream/master' into split_build_cc | John Ericson | |
2020-10-12 | Merge branches 'split_build_hh-0', 'split_build_hh-1', 'split_build_hh-2', ↵ | John Ericson | |
'split_build_hh-3' and 'split_build_hh-4' into split_build_cc | |||
2020-10-12 | Trim worker.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (worker.hh) | John Ericson | |
2020-10-12 | Trim substitution-goal.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (substitution-goal.hh) | John Ericson | |
2020-10-12 | Trim hook-instance.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (hook-instance.hh) | John Ericson | |
2020-10-12 | Trim goal.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (goal.hh) | John Ericson | |
2020-10-12 | Trim derivation-goal.hh | John Ericson | |
2020-10-12 | Rename to hand-hold git (derivation-goal.hh) | John Ericson | |
2020-10-12 | Change .cc files to use split build headers | John Ericson | |
2020-10-12 | Prepare for build/*.hh headers | John Ericson | |
2020-10-12 | Handle amount of disk space saved by hard linking being negative | volth | |
Fixes bogus messages like "currently hard linking saves 17592186044416.00 MiB". | |||
2020-10-11 | Split out uds-remote-store.{cc.hh} | John Ericson | |
2020-10-11 | Copy {uds-,}remote-store.{cc,hh} | John Ericson | |
This prepares for the splitting that happens in the next commit. | |||
2020-10-11 | Properly type the derivation and substitution goal maps | John Ericson | |
As a bonus, Worker::removeGoal is less inefficient. | |||
2020-10-11 | Merge pull request #4135 from obsidiansystems/split-local-fs-store-header | Eelco Dolstra | |
Split out `local-fs-store.hh` | |||
2020-10-11 | Merge branches 'build-1', 'build-2', 'build-3', 'build-4', 'build-5', ↵ | John Ericson | |
'build-6', 'build-7' and 'build-8' into split_build_cc | |||
2020-10-11 | Trim lock.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (lock.cc) | John Ericson | |
2020-10-11 | Trim lock.hh | John Ericson | |
2020-10-11 | Rename to hand-hold git (lock.hh) | John Ericson | |
2020-10-11 | Trim build/worker.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (build/worker.cc) | John Ericson | |
2020-10-11 | Trim build/substitution-goal.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (build/substitution-goal.cc) | John Ericson | |
2020-10-11 | Trim build/local-store-build.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (build/local-store-build.cc) | John Ericson | |
2020-10-11 | Trim build/hook-instance.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (build/hook-instance.cc) | John Ericson | |
2020-10-11 | Trim build/goal.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (build/goal.cc) | John Ericson | |
2020-10-11 | Trim build/derivation-goal.cc | John Ericson | |
2020-10-11 | Rename to hand-hold git (build/derivation-goal.cc) | John Ericson | |
2020-10-11 | Trim build.hh | John Ericson | |
2020-10-11 | Rename to hand-hold git (build.hh) | John Ericson | |
2020-10-11 | Prepare for build/* files | John Ericson | |
2020-10-11 | Split out `commonChildInit` | John Ericson | |
2020-10-09 | Split out `local-fs-store.hh` | John Ericson | |
This matches the already-existing `local-fs-store.cc`. | |||
2020-10-09 | nix develop: Unset $HOSTNAME | Eelco Dolstra | |
This is set to "localhost" by stdenv which is probably not what you want. | |||
2020-10-09 | nix develop: Source ~/.bashrc | Eelco Dolstra | |
Fixes #4104. | |||
2020-10-09 | Completions::add(): Guard against newlines | Eelco Dolstra | |
2020-10-09 | Merge pull request #4128 from tweag/extended-completions | Eelco Dolstra | |
Add a zsh completion script | |||
2020-10-09 | Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds | John Ericson | |
2020-10-09 | Remove Lazy | Eelco Dolstra | |
This fixes a crash during startup when compiling Nix as a single compilation unit. | |||
2020-10-09 | writeFile(): Add error context to writeFull() failure | Eelco Dolstra | |
Issue #4092. | |||
2020-10-09 | Remove stray DerivationOutputsAndPaths type | Eelco Dolstra | |
2020-10-09 | Add a description in the completion outputs | regnat | |
Make nix output completions in the form `completion\tdescription`. This can't be used by bash (afaik), but other shells like zsh or fish can display it along the completion choices |