lix/src
Eelco Dolstra 759947bf72 StorePath: Rewrite in C++
On nix-env -qa -f '<nixpkgs>', this reduces maximum RSS by 20970 KiB
and runtime by 0.8%. This is mostly because we're not parsing the hash
part as a hash anymore (just validating that it consists of base-32
characters).

Also, replace storePathToHash() by StorePath::hashPart().
2020-06-16 14:28:41 +02:00
..
build-remote Remove trailing whitespace 2020-06-15 14:12:39 +02:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
libfetchers StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
libmain Include only the base name of the program in error messages 2020-06-15 19:35:31 +02:00
libstore StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
libutil StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
nix StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00
nix-build Get rid of explicit ErrorInfo constructors 2020-06-15 14:06:58 +02:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-copy-closure Remove global -I flags 2020-03-30 15:30:19 +02:00
nix-daemon Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-env Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge remote-tracking branch 'upstream/master' into errors-phase-2 2020-06-11 14:06:35 -06:00
nix-store Remove trailing whitespace 2020-06-15 14:12:39 +02:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00