index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
libexpr
Age
Commit message (
Expand
)
Author
2024-08-22
Revert "libexpr: Replace regex engine with boost::regex"
jade
2024-08-22
libexpr: Replace regex engine with boost::regex
sugar
2024-08-17
libexpr: Deprecate URL literals
piegames
2024-08-17
libexpr: Introduce Deprecated features
piegames
2024-08-08
libexpr: Add experimental pipe operator
piegames
2024-08-07
libexpr/parser: Test experimental features
piegames
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-04
add an impl of Expr::show for ExprInheritFrom that doesn't crash
Qyriad
2024-06-17
libexpr: add expr memory management
eldritch horrors
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-05-07
remove the autoconf+Make buildsystem
Qyriad
2024-03-18
use byte indexed locations for PosIdx
eldritch horrors
2024-03-17
builtins.nixVersion: return fixed fake version
Jade Lovelace
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
libexpr: Support structured error classes
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 #9754 from 9999years/print-value-when-coercion-fails
eldritch horrors
2024-03-09
Merge pull request #9818 from Ma27/print-value-on-function-call-type-error
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
2024-03-04
Merge pull request #4093 from matthewbauer/eval-system
eldritch horrors
2024-03-04
Merge pull request #9395 from nbraud/buitlins
eldritch horrors
2024-03-04
Merge pull request #7348 from thufschmitt/dont-use-vlas
eldritch horrors
2023-12-01
Move tests to separate directories, and document
John Ericson