| Age | Commit message (Expand) | Author | Lines |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+1 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -2/+0 |
| 2015-10-31 | Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichton | bors | -0/+4 |
| 2015-10-30 | Implement `CoerceUnsized` for `Unique` | Andrew Paseltiner | -0/+4 |
| 2015-10-30 | expose drop_in_place as ptr::drop_in_place | Alexis Beingessner | -0/+2 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -1/+1 |
| 2015-10-21 | Auto merge of #29192 - phil-opp:unsafe-const-fns, r=alexcrichton | bors | -4/+20 |
| 2015-10-20 | Make Unique::new const function | Philipp Oppermann | -4/+20 |
| 2015-10-20 | Point core::ptr::Shared to tracking issue #27730. | Huon Wilson | -9/+9 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -2/+67 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -2/+2 |
| 2015-10-11 | core: Update the safety docs for core::ptr::write | Ulrik Sverdrup | -3/+5 |
| 2015-09-21 | Make function pointers implement traits for up to 12 parameters | Manish Goregaokar | -0/+7 |
| 2015-09-13 | Implement more traits for function pointers | Vadim Petrochenkov | -27/+71 |
| 2015-09-04 | Rollup merge of #28188 - Manishearth:elide-core, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -1/+1 |
| 2015-09-03 | Make `null()` and `null_mut()` const functions | Vadim Petrochenkov | -4/+4 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -9/+14 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -21/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -7/+6 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -1/+1 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+3 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -74/+1 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -1/+1 |
| 2015-06-26 | Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc... | Ms2ger | -6/+4 |
| 2015-06-19 | add note for future type-system adventurers | Alexis Beingessner | -0/+5 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -13/+13 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -4/+4 |
| 2015-04-29 | rollup merge of #24610: nagisa/offset-docs | Alex Crichton | -3/+4 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -17/+0 |
| 2015-04-28 | Clarify offset rules a bit | Simonas Kazlauskas | -3/+4 |
| 2015-04-15 | Rollup merge of #24435 - killercup:patch-9, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-04-14 | Remove Incorrect Link from std::ptr::null Docs | Pascal Hertleif | -3/+3 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -3/+3 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -0/+1 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+8 |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -0/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -15/+0 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -5/+21 |
| 2015-03-26 | Added instability markers to `POST_DROP_*` consts, and related opt-in's. | Felix S. Klock II | -1/+1 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -0/+15 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23644: mbrubeck/doc-edit | Alex Crichton | -6/+3 |
| 2015-03-23 | Update docs for ptr module. | Matt Brubeck | -6/+3 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -17/+3 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+2 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -17/+3 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -138/+5 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+118 |