Erik Price
|
5731ca3078
|
Make 'self lifetime illegal.
Also remove all instances of 'self within the codebase.
This fixes #10889.
|
2013-12-11 10:54:06 -08:00 |
|
blake2-ppc
|
7024a9d529
|
std::borrow: Use raw pointer comparison for ref_eq
Compare as `*T` in `ref_eq` instead of casting to uint, to match what
std::ptr does.
|
2013-09-18 06:05:06 +02:00 |
|
Huon Wilson
|
88620c25f5
|
std: implement Total{Ord,Eq} for pointers.
|
2013-08-04 19:46:52 +10:00 |
|
Graydon Hoare
|
d904c72af8
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
Daniel Micay
|
454133127a
|
ptr: split out borrowed pointer utilities
The ptr module is intended to be for raw pointers.
Closes #3111
|
2013-06-02 19:24:33 -04:00 |
|