index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
log.cc
Age
Commit message (
Expand
)
Author
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
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
2022-12-20
Merge toDerivations() into toDerivedPaths()
Eelco Dolstra
2022-03-11
Factor out a `LogStore` interface
John Ericson
2021-09-30
`std::visit` by reference
John Ericson
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2020-12-21
Add 'nix log' manpage
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-23
Make `Buildable` a `std::variant`
John Ericson
2020-07-15
nix: Fix examples
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2018-01-12
nix log: use pager
Will Dietz
2017-09-07
nix log: Add examples
Eelco Dolstra
2017-09-06
nix build: Create result symlinks
Eelco Dolstra
2017-08-29
nix edit / log: Operate on a single Installable
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-14
Avoid a call to derivationFromPath()
Eelco Dolstra
2017-04-25
Move code around
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2017-03-15
Add a "nix log" command
Eelco Dolstra