Niko Matsakis 29003c799f Rename the poorly named Managed<T> type to Mut<T>.
The Mut<T> type is intended to allow freezable data stuctures to be stored in
`@mut` boxes. Currently this causes borrowck to be very conserivative since it
cannot prove that you are not modifying such a structure while iterating over
it, for example.  But if you do `@Mut<T>` instead of `@mut T`, you will
effectively convert borrowck's static checks into dynamic ones.  This lets
you use the e.g. send_map just like a Java Map or something else.
2012-09-10 16:50:07 -07:00
..
2012-09-04 11:23:53 -07:00
2012-09-04 11:23:53 -07:00
2012-09-04 11:23:53 -07:00
2012-09-04 11:33:23 -07:00
2012-09-04 11:23:53 -07:00
2012-09-04 11:23:53 -07:00
2012-09-09 15:00:29 -07:00
2012-09-04 11:23:53 -07:00
2012-09-04 11:30:01 -07:00
2012-09-01 13:08:20 -07:00
2012-09-04 11:23:53 -07:00
2012-09-04 11:23:53 -07:00
2012-09-04 11:23:53 -07:00