aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/fromTOML.cc
AgeCommit message (Expand)Author
2024-03-27Stop vendoring toml11Winter
2024-03-09libexpr: Support structured error classeseldritch horrors
2023-06-13Document fromTOML, hasContext and getContext builtinsMichal Sojka
2023-06-11Register all PrimOps via the Info structureMichal Sojka
2023-06-09Parse TOML timestamps (#8120)Andrea Bedini
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-28fix errors case and wordingGuillaume Maudoux
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-03-18Revert extra colon at end os stringsGuillaume Maudoux
2022-03-07more fixesGuillaume Maudoux
2022-03-04Add error context for most basic coercionsGuillaume Maudoux
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-01-27return string_views from forceString*pennae
2022-01-04Remove non-method mk<X> functionsEelco Dolstra
2022-01-04Remove non-method mkString()Eelco Dolstra
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2021-12-28Sort attrs from tables in fromTOMLLily Foster
2021-12-23Use int64_t and NixFloat in fromTOML typesNicolas Mattia
2021-12-20Clean up toml parsing codeNicolas Mattia
2021-12-17Use long in fromTOMLNicolas Mattia
2021-12-17Update primops/fromTOML.cc to use toml11Nicolas Mattia
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-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-12new pos format for more errorsBen Burdette
2020-03-30Remove global -I flagsEelco Dolstra
2019-06-24Fix abort in fromTOMLEelco Dolstra
2018-07-11Fix build on 32-bit systems and macOSEelco Dolstra
2018-07-11Shup up a warningEelco Dolstra
2018-07-03Include cpptoml for build simplicityEelco Dolstra
2018-07-03Add a fromTOML primopEelco Dolstra