Erick Tryzelaar
7bcfe2ee10
std: Remove RefCell::get()
...
It's surprising that `RefCell::get()` is implicitly doing a clone
on a value. This patch removes it and replaces all users with
either `.borrow()` when we can autoderef, or `.borrow().clone()`
when we cannot.
2014-04-03 20:28:55 -07:00
..
2014-04-02 11:17:19 -04:00
2014-04-02 11:17:19 -04:00
2014-04-03 20:28:55 -07:00
2014-04-03 20:28:55 -07:00
2014-04-02 11:17:18 -04:00
2014-03-22 08:48:20 -07:00
2014-03-31 01:13:48 -04:00
2014-04-02 11:17:19 -04:00
2014-04-02 11:17:19 -04:00
2014-04-03 20:28:55 -07:00
2014-03-22 08:48:20 -07:00
2014-03-20 09:30:14 -07:00
2014-04-02 11:17:19 -04:00
2014-04-02 11:17:20 -04:00
2014-04-02 11:17:20 -04:00
2014-04-02 11:17:20 -04:00
2014-03-31 15:47:36 -07:00
2014-03-22 08:48:34 -07:00
2014-04-02 11:17:20 -04:00
2014-03-31 15:47:36 -07:00
2014-04-02 11:17:20 -04:00
2014-03-31 14:32:18 -07:00
2014-03-22 08:48:20 -07:00
2014-04-02 11:17:20 -04:00
2014-03-30 03:47:04 +02:00
2014-04-03 20:28:55 -07:00
2014-03-30 03:47:04 +02:00
2014-03-31 15:47:36 -07:00
2014-04-03 03:42:02 -07:00