aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-09addToStore, addToStoreFromDump: refactor: pass refs by const referenceAlexander Bantyev
2021-11-05addPath: allow paths with referencesAlexander Bantyev
2021-10-23addToStore, addToStoreFromDump: add references argumentAlexander Bantyev
2021-10-17fetch: nicer infinite recursion errorsKevin Amado
2021-10-15fetchTree: add pos to EvalState::forceValueKevin Amado
2021-10-15fetchTree: add pos to EvalState::forceValueKevin Amado
2021-10-15Merge pull request #5383 from kvtb/patch-7Eelco Dolstra
2021-10-15Merge pull request #5388 from yvt/fix-oahd-pathEelco Dolstra
2021-10-14add pos to EvalState::forceValueKevin Amado
2021-10-15Add another path where a Rosetta 2 configuration file is possibly locatedyvt
2021-10-13fix build with gcc11kvtb
2021-10-13Merge pull request #5362 from Artturin/nixunpackEelco Dolstra
2021-10-13Style tweaksEelco Dolstra
2021-10-13Merge branch 'feature/comp-level' of https://github.com/tomberek/nixEelco Dolstra
2021-10-12Merge pull request #5375 from edolstra/repl-ctrl-cEelco Dolstra
2021-10-12CleanupEelco Dolstra
2021-10-12Merge branch 'nix-repl-download-interruption' of https://github.com/Ma27/nixEelco Dolstra
2021-10-12nix repl: Don't write to std::cout directlyEelco Dolstra
2021-10-12nix repl: Don't build in a child processEelco Dolstra
2021-10-12Add compression level for NARsTom Bereknyei
2021-10-11(partially) Revert "Don't copy in rethrow"regnat
2021-10-09nix develop: add --unpackArtturin
2021-10-08libstore-tests: add libutil dependency (fix static link failure)Sergei Trofimovich
2021-10-07nix repl: properly deal with interruptionsMaximilian Bosch
2021-10-07Make builtins.{path,filterSource} work with chroot storesEelco Dolstra
2021-10-07Add a trace to all errors in addPath()Eelco Dolstra
2021-10-07Allow builtins.{path,filterSource} on paths with a contextEelco Dolstra
2021-10-07TypoEelco Dolstra
2021-10-07Remove unnecessary call to queryMissing()Eelco Dolstra
2021-10-07Allow access to path copied to the storeEelco Dolstra
2021-10-07Refactoring: Add allowPath() methodEelco Dolstra
2021-10-07Merge pull request #5341 from andir/libexpr-formalsEelco Dolstra
2021-10-06Merge pull request #5286 from ilkecan/add-a-warning-to-filterSourceEelco Dolstra
2021-10-06Add a warning to `filterSource`ilkecan
2021-10-06Remove no-op call to realiseContext()Eelco Dolstra
2021-10-06Merge branch 'flakes_filterSource' of https://github.com/tomberek/nixEelco Dolstra
2021-10-06fetchTree(): Parse type attribute firstEelco Dolstra
2021-10-06CleanupEelco Dolstra
2021-10-06libexpr: remove matchAttrs boolean from ExprLambdaAndreas Rammhold
2021-10-06Merge branch 'considerate/scp-like-urls' of https://github.com/considerate/nixEelco Dolstra
2021-10-06Don't reset the logger in a vforkEelco Dolstra
2021-10-06Remove links to .md files in help outputEelco Dolstra
2021-10-05Merge pull request #5335 from edolstra/socket-pathsEelco Dolstra
2021-10-05Don't ignore SIGCHLD in createUnixDomainSocket()Eelco Dolstra
2021-10-05Show failing PIDEelco Dolstra
2021-10-05TypoEelco Dolstra
2021-10-05Add FIXME about ptsnameEelco Dolstra
2021-10-05Connect/bind Unix domain sockets in a child processEelco Dolstra
2021-10-04Add a test for RefScanSink and clean up the codeEelco Dolstra
2021-10-04scanForReferences(): Use a StorePathSetEelco Dolstra