| Age | Commit message (Expand) | Author | Lines |
| 2018-02-08 | Swap `ptr::read` for `ptr::drop_in_place` | Jacob Kiesel | -1/+1 |
| 2018-02-07 | Apply optimization from #44355 to retain | Jacob Kiesel | -4/+9 |
| 2018-01-28 | Document that `Index` ops can panic on `HashMap` & `BTreeMap`. | Corey Farwell | -0/+5 |
| 2018-01-25 | Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddyb | bors | -1/+0 |
| 2018-01-24 | Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton | bors | -7/+7 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -1/+0 |
| 2018-01-21 | Rollup merge of #47632 - sdroege:exact-chunks-docs-broken-links, r=kennytm | Guillaume Gomez | -0/+8 |
| 2018-01-21 | Rollup merge of #47625 - astraw:btreeset-doctest-fix, r=kennytm | Guillaume Gomez | -12/+12 |
| 2018-01-21 | Rollup merge of #47595 - PieterPenninckx:master, r=shepmaster | Guillaume Gomez | -7/+8 |
| 2018-01-21 | Revert change to docs in panic section of VecDeque::split_off | Pieter Penninckx | -1/+1 |
| 2018-01-21 | Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex... | Sebastian Dröge | -0/+8 |
| 2018-01-20 | fix doctests for BTreeSet to use BTreeSet (not BTreeMap) | Andrew Straw | -12/+12 |
| 2018-01-20 | Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize... | bors | -1/+1 |
| 2018-01-20 | Assign its own tracking issue to Box::into_raw_non_null | Simon Sapin | -1/+4 |
| 2018-01-20 | Revert Box::into_raw_non_null to unstable | Simon Sapin | -1/+1 |
| 2018-01-20 | Rename Box::into_non_null_raw to Box::into_raw_non_null | Simon Sapin | -13/+13 |
| 2018-01-20 | Remove `Box::from_non_null_raw` | Simon Sapin | -35/+3 |
| 2018-01-20 | Rename Box::*_nonnull_raw to *_non_null_raw | Simon Sapin | -18/+18 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -9/+2 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -1/+1 |
| 2018-01-20 | Replace Box::{from,into}_unique with {from,into}_nonnull_raw | Simon Sapin | -31/+38 |
| 2018-01-20 | Replace Unique<T> with NonZero<T> in Alloc trait | Simon Sapin | -11/+11 |
| 2018-01-20 | Rename std::ptr::Shared to NonNull | Simon Sapin | -43/+43 |
| 2018-01-19 | Small improvements to the documentation of VecDeque. | Pieter Penninckx | -7/+8 |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -2/+134 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+57 |
| 2018-01-13 | Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit test | Sebastian Dröge | -2/+2 |
| 2018-01-13 | Mention in the exact_chunks docs that this can often be optimized better by t... | Sebastian Dröge | -0/+15 |
| 2018-01-13 | Fix doctests for slice::exact_chunks() for real | Sebastian Dröge | -2/+2 |
| 2018-01-13 | Fix assertions in examples of the exact_chunk() documentation | Sebastian Dröge | -2/+1 |
| 2018-01-13 | Add #![feature(exact_chunks)] to the documentation examples to fix the doc tests | Sebastian Dröge | -0/+4 |
| 2018-01-13 | Add slice::ExactChunks and ::ExactChunksMut iterators | Sebastian Dröge | -0/+57 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -0/+2 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -44/+108 |
| 2018-01-09 | Make core::ops::Place an unsafe trait | Taylor Cramer | -7/+7 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -0/+2 |
| 2018-01-05 | Write examples for {BTree,Hash}Set::{get,replace,take} | Stjepan Glavina | -0/+33 |
| 2018-01-03 | Remove `T: Ord` bound from `BTreeSet::{is_empty, len}` | Stjepan Glavina | -72/+68 |
| 2018-01-03 | Rollup merge of #47125 - daboross:patch-3, r=estebank | kennytm | -0/+8 |
| 2018-01-03 | Rollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytm | kennytm | -1/+1 |
| 2018-01-02 | Mention SliceConcatExt's stability in its docs | David Ross | -0/+8 |
| 2018-01-02 | Consistently use chunk_size as the field name for Chunks and ChunksMut | Sebastian Dröge | -6/+6 |
| 2018-01-01 | Fix panic condition docs for Vec::insert. | Corey Farwell | -1/+1 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -1/+1 |
| 2017-12-31 | Auto merge of #47004 - nvzqz:rc-conversions, r=bluss,kennytm | bors | -2/+4 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-28 | Auto merge of #47036 - QuietMisdreavus:i-like-big-chars, r=frewsxcv | bors | -2/+6 |
| 2017-12-27 | update char_indices example to highlight big chars | QuietMisdreavus | -2/+6 |