| Age | Commit message (Expand) | Author | Lines |
| 2018-02-07 | Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton | kennytm | -1/+65 |
| 2018-02-06 | Rollup merge of #48003 - mbrubeck:docs, r=steveklabnik | kennytm | -3/+3 |
| 2018-02-04 | Override try_[r]fold for RangeInclusive | Scott McMurray | -1/+65 |
| 2018-02-04 | Fix info about generic impls in AsMut docs | Matt Brubeck | -3/+3 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+28 |
| 2018-02-03 | Rollup merge of #47973 - perlun:patch-1, r=dtolnay | kennytm | -1/+1 |
| 2018-02-02 | copy_nonoverlapping example: Fixed typo | Per Lundberg | -1/+1 |
| 2018-02-02 | Rollup merge of #47919 - varkor:to_degrees-precision, r=rkruppe Use constant ... | kennytm | -1/+6 |
| 2018-02-02 | Rollup merge of #46156 - SimonSapin:patch-14, r=withoutboats | kennytm | -0/+1 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -0/+28 |
| 2018-02-01 | Use constant for 180/π in to_degrees | varkor | -1/+6 |
| 2018-02-01 | Rollup merge of #47552 - oberien:stepby-nth, r=dtolnay | kennytm | -0/+106 |
| 2018-01-31 | Rollup merge of #47840 - penpalperson:master, r=bluss | kennytm | -0/+3 |
| 2018-01-30 | Changed back inline markings. | penpalperson | -11/+0 |
| 2018-01-29 | Move time::Duration to libcore | Clar Charr | -0/+604 |
| 2018-01-28 | Added inline to fmt for debug implementations of primitives. | penpalperson | -0/+14 |
| 2018-01-28 | Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichton | bors | -12/+7 |
| 2018-01-28 | Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnay | bors | -2/+4 |
| 2018-01-26 | Use the slice length to hint the optimizer | arthurprs | -2/+4 |
| 2018-01-24 | Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton | bors | -1/+4 |
| 2018-01-24 | Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichton | bors | -50/+69 |
| 2018-01-20 | Rollup merge of #47193 - cramertj:result-opts, r=TimNN | Guillaume Gomez | -0/+58 |
| 2018-01-20 | Rename NonNull::empty to dangling. | Simon Sapin | -1/+2 |
| 2018-01-20 | Preserve formatting options in Debug for NonNull/Unique | Simon Sapin | -2/+2 |
| 2018-01-20 | Fix some doc-comment examples for earlier API refactor | Simon Sapin | -4/+4 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -16/+17 |
| 2018-01-20 | Remove a deprecated (renamed) and unstable method of NonNull | Simon Sapin | -7/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -18/+18 |
| 2018-01-20 | Replace Unique<T> with NonZero<T> in Alloc trait | Simon Sapin | -0/+7 |
| 2018-01-20 | Rename std::ptr::Shared to NonNull | Simon Sapin | -41/+46 |
| 2018-01-20 | Implement Debug for ptr::Shared and ptr::Unique. | Corey Farwell | -2/+14 |
| 2018-01-20 | Spacing | oberien | -1/+1 |
| 2018-01-19 | Optimize StepBy::nth overflow handling | oberien | -2/+6 |
| 2018-01-19 | Handle Overflow | oberien | -3/+72 |
| 2018-01-19 | Unit Tests | oberien | -0/+18 |
| 2018-01-19 | Fix off-by-ones | oberien | -3/+6 |
| 2018-01-18 | Specialize StepBy::nth | oberien | -0/+12 |
| 2018-01-18 | Rollup merge of #47497 - goffrie:patch-1, r=dtolnay | kennytm | -7/+4 |
| 2018-01-18 | Rollup merge of #47404 - integer32llc:reexport-to-re-export, r=steveklabnik | kennytm | -5/+5 |
| 2018-01-18 | Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnay | kennytm | -0/+56 |
| 2018-01-16 | Remove incorrect `Default::default` links, add a new one | Geoffry Song | -7/+4 |
| 2018-01-16 | Adjust wording of Placer trait safety requirements | Taylor Cramer | -2/+2 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -5/+5 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -8/+338 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -17/+3 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+105 |
| 2018-01-13 | Test the whole chunks instead of just an element in the chunks/chunks_mut tests | Sebastian Dröge | -8/+8 |
| 2018-01-13 | Implement TrustedRandomAccess for slice::{ExactChunks, ExactChunksMut} | Sebastian Dröge | -0/+18 |
| 2018-01-13 | Remove useless assertion | Sebastian Dröge | -2/+0 |
| 2018-01-13 | Apply review comments from @bluss | Sebastian Dröge | -44/+23 |