index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
value-to-json.cc
Age
Commit message (
Expand
)
Author
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2023-07-31
toJSON: Add attribute path to trace
Robert Hensing
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2022-12-20
EvalState::copyPathToStore(): Return a StorePath
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-08-22
JSON: print paths as strings without copying them to the store
Naïm Favier
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-06
trying debugThrow
Ben Burdette
2022-04-28
Merge branch 'master' into debug-merge-master
Ben Burdette
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-04-08
move throw to preverve Error type; turn off debugger for tryEval
Ben Burdette
2022-03-30
libexpr: Throw the correct error in toJSON
Daniel Pauls
2022-03-14
more debug_throw coverage of EvalErrors
Ben Burdette
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-10-27
toJSON: improve pos accuracy, add trace
Shay Bergmann
2021-10-26
toJSON: pass pos in case of a list as well
Shay Bergmann
2021-10-25
toJSON: report error position for fancier output
Shay Bergmann
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-10-27
builtins.toJSON: fix __toString usage
Robin Gloster
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-23
Optimize small lists
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-12-02
Make all ExternalValueBase functions const
Shea Levy
2014-12-02
Allow external code using libnixexpr to add types
Shea Levy
2014-09-30
Support control characters in JSON output
Eelco Dolstra
2013-11-19
Refactor JSON output
Eelco Dolstra
2013-11-19
Add a toJSON primop
Eelco Dolstra