| Age | Commit message (Expand) | Author | Lines |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -46/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -7/+17 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -7/+17 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -2/+2 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -0/+10 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -54/+87 |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -88/+1 |
| 2014-12-28 | libcore: Make it unsafe to create NonZero and impl Deref. | Luqman Aden | -3/+21 |
| 2014-12-28 | libcore: Add NonZero lang item and implement some methods. | Luqman Aden | -0/+70 |
| 2014-12-26 | Rename `UniquePtr` to `Unique` | Flavio Percoco | -12/+12 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -2/+2 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -12/+12 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -0/+33 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -1/+2 |
| 2014-12-21 | rollup merge of #19651: Gankro/ptr-docs | Alex Crichton | -26/+74 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -1/+2 |
| 2014-12-18 | clean up ptr docs | Alexis Beingessner | -26/+74 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -7/+7 |
| 2014-12-12 | Add Ord impl to raw pointers | Mike Pedersen | -11/+25 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+5 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -0/+4 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -64/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -1/+5 |
| 2014-08-31 | Rename `RawPtr::to_option()` to `RawPtr::as_ref()` | Andrew Poelstra | -8/+38 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -3/+0 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+4 |
| 2014-07-09 | libcore: Reexport a couple of widely-used low-level intrinsics to reduce | Patrick Walton | -80/+4 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -1/+41 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -267/+2 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -12/+8 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -42/+46 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+4 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -19/+26 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -30/+60 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -8/+8 |
| 2014-05-24 | auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler | bors | -3/+3 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -3/+3 |
| 2014-05-23 | auto merge of #14359 : brson/rust/minordoc, r=alexcrichton | bors | -11/+6 |
| 2014-05-23 | Minor library doc copyediting | Brian Anderson | -11/+6 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+3 |
| 2014-05-18 | Removed unnecessary transmute | Adolfo OchagavĂa | -2/+2 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -7/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -20/+18 |
| 2014-05-07 | std: Small doc tweaks | Brian Anderson | -0/+2 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -3/+3 |