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-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-17
libexpr: Introduce Deprecated features
piegames
2024-08-07
libexpr/parser: Test experimental features
piegames
2024-08-07
Merge "fix: warn and document when advanced attributes will have no impact du...
Maximilian Bosch
2024-08-03
fix: warn and document when advanced attributes will have no impact due to __...
Tom Bereknyei
2024-08-03
package: improve support for building without BDW-GC
Alois Wohlschlager
2024-07-20
libexpr: refactor gc-agnostic helpers into one place
Qyriad
2024-07-04
mildly cleanup libexpr/eval.hh
Qyriad
2024-06-19
Merge pull request #10570 from layus/shared_caches
Eelco Dolstra
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-05-16
primops: change to std::function, allowing the passing of user data
Yorick van Pelt
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
[next]