Niko Matsakis
|
76d9a9671b
|
Fix test case harder (cc #9629)
|
2013-12-10 13:14:45 -05:00 |
|
Niko Matsakis
|
9f7baedc62
|
Address nits for PR for #9629
|
2013-12-09 12:45:13 -05:00 |
|
Niko Matsakis
|
22f14fb27f
|
Issue #9629 -- permit freezing &mut found within an & pointer
|
2013-12-03 17:26:51 -05:00 |
|
Guillaume Pinot
|
25bb1a406c
|
rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)
|
2013-12-02 08:58:07 +01:00 |
|
Niko Matsakis
|
09e12fa553
|
Test that reborrowing contents of an &'a mut &'b mut pointer can only
be done for at most lifetime `'a`
Fixes #8624
|
2013-11-28 06:43:39 -05:00 |
|
Patrick Walton
|
1c0aa78481
|
librustc: Change "Owned" to "Send" everywhere
|
2013-06-28 10:44:15 -04:00 |
|
Patrick Walton
|
1eec3bba13
|
librustc: Rename Const to Freeze
|
2013-06-28 10:44:15 -04:00 |
|
Niko Matsakis
|
f30b538929
|
Update documentation for moves
|
2013-05-28 20:22:15 -04:00 |
|
Niko Matsakis
|
bf1647c92a
|
Reconcile docs and code, adding examples and adding RESTR_CLAIM
|
2013-05-28 20:22:15 -04:00 |
|
Niko Matsakis
|
329f7a17e2
|
Update docs on the formal basis of the borrow checker.
|
2013-05-28 20:22:15 -04:00 |
|
Niko Matsakis
|
a896440ca1
|
new borrow checker (mass squash)
|
2013-04-30 06:59:32 -04:00 |
|