| Age | Commit message (Expand) | Author | Lines |
| 2019-01-09 | Update reference of rlibc crate to compiler-builtins crate | king6cong | -1/+1 |
| 2019-01-08 | Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor | bors | -0/+2 |
| 2019-01-09 | Misc cleanups | Shotaro Yamada | -8/+7 |
| 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 | Use correct tracking issue for c_variadic | Ryan Hunt | -11/+11 |
| 2019-01-07 | Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplett | Pietro Albini | -0/+16 |
| 2019-01-07 | Optimise floating point `is_finite` (2x) and `is_infinite` (1.6x). | Huon Wilson | -4/+24 |
| 2019-01-07 | Specify the tracking issue | Stjepan Glavina | -4/+4 |
| 2019-01-06 | Update cmp.rs | Corey Farwell | -1/+1 |
| 2019-01-06 | add missing derive to fix compile error | Corey Farwell | -0/+1 |
| 2019-01-06 | Add duration constants | Stjepan Glavina | -0/+16 |
| 2019-01-06 | Derive Clone for ArgumentV1 | Shotaro Yamada | -9/+1 |
| 2019-01-06 | Remove unnecessary adapter | Shotaro Yamada | -23/+2 |
| 2019-01-05 | Fix compile error | Corey Farwell | -1/+1 |
| 2019-01-05 | Cleanup PartialEq docs. | Corey Farwell | -47/+9 |
| 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-05 | Show suggestion to use .char().nth() and link to The Book on unimplemented In... | folex | -0/+30 |
| 2019-01-04 | stabilize convert::identity | Mazdak Farrokhzad | -4/+1 |
| 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 | modify remaining #[must_use[ messages | Matthias Krüger | -5/+5 |
| 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 | Update src/libcore/str/mod.rs, tweak must_use message
| Zack M. Davis | -1/+1 |