| Age | Commit message (Expand) | Author | Lines |
| 2019-02-21 | Enable feature duration_constants in examples | Stjepan Glavina | -0/+4 |
| 2019-02-20 | Add examples for duration constants | Stjepan Glavina | -0/+32 |
| 2019-02-20 | Turn duration consts into associated consts | Stjepan Glavina | -16/+16 |
| 2019-01-12 | Rollup merge of #57499 - steveklabnik:gh47757, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+6 |
| 2019-01-12 | Rollup merge of #57433 - ecstatic-morse:issue-56610-bad-link, r=dtolnay | Mazdak Farrokhzad | -0/+1 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -43/+78 |
| 2019-01-10 | note that FromStr does not work for borrowed types | Steve Klabnik | -2/+6 |
| 2019-01-09 | Auto merge of #57419 - cramertj:pin-set, r=withouboats | bors | -2/+2 |
| 2019-01-08 | Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor | bors | -0/+2 |
| 2019-01-08 | Update stdsimd submodule | Guillaume Gomez | -0/+2 |
| 2019-01-07 | Add link destination for `read-ownership` | Dylan MacKenzie | -0/+1 |
| 2019-01-07 | Reborrow Pin<P> using &mut in `Pin::set` | Taylor Cramer | -2/+2 |
| 2019-01-07 | Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplett | Pietro Albini | -0/+16 |
| 2019-01-07 | Specify the tracking issue | Stjepan Glavina | -4/+4 |
| 2019-01-06 | Add duration constants | Stjepan Glavina | -0/+16 |
| 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 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -26/+41 |
| 2018-12-31 | Fix inconsistent Clone documentation. | ian | -9/+20 |
| 2018-12-31 | now that some intrisics are safe, use that fact. | Mazdak Farrokhzad | -0/+24 |
| 2018-12-31 | stabilize const_int_sign | Mazdak Farrokhzad | -3/+0 |
| 2018-12-31 | stabilize const_int_rotate | Mazdak Farrokhzad | -5/+5 |
| 2018-12-31 | stabilize const_int_wrapping. | Mazdak Farrokhzad | -11/+10 |
| 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 |