index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
print.cc
Age
Commit message (
Expand
)
Author
2024-07-18
libexpr/print: do not show elided nested items when there are none
Alois Wohlschlager
2024-07-18
libexpr/print: never show empty attrsets or derivations as «repeated»
Alois Wohlschlager
2024-07-18
libexpr/print: pretty-print idempotently
Alois Wohlschlager
2024-07-04
add an ExprPrinter class, like ValuePrinter
Qyriad
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-29
util.{hh,cc}: Split out terminal.{hh,cc}
Tom Hubrecht
2024-04-09
Print top-level errors normally in `nix repl`
Rebecca Turner
2024-04-03
Add `EscapeStringOptions` and `escapeString` tests
Rebecca Turner
2024-03-29
Move `escapeString` to its own file
Rebecca Turner
2024-03-29
Merge "Remove `HintFmt::operator%`" into main
wiggles dog
2024-03-27
HOT SALE: 15% off your build times!
Jade Lovelace
2024-03-26
Remove `HintFmt::operator%`
Rebecca Turner
2024-03-14
libexpr: fix elided value counting in printer
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Extract `printSpace` helper
eldritch horrors
2024-03-09
`prettyPrint` -> `shouldPrettyPrint`
eldritch horrors
2024-03-09
Add assertion for decreasing the indent
eldritch horrors
2024-03-09
Pretty-print values in the REPL
eldritch horrors
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-09
Merge pull request #9928 from 9999years/error-messages-in-nix-repl
eldritch horrors
2024-03-09
Merge pull request #9929 from 9999years/dont-print-values-in-magenta
eldritch horrors
2024-03-09
Merge pull request #9927 from 9999years/catch-error-in-value-printer
eldritch horrors
2024-03-09
Merge pull request #9926 from 9999years/fix-cycle-detection-in-nix-repl
eldritch horrors
2024-03-09
Merge pull request #9754 from 9999years/print-value-when-coercion-fails
eldritch horrors
2024-03-09
Merge pull request #9753 from 9999years/print-value-on-type-error
eldritch horrors
2024-03-09
Unify and refactor value printing
eldritch horrors
2023-05-09
libexpr: quote reserved keys when printing
Alex Ameen
2023-04-16
libexpr: Move identifier-like printing to print.cc
Robert Hensing
2023-04-16
libexpr/value/print.* -> libexpr/print.*
Robert Hensing