index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-01-18
Add examples
Eelco Dolstra
2022-01-18
Add Installable::toDrvPaths()
Eelco Dolstra
2022-01-18
BinaryCacheStore: Implement addBuildLog()
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-18
Factor out --from / --to logic
Eelco Dolstra
2022-01-18
Doh
Eelco Dolstra
2022-01-18
Doh
Eelco Dolstra
2022-01-18
Merge pull request #5932 from edolstra/remove-shared-strings
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2022-01-18
Merge pull request #5720 from tomberek/flake_search
Théophane Hufschmitt
2022-01-18
Fix the rendering of the example directory tree
regnat
2022-01-17
StringSource: Use std::string_view
Eelco Dolstra
2022-01-17
serialise.hh: Use std::string_view
Eelco Dolstra
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-17
Update documentation for paths on command line
Alexander Bantyev
2022-01-17
Merge pull request #5914 from NixOS/5911-fix-nix-why-depends-pager
Eelco Dolstra
2022-01-14
Document searching upwards and fix documentation for installables
Alexander Bantyev
2022-01-14
Add more tests for flake upward searching
Alexander Bantyev
2022-01-14
Apply suggestions from code review
tomberek
2022-01-14
Start the pager early-enough in `nix why-depends`
regnat
2022-01-13
optimize unescapeStr
pennae
2022-01-13
avoid copies of parser input data
pennae
2022-01-13
avoid allocations in SymbolTable::create
pennae
2022-01-13
don't strdup tokens in the lexer
pennae
2022-01-12
Merge pull request #5887 from pennae/avoid-streams
Théophane Hufschmitt
2022-01-12
use boost::lexical_cast for string2*
pennae
2022-01-12
optimize ExprConcatStrings::eval
pennae
2022-01-11
Merge pull request #5883 from fzakaria/faridzakaria/check-meta
Théophane Hufschmitt
2022-01-11
Merge pull request #5898 from layus/repair-path-links
Eelco Dolstra
2022-01-11
Prefer RepairFlag over bool when applicable
Guillaume Maudoux
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2022-01-10
Merge branch 'readfile' of https://github.com/abbradar/nix
Eelco Dolstra
2022-01-10
'target' points to 'source'
Eelco Dolstra
2022-01-10
Merge branch 'recursive-nix-fix' of https://github.com/L-as/nix
Eelco Dolstra
2022-01-09
builtins.readFile: Propagate path context
Nikolay Amiantov
2022-01-07
dump(): Use emplace()
Eelco Dolstra
2022-01-07
isInDir() / isDirOrInDir(): Use std::string_view
Eelco Dolstra
2022-01-07
DerivationGoal::loadDerivation(): Don't use derivationFromPath()
Eelco Dolstra
2022-01-07
avoid ostream sentries per json string character
pennae
2022-01-06
Check for `--meta` before emitting it for `--json`
Farid Zakaria
2022-01-06
Merge branch 'install-nlohmann-json-headers' of https://github.com/hercules-c...
Eelco Dolstra
2022-01-06
Merge pull request #5878 from fzakaria/faridzakaria/json-outputs
Eelco Dolstra
2022-01-06
Merge pull request #5546 from NixOS/allow-paths-in-flake-local-options
Eelco Dolstra
2022-01-06
Add outputs to JSON query
Farid Zakaria
2022-01-06
Merge pull request #5749 from GavinRay97/patch-1
Domen Kožar
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Turn mkString(Symbol) into a method
Eelco Dolstra
2022-01-04
Remove non-method mkPath()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
[next]