openethereum/ethcore/src/evm
Tomasz Drwięga 3f41186b2e Fixing some clippy warnings (#1728)
* Fixing warnings

* Fixing unnecessary ref

* Removing unnecessary operation
2016-07-26 20:31:25 +02:00
..
benches Calculating gas using usize (if supplied gaslimit fits in usize) (#1518) 2016-07-05 15:15:44 +02:00
interpreter Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
evm.rs Removing overflow_div since it's not used 2016-07-11 14:52:56 +02:00
ext.rs Have Ext::ret take self by value (#1187) 2016-06-02 19:04:15 +02:00
factory.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
instructions.rs Getting rid of get_info 2016-07-12 10:28:42 +02:00
jit.rs Fixing jit compilation 2016-06-23 14:46:33 +02:00
mod.rs Getting rid of get_info 2016-07-12 10:28:42 +02:00
schedule.rs Removed DAO soft fork traces (#1639) 2016-07-16 19:49:52 +02:00
tests.rs Calculating gas using usize (if supplied gaslimit fits in usize) (#1518) 2016-07-05 15:15:44 +02:00