| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2018-01-13 | Add slice::ExactChunks and ::ExactChunksMut iterators | Sebastian Dröge | -0/+230 |
| 2018-01-12 | Optimize slice.{r}position result bounds check | arthurprs | -0/+56 |
| 2018-01-13 | Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichton | kennytm | -1/+0 |
| 2018-01-11 | Enable num tests on wasm | Diggory Blake | -1/+0 |
| 2018-01-11 | Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichton | bors | -0/+75 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -5/+33 |
| 2018-01-09 | Add `min` and `last` specialisations for `Range` | varkor | -4/+25 |
| 2018-01-09 | Rollup merge of #47272 - GuillaumeGomez:missing-links, r=QuietMisdreavus | kennytm | -1/+4 |
| 2018-01-08 | Auto merge of #47208 - Manishearth:double-ended-searcher, r=pnkfelix | bors | -6/+48 |
| 2018-01-08 | Add missing links | Guillaume Gomez | -1/+4 |
| 2018-01-06 | Use `next` and `next_back` | varkor | -16/+8 |
| 2018-01-07 | Rollup merge of #46947 - tspiteri:checked-div-rem-none, r=frewsxcv | kennytm | -4/+4 |
| 2018-01-06 | Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichton | bors | -1/+0 |
| 2018-01-06 | Regression tests for #47175 | Manish Goregaokar | -0/+38 |
| 2018-01-06 | Make double ended string searchers use dependent fingers (fixes #47175) | Manish Goregaokar | -6/+10 |
| 2018-01-05 | Fix behaviour after iterator exhaustion | varkor | -5/+20 |
| 2018-01-05 | Auto merge of #47142 - sdroege:trusted-random-access-chunks, r=kennytm | bors | -0/+73 |
| 2018-01-05 | Rollup merge of #47182 - aheart:master, r=steveklabnik | kennytm | -0/+1 |
| 2018-01-05 | Rollup merge of #47030 - ollie27:stab, r=alexcrichton | kennytm | -10/+25 |
| 2018-01-04 | Bump to 1.25.0 | Alex Crichton | -1/+0 |
| 2018-01-04 | Remove min from RangeFrom | varkor | -12/+0 |
| 2018-01-04 | Make examples equivalent | aheart | -0/+1 |
| 2018-01-04 | Add tests for specialised Range iter methods | varkor | -0/+32 |
| 2018-01-04 | Remove RangeInclusive::sum | varkor | -18/+1 |
| 2018-01-04 | Fix potential overflow in TrustedRandomAccess impl for slice::{Chunks,ChunksMut} | Sebastian Dröge | -2/+8 |
| 2018-01-04 | Add max and sum specialisations for Range | varkor | -1/+25 |
| 2018-01-04 | Add min specialisation for RangeFrom and last for RangeInclusive | varkor | -0/+10 |
| 2018-01-04 | Add min and max specialisations for RangeInclusive | varkor | -0/+10 |
| 2018-01-03 | Fix compilation of TrustedRandomAccess impl for slice::Chunks | Sebastian Dröge | -2/+2 |