openethereum/util
Vurich 3d8dc11442 Upgrade `elastic-array` to 0.9.0
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.

This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
..
benches Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
bigint Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00
bloom Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
fetch updating dependencies (#5028) 2017-03-28 19:06:08 +02:00
io removed panic handlers (#5895) 2017-06-22 19:00:53 +02:00
network network: make it more explicit about StreamToken and TimerToken (#5939) 2017-06-27 18:24:18 +02:00
path splitting part of util into smaller crates (#4956) 2017-03-22 06:23:40 +01:00
reactor Updating JSON-RPC crates (#4934) 2017-03-22 07:02:14 +01:00
rlp Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
sha3 Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
src Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
stats use new histogram/corpus 2017-02-17 16:18:31 +01:00
table Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
using_queue Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
Cargo.toml Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
build.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00