openethereum/util/src
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
..
journaldb Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
migration Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
trie Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
bloom.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00
bytes.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
cache.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
common.rs removed redundant (and unused) FromJson trait (#4871) 2017-03-13 11:42:27 +01:00
error.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
hashdb.rs add a bit clarification to HashDB's remove() interface 2017-06-18 09:02:44 +08:00
kvdb.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
lib.rs Updating paths to repos. (#5330) 2017-03-29 15:17:27 +02:00
memorydb.rs Merge pull request #5766 from guanqun/db-tests 2017-06-18 04:24:45 +02:00
misc.rs rlp serialization refactor (#4873) 2017-03-20 19:14:29 +01:00
nibbleslice.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
nibblevec.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
overlaydb.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
semantic_version.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
sha3.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00
snappy.rs Removed link directive (#4841) 2017-03-10 15:25:02 +01:00
standard.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
timer.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
triehash.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
vector.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00