aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/context.cc
AgeCommit message (Expand)Author
2021-01-21Improve error formattingEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-06-23use plain errPos instead of nixCode; fix testsBen Burdette
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-13formatting and a few minor changesBen Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2020-03-24Flip dependency so store-api.hh includes derivations.hhJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-01-31Add builtins.appendContext.Shea Levy
2019-01-14Add builtins.getContext.Shea Levy