| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | Auto merge of #57354 - kennytm:rollup, r=kennytm | bors | -8/+9 |
| 2019-01-05 | Rollup merge of #57311 - dlrobertson:fix_valist_copy, r=KodrAus | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57273 - alexcrichton:update-stdsimd, r=nikomatsakis | kennytm | -0/+1 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -7/+7 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -0/+11 |
| 2019-01-03 | VaList::copy should not require a mutable ref | Dan Robertson | -1/+1 |
| 2019-01-02 | Update the stdsimd submodule | Alex Crichton | -0/+1 |
| 2019-01-01 | Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss | bors | -9/+20 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -7/+7 |
| 2018-12-31 | Fix inconsistent Clone documentation. | ian | -9/+20 |
| 2018-12-30 | Auto merge of #57204 - czipperz:ord_docs_must_agree, r=sfackler | bors | -3/+5 |
| 2018-12-29 | Specify criterion for PartialOrd | Czipperz | -2/+3 |
| 2018-12-29 | Make std::cmp::Ord documentation specify what it means to agree with PartialEq | Czipperz | -3/+4 |
| 2018-12-29 | Rollup merge of #57168 - kennytm:fix-unaligned-docs, r=rkruppe | kennytm | -2/+2 |
| 2018-12-29 | Rollup merge of #57149 - rust-lang:sgrif-patch-1, r=rkruppe | kennytm | -1/+1 |
| 2018-12-28 | Removed aligned ZST requirement from docs of read_/write_unaligned. | kennytm | -2/+2 |
| 2018-12-28 | Make the getter for NonZero types into a const fn | dylan_DPC | -1/+1 |
| 2018-12-27 | Fix typo in pin documentation | Sean Griffin | -1/+1 |
| 2018-12-27 | panic when calling MaybeUninhabited::into_inner on uninhabited type | Ralf Jung | -0/+11 |
| 2018-12-27 | Auto merge of #57133 - SimonSapin:zero, r=oli-obk | bors | -44/+21 |
| 2018-12-26 | Auto merge of #57124 - sunjay:stable_duration_as_u128, r=Centril | bors | -6/+3 |
| 2018-12-26 | Remove the private generic NonZero<T> wrapper type. | Simon Sapin | -44/+21 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -1/+212 |
| 2018-12-26 | Stabilize duration_as_u128 | Sunjay Varma | -6/+3 |
| 2018-12-26 | Add a tracking issue for Iterator::copied | Konrad Borowski | -7/+7 |
| 2018-12-26 | Add a tracking issue for Option::copied | Konrad Borowski | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1748/+1 |
| 2018-12-25 | Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN | bors | -0/+1 |
| 2018-12-24 | Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2018-12-23 | Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton | Mazdak Farrokhzad | -55/+47 |
| 2018-12-23 | Merge branch 'master' into copied | Konrad Borowski | -333/+600 |
| 2018-12-23 | Improve docs for collecting into `Option`s | Pascal Hertleif | -9/+31 |
| 2018-12-23 | Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearth | kennytm | -0/+39 |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr... | kennytm | -0/+6 |
| 2018-12-23 | Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnay | kennytm | -91/+113 |
| 2018-12-23 | Rollup merge of #56802 - clarcharr:nth_back, r=alexcrichton | kennytm | -6/+107 |
| 2018-12-21 | Fix Unpin docs link | Taylor Cramer | -1/+1 |
| 2018-12-21 | Rename Box/Arc/Rc::pinned to ::pin | Taylor Cramer | -1/+1 |
| 2018-12-21 | Pin stabilization: fix doctests | Taylor Cramer | -4/+1 |
| 2018-12-21 | Stabilize Pin | Taylor Cramer | -27/+27 |
| 2018-12-21 | Update Pin API to match the one proposed for stabilization | Taylor Cramer | -22/+17 |
| 2018-12-20 | fix nits | Nicole Mazzuca | -2/+4 |
| 2018-12-20 | Update src/libcore/num/mod.rs | David Tolnay | -1/+1 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -6/+107 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -1/+23 |
| 2018-12-19 | Rollup merge of #56907 - rumajo:master, r=kennytm,Centril | Pietro Albini | -1/+1 |
| 2018-12-19 | Rollup merge of #56881 - Amanieu:ordering_eq, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-12-19 | Fix tidy error | William Brown | -1/+2 |
| 2018-12-19 | Updates based on comment | William Brown | -8/+4 |
| 2018-12-19 | Extend documentation for mem uninit to discuss partial allocation of the values | William Brown | -0/+42 |