index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
/
fromTOML.cc
Age
Commit message (
Expand
)
Author
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2023-06-13
Document fromTOML, hasContext and getContext builtins
Michal Sojka
2023-06-11
Register all PrimOps via the Info structure
Michal Sojka
2023-06-09
Parse TOML timestamps (#8120)
Andrea Bedini
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
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
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-07
more fixes
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
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-12-28
Sort attrs from tables in fromTOML
Lily Foster
2021-12-23
Use int64_t and NixFloat in fromTOML types
Nicolas Mattia
2021-12-20
Clean up toml parsing code
Nicolas Mattia
2021-12-17
Use long in fromTOML
Nicolas Mattia
2021-12-17
Update primops/fromTOML.cc to use toml11
Nicolas Mattia
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-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-12
new pos format for more errors
Ben Burdette
2020-03-30
Remove global -I flags
Eelco Dolstra
2019-06-24
Fix abort in fromTOML
Eelco Dolstra
2018-07-11
Fix build on 32-bit systems and macOS
Eelco Dolstra
2018-07-11
Shup up a warning
Eelco Dolstra
2018-07-03
Include cpptoml for build simplicity
Eelco Dolstra
2018-07-03
Add a fromTOML primop
Eelco Dolstra