index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
eval.cc
Age
Commit message (
Expand
)
Author
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-20
de-inheritance CmdEval for InstallableValueCommand
Qyriad
2024-05-08
nix3-eval: don't elide top-level errors
Qyriad
2024-03-10
Merge "Print derivation paths in `nix eval`" into main
jade
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-08
Print derivation paths in `nix eval`
Rebecca Turner
2024-03-09
Merge pull request #9753 from 9999years/print-value-on-type-error
eldritch horrors
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
2023-03-16
Move value-only methods to `InstallableValue`
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-02-20
Make `--read-only` a separate mixin
John Ericson
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
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-05
Consistent capitalisation
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-08-22
JSON: add missing newlines
Naïm Favier
2022-08-22
JSON: print paths as strings without copying them to the store
Naïm Favier
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
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-03-26
nix eval: Add option `read-only`
Erik Arvstedt
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-07
more fixes
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2021-10-25
toJSON: report error position for fancier output
Shay Bergmann
2021-01-27
Remove mkFlag()
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-21
Add 'nix eval' manpage
Eelco Dolstra
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-12-02
nix eval: Add option to write a directory
Eelco Dolstra
2020-10-09
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-25
stdout_ -> cout
John Ericson
2020-07-30
Merge remote-tracking branch 'origin/master' into fix-and-ci-static-builds
Matthew Bauer
2020-06-29
Rename logging->stdout to logging->stdout_
Matthew Bauer
2020-06-17
nix eval: Add --apply flag for post-processing the result
Eelco Dolstra
2020-05-05
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-04-16
Use Logger::stdout()
Eelco Dolstra
2020-04-16
Use Logger::stdout()
Eelco Dolstra
[next]