index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval.cc
Age
Commit message (
Expand
)
Author
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-23
Factor out the generation of the profile/channel directory
Théophane Hufschmitt
2023-03-08
Revert "Disable GC during coroutine execution + test"
Théophane Hufschmitt
2023-03-08
Merge pull request #7725 from yorickvP/check-coro-gc
Théophane Hufschmitt
2023-03-03
Add talkative msg for coro gc debug
Yorick van Pelt
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-01
Always disable GC in a coroutine unless the patch is applied
Yorick van Pelt
2023-03-01
DisableGC: replace by CoroutineContext, std::shared_ptr<void>
Yorick van Pelt
2023-03-01
Disable GC inside coroutines on mac OS
Yorick van Pelt
2023-02-27
Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`"
Eelco Dolstra
2023-02-10
A setting to follow XDG Base Directory standard
Alexander Bantyev
2023-01-27
getDefaultNixPath: actually respect `{restrict,pure}-eval`
Naïm Favier
2023-01-20
Use complete '__toString' attribute name
Guillaume Maudoux
2023-01-19
Add tests for error traces, and fixes
Guillaume Maudoux
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-10
Parse string context elements properly
John Ericson
2023-01-10
Merge remote-tracking branch 'origin/master' into fix-7417
Eelco Dolstra
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2023-01-02
Merge pull request #7351 from NaN-git/fix-mkString
Théophane Hufschmitt
2022-12-24
remove function makeImmutableStringWithLen
Philipp Otterbein
2022-12-20
EvalState::copyPathToStore(): Return a StorePath
Eelco Dolstra
2022-12-20
Merge pull request #7451 from edolstra/abstract-pos
Eelco Dolstra
2022-12-13
Fix compilation
Eelco Dolstra
2022-12-13
Improve cast safety
Eelco Dolstra
2022-12-13
Merge pull request #6741 from Mindavi/nix-no-gc
Théophane Hufschmitt
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-12
support building with --enable-gc=no
Rick van Schijndel
2022-12-12
Fix stack context notes to not rely on order
John Ericson
2022-12-12
Support flake references in the old CLI
Eelco Dolstra
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-12-12
Update URL
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-02
Change "while evaluating <fun>" to "while *calling*" in trace
John Ericson
2022-11-28
Merge pull request #7313 from yorickvP/nlohmann-everywhere
Eelco Dolstra
2022-11-25
Don't use GC_STRNDUP
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-04
Fix printing of eval errors with two format placeholders
Naïm Favier
2022-10-25
Rework error throwing, and test it
Guillaume Maudoux
2022-10-23
Try to please clang with convoluted templates
Guillaume Maudoux
2022-10-22
Introduce an Error builder to tackle complexity
Guillaume Maudoux
2022-10-20
Rollback unneeded throwFrameErrorWithTrace function
Guillaume Maudoux
2022-10-20
Fix context message being printed twice with forceStringNoCtx
Guillaume Maudoux
2022-10-17
Initial frames support
Guillaume Maudoux
2022-09-11
fix remaining fixtures
Guillaume Maudoux
2022-09-11
Cleanup error strings rebase
Guillaume Maudoux
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-08-03
Fix NIX_COUNT_CALLS=1
Eelco Dolstra
2022-07-11
move ignore-try to EvalSettings
Ben Burdette
2022-07-11
'tryEval' not 'try clause'
Ben Burdette
[next]