| Age | Commit message (Expand) | Author | Lines |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-26 | Rollup merge of #46986 - nvzqz:basic-usage, r=steveklabnik | kennytm | -0/+8 |
| 2017-12-26 | Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnik | kennytm | -2/+12 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -2/+2 |
| 2017-12-24 | Add "Basic Usage" to int min_value, max_value docs | Nikolai Vazquez | -0/+8 |
| 2017-12-23 | fix doctests in libcore | Michael Hewson | -2/+2 |
| 2017-12-21 | Make core::f32/f64 docs match std. | Clar Charr | -2/+12 |
| 2017-12-22 | Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnik | kennytm | -17/+13 |
| 2017-12-22 | Rollup merge of #46820 - nodakai:simplify-int-impl, r=alexcrichton | kennytm | -151/+52 |
| 2017-12-21 | docs: do not call integer overflows as underflows | Trevor Spiteri | -17/+13 |
| 2017-12-20 | Rollup merge of #46870 - ffflorian:fix/slice/typo, r=rkruppe | kennytm | -1/+1 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -8/+13 |
| 2017-12-20 | Rollup merge of #46517 - notriddle:patch-2, r=BurntSushi | kennytm | -4/+2 |
| 2017-12-20 | docs(slice): Clarify half-open interval | Florian Keller | -1/+1 |
| 2017-12-20 | Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfackler | bors | -43/+134 |
| 2017-12-19 | Auto merge of #46749 - SimonSapin:exorcism, r=nikomatsakis | bors | -23/+12 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -8/+13 |
| 2017-12-19 | libcore/num/mod.rs: simplify the int_impl! macro. | NODA, Kai | -151/+52 |
| 2017-12-17 | Display binary notation for numeric swap_bytes methods. | Corey Farwell | -6/+12 |
| 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-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 |