| Age | Commit message (Expand) | Author | Lines |
| 2017-11-08 | Auto merge of #45379 - cuviper:unit_from_iter, r=alexcrichton | bors | -0/+32 |
| 2017-11-07 | Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichton | bors | -6/+63 |
| 2017-11-07 | Auto merge of #45571 - zackmdavis:regenerate_char_private, r=alexcrichton | bors | -74/+83 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -0/+644 |
| 2017-11-05 | Auto merge of #45754 - scottmcm:checked-npot, r=dtolnay | bors | -1/+3 |
| 2017-11-04 | Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks] | Scott McMurray | -2/+3 |
| 2017-11-04 | Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushi | kennytm | -2/+2 |
| 2017-11-04 | Rollup merge of #45610 - strake:atomic_from, r=nagisa | kennytm | -0/+12 |
| 2017-11-03 | Fix #18604: next_power_of_two should panic on overflow | Scott McMurray | -0/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -10/+30 |
| 2017-11-03 | Fix lists in doc comments for ascii methods of u8 and char | Lukas Kalbertodt | -2/+4 |
| 2017-11-03 | Add missing space in match arm | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Tweak documentation for `u8::eq_ignore_ascii_case()` | Lukas Kalbertodt | -2/+1 |
| 2017-11-03 | Revert signature of eq_ignore_ascii_case() to original | Lukas Kalbertodt | -2/+2 |
| 2017-11-03 | Make ascii methods on u8 insta-stable | Lukas Kalbertodt | -48/+16 |
| 2017-11-03 | Add all methods of AsciiExt to u8 directly | Lukas Kalbertodt | -0/+655 |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+6 |
| 2017-11-02 | Fix typo | Lance John | -2/+2 |
| 2017-11-02 | Auto merge of #45306 - whitequark:ref_slice, r=alexcrichton | bors | -0/+16 |
| 2017-11-01 | De-stabilize core::slice::{from_ref, from_ref_mut}. | whitequark | -2/+2 |
| 2017-10-31 | Auto merge of #44764 - nvzqz:master, r=alexcrichton | bors | -0/+76 |
| 2017-10-31 | since = "1.23.0" | M Farkas-Dyck | -2/+2 |
| 2017-10-29 | Add link to stablized version of an intrinsic | Wesley Wiser | -0/+3 |
| 2017-10-29 | feature = "atomic_from" | M Farkas-Dyck | -2/+2 |
| 2017-10-29 | Fix references to zero_memory and copy_memory in ptr docs | Florian Hartwig | -9/+9 |
| 2017-10-29 | impl From<T> for AtomicT | M Farkas-Dyck | -0/+12 |
| 2017-10-26 | regenerate libcore/char_private.rs | Zack M. Davis | -74/+83 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -67/+49 |
| 2017-10-26 | Rollup merge of #45483 - mbrubeck:hash, r=alexcrichton | kennytm | -4/+32 |
| 2017-10-25 | Implement Hash for raw pointers to unsized types | Matt Brubeck | -4/+32 |
| 2017-10-25 | Rollup merge of #45461 - wesleywiser:intrinsics_docs, r=dtolnay | Guillaume Gomez | -0/+7 |
| 2017-10-23 | Bring back slice::ref_slice as slice::from_ref. | whitequark | -0/+16 |
| 2017-10-22 | Add link to stable version of `needs_drop` intrinsic | Wesley Wiser | -0/+3 |
| 2017-10-22 | Document the `size_of_val` instrinsic | Wesley Wiser | -0/+4 |
| 2017-10-22 | fix stringify docs | Alex Burka | -2/+2 |
| 2017-10-21 | Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr... | Corey Farwell | -9/+9 |
| 2017-10-21 | Auto merge of #45391 - malbarbo:x32-1, r=alexcrichton | bors | -8/+6 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -9/+9 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -8/+6 |
| 2017-10-20 | Auto merge of #45319 - michaelwoerister:use-128bit-siphash, r=nikomatsakis | bors | -0/+1 |
| 2017-10-18 | impl FromIterator<()> for () | Josh Stone | -0/+32 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -5/+0 |
| 2017-10-17 | Auto merge of #45179 - cuviper:result-intoiter-clone, r=BurntSushi | bors | -1/+1 |
| 2017-10-16 | rustc_data_structures: Add implementation of 128 bit SipHash. | Michael Woerister | -0/+1 |
| 2017-10-13 | Clarify how needs_drop is conservative | Alexis Beingessner | -3/+5 |
| 2017-10-12 | Auto merge of #45233 - kennytm:rollup, r=kennytm | bors | -12/+1 |
| 2017-10-13 | Rollup merge of #45005 - leodasvacas:inline-eq-slice-into-eq, r=jseyfried | kennytm | -12/+1 |
| 2017-10-12 | Auto merge of #45007 - undecidabot:optimize-iter, r=bluss | bors | -72/+114 |
| 2017-10-10 | Restore `T: Sized` on `ptr::is_null` | Josh Stone | -55/+15 |
| 2017-10-10 | core: derive Clone for result::IntoIter | Josh Stone | -1/+1 |