bors
eae2652710
auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw
...
`RefCell::get` can be a bit surprising, because it actually clones the wrapped value. This removes `RefCell::get` and replaces all the users with `RefCell::borrow()` when it can, and `RefCell::borrow().clone()` when it can't. It removes `RefCell::set` for consistency. This closes #13182 .
It also fixes an infinite loop in a test when debugging is on.
2014-04-04 08:41:50 -07:00
..
2014-04-02 15:56:31 -07:00
2014-04-01 11:11:51 -07:00
2014-04-02 15:56:31 -07:00
2014-04-02 15:56:31 -07:00
2014-04-02 15:56:31 -07:00
2014-03-31 15:17:12 -07:00
2014-04-03 18:41:45 -07:00
2014-04-03 19:53:43 -05:00
2014-03-31 19:50:51 -07:00
2014-04-02 15:56:31 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-04-03 20:28:59 -07:00
2014-03-28 17:12:21 -07:00
2014-03-29 02:56:40 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-04-04 06:07:02 -07:00
2014-03-31 15:17:12 -07:00
2014-03-27 10:14:50 -07:00
2014-04-03 16:17:48 -07:00
2014-03-28 17:12:21 -07:00
2014-04-03 20:28:59 -07:00
2014-04-01 11:11:51 -07:00
2014-03-28 10:34:02 +01:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-03-31 15:17:12 -07:00
2014-03-30 21:45:55 -07:00
2014-04-02 15:56:31 -07:00
2014-04-02 15:56:31 -07:00
2014-03-31 15:17:12 -07:00
2014-03-28 17:12:21 -07:00
2014-03-31 15:17:12 -07:00
2014-03-28 17:12:21 -07:00
2014-04-03 13:42:32 -07:00