| Age | Commit message (Expand) | Author | Lines |
| 2017-12-18 | Add simple test for pattern API | Manish Goregaokar | -0/+78 |
| 2017-12-18 | Add memchr search support for multibyte characters | Manish Goregaokar | -48/+102 |
| 2017-12-17 | Display binary notation for numeric swap_bytes methods. | Corey Farwell | -6/+12 |
| 2017-12-16 | Fill in reverse searcher impl for char | Manish Goregaokar | -6/+50 |
| 2017-12-16 | Move PhantomData<T> from Shared<T> to users of both Shared and #[may_dangle] | Simon Sapin | -23/+12 |
| 2017-12-15 | Rollup merge of #46737 - tshepang:better, r=steveklabnik | Steve Klabnik | -10/+7 |
| 2017-12-15 | Rollup merge of #46601 - matthewjasper:method-link-change, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2017-12-15 | doc: a better example | Tshepang Lekhonkhobe | -10/+7 |
| 2017-12-13 | Fill in forward searcher impl for char | Manish Goregaokar | -13/+65 |
| 2017-12-13 | Move CharSearcher to its own section in the file | Manish Goregaokar | -83/+84 |
| 2017-12-13 | Split out char searcher from MultiCharSearcher | Manish Goregaokar | -29/+58 |
| 2017-12-13 | Remove the unused ascii_only field in CharEqSearcher | Manish Goregaokar | -16/+0 |
| 2017-12-13 | Support 16 bit platforms | Manish Goregaokar | -0/+6 |
| 2017-12-13 | Use memchr in [u8]::contains | Manish Goregaokar | -1/+17 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -0/+229 |
| 2017-12-12 | Auto merge of #46647 - varkor:contrib-1, r=sfackler | bors | -0/+8 |
| 2017-12-12 | Auto merge of #46250 - canndrew:rename-never-type-impl-gate, r=petrochenkov | bors | -6/+6 |
| 2017-12-12 | Rename never_type_impls gate to never_type | Andrew Cann | -6/+6 |
| 2017-12-12 | Auto merge of #46411 - rillian:str_ascii, r=kennytm | bors | -6/+6 |
| 2017-12-10 | Add `std::fmt::Pointer` implementation for `AtomicPtr` | varkor | -0/+8 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -5/+4 |
| 2017-12-09 | Use a better link for method resolution in Deref docs | matthewjasper | -4/+4 |
| 2017-12-07 | Rollup merge of #46548 - jonathanstrong:master, r=dtolnay | Guillaume Gomez | -0/+27 |
| 2017-12-07 | Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-12-07 | adds links to methods, removes trailing whitespace | Jonathan Strong | -9/+16 |
| 2017-12-06 | Adds language to the documentation for `Option` and `Result` suggesting | Jonathan Strong | -0/+20 |
| 2017-12-06 | Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakis | bors | -8/+16 |
| 2017-12-06 | Rollup merge of #46512 - Havvy:doc-compile_fail, r=kennytm | Corey Farwell | -2/+2 |
| 2017-12-06 | Rollup merge of #46483 - frewsxcv:frewsxcv-ptr-swap, r=BurntSushi | Corey Farwell | -2/+40 |
| 2017-12-06 | Rollup merge of #46431 - steveklabnik:gh42725, r=QuietMisdreavus | Corey Farwell | -4/+4 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -2/+2 |
| 2017-12-06 | adjust libcore | Ariel Ben-Yehuda | -8/+16 |
| 2017-12-05 | Update cell.rs | Michael Howell | -3/+3 |
| 2017-12-05 | Move replace_with to its own feature flag | Michael Howell | -1/+1 |
| 2017-12-05 | Stablize RefCell::{replace, swap} | Michael Howell | -4/+2 |
| 2017-12-05 | Mention the name of ? in Result's docs | steveklabnik | -4/+4 |
| 2017-12-04 | Give compile_error macro examples | Havvy | -2/+2 |
| 2017-12-04 | Document behavior of `ptr::swap` with overlapping regions of memory. | Corey Farwell | -2/+40 |
| 2017-12-03 | Rollup merge of #46473 - frewsxcv:frewsxcv-param-name, r=TimNN | Corey Farwell | -69/+69 |
| 2017-12-03 | Rollup merge of #46260 - ExpHP:builtin-macro-doc-sync, r=steveklabnik | Corey Farwell | -6/+14 |
| 2017-12-03 | Consistent parameter name for numeric ‘checked’ operations. | Corey Farwell | -69/+69 |
| 2017-12-02 | Mark ascii methods on primitive types stable in 1.23.0. | Ralph Giles | -6/+6 |
| 2017-12-01 | doc: macro `cfg!` evaluating at compile-time | Liigo Zhuang | -1/+1 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -2/+1 |
| 2017-11-29 | Rollup merge of #46356 - daboross:patch-2, r=sfackler | kennytm | -1/+1 |
| 2017-11-29 | Rollup merge of #46293 - ollie27:atomic_bool_from, r=BurntSushi | kennytm | -0/+7 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -66/+1 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -10/+10 |
| 2017-11-28 | Reject '2' as a binary digit in internals of 'b' formatting | David Ross | -1/+1 |
| 2017-11-28 | Auto merge of #46094 - dtolnay:is_null, r=alexcrichton | bors | -15/+55 |