| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2017-11-28 | Change `since` attribute from ctype methods from 1.23 to 1.24 | Lukas Kalbertodt | -10/+10 |
| 2017-11-27 | Change version number for `impl From<bool> for AtomicBool` to 1.24.0 | Oliver Middleton | -1/+1 |
| 2017-11-28 | Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomez | kennytm | -0/+20 |
| 2017-11-28 | Rollup merge of #46240 - SimonSapin:from_str_radix-docs, r=estebank | kennytm | -0/+18 |
| 2017-11-28 | Rollup merge of #46174 - stjepang:stabilize-spinloophint, r=sfackler | kennytm | -3/+2 |
| 2017-11-27 | Change the stabilization version to 1.24.0 | Stjepan Glavina | -1/+1 |
| 2017-11-27 | Auto merge of #46284 - SimonSapin:deprecate-formatter-flags, r=sfackler | bors | -0/+3 |
| 2017-11-27 | impl From<bool> for AtomicBool | Oliver Middleton | -0/+7 |
| 2017-11-26 | Update libcore macro stubs like libstd | Michael Lamparski | -6/+14 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -66/+1 |
| 2017-11-26 | Document non-obvious behavior of fmt::UpperHex & co for negative integers | Simon Sapin | -0/+20 |
| 2017-11-26 | Deprecate the Formatter::flags method, fix #46237 | Simon Sapin | -0/+3 |
| 2017-11-26 | Rollup merge of #46234 - lucasem:core-marker-typo, r=frewsxcv | kennytm | -1/+1 |
| 2017-11-25 | rustc: Add support for some more x86 SIMD ops | Alex Crichton | -0/+5 |
| 2017-11-24 | Expand docs of <$Int>::from_str_radix, based on that of char::to_digit | Simon Sapin | -0/+18 |
| 2017-11-24 | core::marker fix typo | Lucas Morales | -1/+1 |
| 2017-11-22 | Auto merge of #45198 - oli-obk:fmt_args, r=sfackler | bors | -0/+8 |
| 2017-11-22 | Stabilize spin_loop_hint | Stjepan Glavina | -3/+2 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |