index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval.hh
Age
Commit message (
Expand
)
Author
2024-03-31
Merge pull request #9920 from 9999years/forbid-nested-debuggers
Théophane Hufschmitt
2024-03-09
Merge pull request #10066 from 9999years/print-all-frames
eldritch horrors
2024-03-09
`:quit` in the debugger should quit the whole program
eldritch horrors
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-09
Add comment
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
don't repeatedly look up ast internal symbols
eldritch horrors
2024-03-09
Unify and refactor value printing
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2024-03-04
Merge pull request #9681 from edolstra/eval-optimisations
eldritch horrors
2024-03-04
Merge pull request #9658 from pennae/env-diet
eldritch horrors
2024-03-04
Merge pull request #9617 from 9999years/stack-overflow-segfault
eldritch horrors
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2024-03-04
Merge pull request #7348 from thufschmitt/dont-use-vlas
eldritch horrors
2024-03-04
Merge pull request #8895 from hercules-ci/gc-before-stats
eldritch horrors
2024-01-21
Fix symlink handling
Eelco Dolstra
2023-08-18
Delete `EvalState::addToSearchPath`
John Ericson
2023-08-14
Rework evaluator `SingleDerivedPath` infra
John Ericson
2023-08-14
Rename `optOutputPath` to `optStaticOutputPath`
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-08-07
Merge pull request #8692 from obsidiansystems/add-another-xp-check
Théophane Hufschmitt
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-07-20
revert anchor prefix for builtin constants
Valentin Gagarin
2023-07-13
Feature gate `DownstreamPlaceholder::unknownCaOutput`
John Ericson
2023-07-09
Clean up `SearchPath`
John Ericson
2023-07-09
Clean up `resolveSearchPathElem`
John Ericson
2023-06-27
Automatically document builtin constants
John Ericson
2023-06-27
Generialize `showType`
John Ericson
2023-06-23
Use a struct not `std::pair` for `SearchPathElem`
John Ericson
2023-06-18
src/libexpr/eval.hh: add link for allowed-uris option
Adam Joseph
2023-06-14
src/libexpr/eval.hh: fix typo
Adam Joseph
2023-05-31
Merge pull request #8318 from fricklerhandwerk/doc-currentTime
Valentin Gagarin
2023-05-17
Upgrade `downstreamPlaceholder` to a type with methods
John Ericson
2023-05-17
add cross-references to pure evaluation mode
Valentin Gagarin
2023-05-15
Create `EvalState::coerceToDerivedPath`
John Ericson
2023-05-15
Expose `mkOutputString` as method of `EvalState`
John Ericson
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into source-path
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-06
Origin: Use SourcePath
Eelco Dolstra
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-02-27
Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`"
Eelco Dolstra
2023-02-27
Revert "Document default `nix-path` value"
Eelco Dolstra
2023-01-27
Document default `nix-path` value
Naïm Favier
2023-01-27
getDefaultNixPath: actually respect `{restrict,pure}-eval`
Naïm Favier
2023-01-19
Discuss re-entrant errors and design
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
[next]