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
2022-03-07
more fixes
Guillaume Maudoux
2022-03-05
DRY addPrimOp
Guillaume Maudoux
2022-03-04
Use 'errorCtx' name everywhere
Guillaume Maudoux
2022-03-04
fixup! s/forceValue/forceFunction/ where applicable
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-03-03
Add some context to coercion error strings
Guillaume Maudoux
2022-03-03
Be more aggressive in hiding repeated values
Eelco Dolstra
2022-03-03
printValue(): Don't show repeated values
Eelco Dolstra
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-03-01
fetch{url,Tarball}: Remove 'narHash' attribute
Eelco Dolstra
2022-02-28
Add EvalState::allowAndSetStorePathString helper
Robert Hensing
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-02-02
Merge branch 'parser-improvements' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
2022-01-22
allocate a GC root value for the Value cache pointer
pennae
2022-01-21
determinePos: remove from critical path
Kevin Amado
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-19
defer formals duplicate check for incresed efficiency all round
pennae
2022-01-13
cache more often-used symbols for primops
pennae
2022-01-12
optimize ExprConcatStrings::eval
pennae
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Remove non-method mkPath()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-20
bulk-allocate Value instances in the evaluator
pennae
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
2021-11-25
Merge pull request #5648 from edolstra/list-iter
Eelco Dolstra
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-25
Fix the error when accessing a forbidden path in pure eval
regnat
2021-11-20
add real path to allowedPaths
Tom Bereknyei
2021-11-16
Call functors with both arguments at once
Eelco Dolstra
2021-11-16
Don't hang when calling an attrset
Eelco Dolstra
2021-11-04
Remove maxPrimOpArity
Eelco Dolstra
2021-11-04
Fix derivation primop
Eelco Dolstra
2021-11-04
Add level / displacement types
Eelco Dolstra
2021-11-04
Optimize primop calls
Eelco Dolstra
2021-11-04
StaticEnv: Use std::vector instead of std::map
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-07
Make builtins.{path,filterSource} work with chroot stores
Eelco Dolstra
2021-10-07
Allow access to path copied to the store
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
[next]