index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
Age
Commit message (
Expand
)
Author
2022-03-11
Merge pull request #5865 from pennae/memory-friendliness
Eelco Dolstra
2022-03-09
make Finally more local
pennae
2022-03-08
make Pos smaller
pennae
2022-03-07
Merge branch 'cli-suggestions' of https://github.com/thufschmitt/nix
Eelco Dolstra
2022-03-07
Merge `or-suggestions.hh` into `suggestions.hh`
regnat
2022-03-07
Implement `operator<<` for Suggestions
regnat
2022-03-07
Move OrSuggestions to its own header
regnat
2022-03-07
Also display suggestions for the commands using the eval cache
regnat
2022-03-07
Add some tests for the suggestions
regnat
2022-03-07
Implement a suggestions mechanism
regnat
2022-03-07
Merge pull request #6029 from Ma27/nix-log-ssh-ng
Théophane Hufschmitt
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-03-03
Fix segfault in headerCallback()
Eelco Dolstra
2022-03-01
filterANSIEscapes: Ignore BEL character
Anders Kaseorg
2022-02-28
logging.hh: json.hpp -> json_fwd.hpp
Maximilian Bosch
2022-02-28
libstore/derivation-goal: avoid double-parsing of JSON messages
Maximilian Bosch
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-25
xml-writer: Remove std aliases
Eelco Dolstra
2022-02-21
Remove std::string alias
Eelco Dolstra
2022-02-21
Remove std::vector alias
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-21
Remove std::list alias
Eelco Dolstra
2022-02-21
Merge pull request #6052 from hercules-ci/issue-3294-fix-interruptCallback-de...
Eelco Dolstra
2022-02-21
triggerInterrupt: Refactor to use break
Robert Hensing
2022-02-07
Make sure no exceptions leave ignoreException()
Sergei Trofimovich
2022-02-06
Don't hold interruptCallbacks lock during interrupt handling
Robert Hensing
2022-02-02
Merge branch 'more-stringviews' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-29
canonPath: fix missing slash when resolving links
Will Dietz
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-25
Remove unused Rust stuff
Eelco Dolstra
2022-01-24
hiliteMatches(): Style fixes, pass more stuff by reference
Eelco Dolstra
2022-01-24
Add a small documentation for `hiliteMatches`
regnat
2022-01-21
Add some tests for hiliteMatches in libutil
Fishhh
2022-01-21
Move hilite_all into libutil and rename it to hiliteMatches
Fishhh
2022-01-18
Merge pull request #5906 from pennae/primops-optimization
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-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-13
avoid copies of parser input data
pennae
2022-01-13
use more string_view in utils
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-11
Merge pull request #5898 from layus/repair-path-links
Eelco Dolstra
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2022-01-07
dump(): Use emplace()
Eelco Dolstra
2022-01-07
isInDir() / isDirOrInDir(): Use std::string_view
Eelco Dolstra
[next]