Edward Wang
|
e9ff91e9be
|
Move replace and swap to std::mem. Get rid of std::util
Also move Void to std::any, move drop to std::mem and reexport in
prelude.
|
2014-02-11 05:21:35 +08:00 |
|
Niko Matsakis
|
e9b9067560
|
Make &mut borrows restrict aliasing
Fixes #11913
|
2014-02-08 19:41:43 -05:00 |
|
Niko Matsakis
|
fc74d64f7d
|
More small test case fixes. grr. cc #9629.
|
2013-12-11 06:40:37 -05:00 |
|
Patrick Walton
|
5c3504799d
|
librustc: Remove &const and *const from the language.
They are still present as part of the borrow check.
|
2013-08-27 18:46:51 -07:00 |
|
Niko Matsakis
|
bf1647c92a
|
Reconcile docs and code, adding examples and adding RESTR_CLAIM
|
2013-05-28 20:22:15 -04:00 |
|