index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
/
context.cc
Age
Commit message (
Expand
)
Author
2022-03-22
Merge pull request #6237 from obsidiansystems/store-path-string-context
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
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-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-03-24
Flip dependency so store-api.hh includes derivations.hh
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-01-31
Add builtins.appendContext.
Shea Levy
2019-01-14
Add builtins.getContext.
Shea Levy