aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2023-03-08Revert "Disable GC during coroutine execution + test"Théophane Hufschmitt
2023-03-08Merge pull request #7725 from yorickvP/check-coro-gcThéophane Hufschmitt
2023-03-05remove indentation in `fetchGit` attribute listingValentin Gagarin
2023-03-03Add talkative msg for coro gc debugYorick van Pelt
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-03-01Always disable GC in a coroutine unless the patch is appliedYorick van Pelt
2023-03-01DisableGC: replace by CoroutineContext, std::shared_ptr<void>Yorick van Pelt
2023-03-01tests/coro-gc: refactor and split into 3 testsYorick van Pelt
2023-03-01Disable GC inside coroutines on mac OSYorick van Pelt
2023-03-01tests/coro-gc: create test for boehm stack patchYorick van Pelt
2023-02-28Merge pull request #7911 from edolstra/revert-7689Eelco Dolstra
2023-02-27Merge pull request #7776 from yorickvP/fix-path-escapes-7707Théophane Hufschmitt
2023-02-27fetchTree: convert fs path to url via ParsedURL::to_stringYorick van Pelt
2023-02-27Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`"Eelco Dolstra
2023-02-27Revert "Document default `nix-path` value"Eelco Dolstra
2023-02-22flakes: Differentiate `self.outPath` and `self.sourceInfo.outPath`Robert Hensing
2023-02-22flakes: Ensure that `self.outPath == ./.`Robert Hensing
2023-02-19Merge pull request #7158 from sternenseemann/foldl-strict-accumulation-valueValentin Gagarin
2023-02-16ExprOpHasAttr,ExprSelect,stripIndentation,binds,formals: delete losts objectsEt7f3
2023-02-12ExprString: Avoid copy of stringEt7f3
2023-02-12parser: use implicit ruleEt7f3
2023-02-10Fix building with GCC 9Eelco Dolstra
2023-02-10Merge pull request #5588 from tweag/balsoft/xdgThéophane Hufschmitt
2023-02-10A setting to follow XDG Base Directory standardAlexander Bantyev
2023-02-08Documentation: builtins.fetchGit when used on a local path (#7706)Joachim Breitner
2023-02-01Fix clang compilationEelco Dolstra
2023-02-01Merge pull request #7203 from graham33/feature/cpp20Eelco Dolstra
2023-01-30Merge pull request #7713 from obsidiansystems/more-rapid-checkRobert Hensing
2023-01-30Make per-variant Arbitrary impls tooJohn Ericson
2023-01-29More property testsJohn Ericson
2023-01-29Allow unit test infra to be reused across libs' testsJohn Ericson
2023-01-27Document default `nix-path` valueNaïm Favier
2023-01-27getDefaultNixPath: actually respect `{restrict,pure}-eval`Naïm Favier
2023-01-23Merge pull request #7447 from aakropotkin/read-file-typeRobert Hensing
2023-01-23Merge pull request #7657 from obsidiansystems/fix-7655Robert Hensing
2023-01-22primop: add readFileType, optimize readDirAlex Ameen
2023-01-21Fix #7655John Ericson
2023-01-20Use complete '__toString' attribute nameGuillaume Maudoux
2023-01-19Always display addErrorContext messages in (expanded) tracesGuillaume Maudoux
2023-01-19Discuss re-entrant errors and designGuillaume Maudoux
2023-01-19Add tests for error traces, and fixesGuillaume Maudoux
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Restore support for channel: URLs in fetchTarballEelco Dolstra
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-11Improve `OutputsSpec` slightlyJohn Ericson
2023-01-11Merge pull request #7543 from obsidiansystems/typed-string-contextThéophane Hufschmitt
2023-01-10Merge pull request #7541 from hercules-ci/check-manual-linksRobert Hensing
2023-01-10doc/manual: Apply suggestions from code reviewRobert Hensing