| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 | |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -12/+12 | |
| Also remove all instances of 'self within the codebase. This fixes #10889. | ||||
| 2013-09-18 | std::borrow: Use raw pointer comparison for `ref_eq` | blake2-ppc | -1/+15 | |
| Compare as `*T` in `ref_eq` instead of casting to uint, to match what std::ptr does. | ||||
| 2013-08-04 | std: implement Total{Ord,Eq} for pointers. | Huon Wilson | -0/+12 | |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -8/+8 | |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -0/+60 | |
| The ptr module is intended to be for raw pointers. Closes #3111 | ||||
