aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.cc
AgeCommit message (Expand)Author
2022-03-31commentsBen Burdette
2022-03-31show 'with' bindings as well as staticBen Burdette
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-29remove const_castBen Burdette
2022-03-25add DebugTrace for errorBen Burdette
2022-03-25Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...Eelco Dolstra
2022-03-22Don't hide repeated values while generating manifest.nixEelco Dolstra
2022-03-22printValue(): <REPEAT> -> «repeated»Eelco Dolstra
2022-03-18Decode string context straight to using `StorePath`sJohn Ericson
2022-03-14have only one debuggerHook declarationBen Burdette
2022-03-11Create some type aliases for string ContextsJohn Ericson
2022-03-11Merge remote-tracking branch 'origin/eval-suggestions'Eelco Dolstra
2022-03-11Merge pull request #5865 from pennae/memory-friendlinessEelco Dolstra
2022-03-08force-inline a few much-used functionspennae
2022-03-08cache singleton Envs just like Valuespennae
2022-03-08remove GC_PTR_STORE_AND_DIRTYpennae
2022-03-08Also display some suggestions for invalid formal argumentsregnat
2022-03-08Try and make the darwin build happyregnat
2022-03-08Add some suggestions to the evaluatorregnat
2022-03-07dupStringWithLen -> makeImmutableStringRobert Hensing
2022-03-07Value::mkPath: Avoid potential crash from null string_viewRobert Hensing
2022-03-07Value::mkString: Avoid crash from null string_viewRobert Hensing
2022-03-03Be more aggressive in hiding repeated valuesEelco Dolstra
2022-03-03printValue(): Don't show repeated valuesEelco Dolstra
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-03-01fetch{url,Tarball}: Remove 'narHash' attributeEelco Dolstra
2022-02-28Add EvalState::allowAndSetStorePathString helperRobert Hensing
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-15Expr refs instead of pointersBen Burdette
2022-02-15quit repl from step modeBen Burdette
2022-02-11for primops, enter the debugger at the last DebugTrace in the stackBen Burdette
2022-02-10update the eval-inline throw fnsBen Burdette
2022-02-10remove fakeEnv stuff and instead use last context from the stackBen Burdette
2022-02-04a few merge fixesBen Burdette
2022-02-04Merge branch 'master' into debug-stepBen Burdette
2022-02-04Make most calls to determinePos() lazyEelco Dolstra
2022-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-02-03break() primop; step and go debug commandsBen Burdette
2022-02-02Merge branch 'parser-improvements' of https://github.com/pennae/nixEelco Dolstra
2022-01-27optionally return string_view from coerceToStringpennae
2022-01-27return string_views from forceString*pennae
2022-01-22allocate a GC root value for the Value cache pointerpennae
2022-01-21determinePos: remove from critical pathKevin Amado
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-19defer formals duplicate check for incresed efficiency all roundpennae
2022-01-13cache more often-used symbols for primopspennae
2022-01-12optimize ExprConcatStrings::evalpennae
2022-01-08optinoal error; compilesBen Burdette
2022-01-07add env to DebugTraceBen Burdette