aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-24add nix-store --query --valid-derivers commandGuillaume Girol
2023-08-21Merge pull request #8836 from obsidiansystems/rm-addToSearchPathEelco Dolstra
2023-08-19Merge pull request #8812 from tweag/fix-clang-tidyRobert Hensing
2023-08-18Delete `EvalState::addToSearchPath`John Ericson
2023-08-18Merge pull request #8839 from obsidiansystems/string-context-7479John Ericson
2023-08-18Fixing #7479John Ericson
2023-08-17libutil: fix double-encoding of URLsCole Helbling
2023-08-17libexpr/tests: test that parseFlakeRef doesn't percent-encode twiceCole Helbling
2023-08-16Merge pull request #8833 from hercules-ci/jobcategory-docEelco Dolstra
2023-08-16Document jobCategory()Robert Hensing
2023-08-14src/libexpr/search-path.cc: avoid out-of-bounds read on string_viewSergei Trofimovich
2023-08-14Create `outputOf` primop.John Ericson
2023-08-14Rework evaluator `SingleDerivedPath` infraJohn Ericson
2023-08-14Rename `optOutputPath` to `optStaticOutputPath`John Ericson
2023-08-11Merge pull request #8735 from obsidiansystems/defexprRobert Hensing
2023-08-11Merge pull request #8369 from obsidiansystems/inductive-derived-pathtomberek
2023-08-11SimpleLogger::log: fix unintended fallthroughYorick van Pelt
2023-08-11FileTransfer::download: fix use-after-moveYorick van Pelt
2023-08-11MultiCommand::toJSON: Fix use-after-moveYorick van Pelt
2023-08-11Prevent overriding virtual methods that are called in a destructorYorick van Pelt
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-08-09Try to realise CA derivations during queryMissingPeter Waller
2023-08-08Merge pull request #8805 from tweag/fix-add-to-store-existingThéophane Hufschmitt
2023-08-07Merge pull request #8786 from Ma27/fix-why-depends-preciseEelco Dolstra
2023-08-07Merge pull request #8322 from tweag/stabilize-discard-referencesThéophane Hufschmitt
2023-08-07Merge pull request #8769 from edolstra/generalize-tarball-urlsEelco Dolstra
2023-08-07Stabilize `discard-references`Théophane Hufschmitt
2023-08-07Merge pull request #8692 from obsidiansystems/add-another-xp-checkThéophane Hufschmitt
2023-08-07Fix misread of source if path is already validSimon Rainerson
2023-08-06Merge pull request #8760 from iFreilicht/fix-json-load-assertion-errorsJohn Ericson
2023-08-05Fix derivation load assertion errorsFelix Uhl
2023-08-04nix/why-depends: fix output of `--precise`Maximilian Bosch
2023-08-02Add infra for experimental store implemenationsJohn Ericson
2023-08-02Merge pull request #8765 from NixLayeredStore/refactor-store-verifyJohn Ericson
2023-08-02Factor out `nix-defexpr` path computationJohn Ericson
2023-08-02Add comment explaining the use of `readDirectory(realStoreDir)`John Ericson
2023-08-02local-store verifying: Rename `store` to something more clearJohn Ericson
2023-08-02Merge pull request #8762 from obsidiansystems/split-out-eval-settingsEelco Dolstra
2023-08-01Don't require .tar/.zip extension for tarball flakerefsEelco Dolstra
2023-07-31`LocalStore::verifyPath`: Try to clarify data flow with more scopesJohn Ericson
2023-07-31`LocalStore::verifyPath`: Use `StorePathSet` for `store` local varJohn Ericson
2023-07-31Merge pull request #8754 from NixLayeredStore/refactor-store-verifyJohn Ericson
2023-07-31Refactor verifyPath to take StorePath instead of Path.Ben Radford
2023-07-31Move evaluator settings (type and global) to separate file/headerJohn Ericson
2023-07-31toJSON: Add attribute path to traceRobert Hensing
2023-07-25Add `parseFlakeRef` and `flakeRefToString` builtins (#8670)Alex Ameen
2023-07-24Clean up store hierarchy with `IndirectRootStore`John Ericson
2023-07-24Make `RemoteStore::ConnectionHandle` part of class and exposeJohn Ericson
2023-07-24Move `Store::Params` typedef to `StoreConfig::Params`John Ericson
2023-07-23Merge pull request #8664 from ncfavier/merge-dynamic-attrsJohn Ericson