index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-04-11
Merge pull request #7798 from peeley/list-experimental-features
Eelco Dolstra
2023-04-11
Nitpicks
Eelco Dolstra
2023-04-07
Tidy up and comment daemon CLI
John Ericson
2023-04-07
Merge pull request #8179 from tweag/disable-gc-on-coroutine
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-07
Add talkative msg for coro gc debug
Yorick van Pelt
2023-04-07
Always disable GC in a coroutine unless the patch is applied
Yorick van Pelt
2023-04-07
DisableGC: replace by CoroutineContext, std::shared_ptr<void>
Yorick van Pelt
2023-04-07
Disable GC inside coroutines on mac OS
Yorick van Pelt
2023-04-07
Create `nix derivation add` command
John Ericson
2023-04-07
Rename files to reflect new `nix derivation show` name
John Ericson
2023-04-07
`nix show-derivation` -> `nix derivation show`
John Ericson
2023-04-07
Liberate `checkDerivationOutputs` from `LocalStore`
John Ericson
2023-04-07
Include the name in the JSON for derivations
John Ericson
2023-04-07
Create `Derivation::fromJSON`
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-06
Describe active experimental features in the contributing guide
John Ericson
2023-04-06
Link the new general documentation on xp features on the setting
John Ericson
2023-04-06
Fix typo in `no-url-literals` experimental feature docs
Noah Snelson
2023-04-06
Expand documentation for `experimental-features`
Noah Snelson
2023-04-04
Assemble experimental feature docs outside of Nix itself
John Ericson
2023-04-04
Merge remote-tracking branch 'upstream/master' into list-experimental-features
John Ericson
2023-04-04
Apply suggestions from code review
John Ericson
2023-04-04
Merge pull request #7944 from yorickvP/fix-curRepl
Théophane Hufschmitt
2023-04-03
Merge pull request #8157 from hercules-ci/switch-bugs
Théophane Hufschmitt
2023-04-03
Merge pull request #8042 from lheckemann/alt-lockfiles
Eelco Dolstra
2023-04-03
nix-store.cc: Refactor, remove qDefault
Robert Hensing
2023-04-03
Enable -Werror=switch-enum
Robert Hensing
2023-04-03
Allow open switch-enum in 5 places
Robert Hensing
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2023-04-03
Fix systemd logging for lvlNotice: eqv to lvlInfo, not lvlVomit
Robert Hensing
2023-04-03
Fix BuildResult.toString() for NoSubstituters
Robert Hensing
2023-04-03
Stuctured command stability
John Ericson
2023-04-03
Merge pull request #8148 from hercules-ci/fix-issue-8119-printValue-tBlackhol...
Robert Hensing
2023-04-03
Merge pull request #8152 from obsidiansystems/move-querySubstitutablePathInfos
Eelco Dolstra
2023-04-03
eval: Fix crash on missing printValue tBlackhole case
Robert Hensing
2023-04-03
Merge pull request #7610 from obsidiansystems/gate-default-settings
Théophane Hufschmitt
2023-04-02
Move `querySubstitutablePathInfos` from `LocalStore` to `Store`
John Ericson
2023-04-02
Add more API docs to `experimental-features.hh`
John Ericson
2023-04-02
Rework a few things with the experimental features list
John Ericson
2023-04-02
Merge remote-tracking branch 'upstream/master' into list-experimental-features
John Ericson
2023-04-01
Merge pull request #8122 from bjornfor/use-nix-store-l-unless-experimental-en...
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2023-03-31
Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>
Patrick Jackson
2023-03-31
Indentation
Eelco Dolstra
2023-03-31
Add CanonPath::makeRelative()
Eelco Dolstra
2023-03-31
Merge pull request #7406 from amesgen/gitlab-fetcher
Théophane Hufschmitt
2023-03-31
Merge pull request #8018 from tweag/ssh-password-prompt
Théophane Hufschmitt
2023-03-30
Only lock once
Patrick Jackson
[next]