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
2024-05-22
release notes: add a bunch of them
Jade Lovelace
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-04
Merge pull request #9216 from obsidiansystems/addDrvOutputDependencies-pre
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-06-13
Document fromTOML, hasContext and getContext builtins
Michal Sojka
2023-06-11
Register all PrimOps via the Info structure
Michal Sojka
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-01-23
Merge pull request #7657 from obsidiansystems/fix-7655
Robert Hensing
2023-01-21
Fix #7655
John Ericson
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-10
Parse string context elements properly
John Ericson
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
fix errors case and wording
Guillaume Maudoux
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
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-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-07
more fixes
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-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