| Age | Commit message (Expand) | Author | Lines |
| 2019-09-30 | Auto merge of #64600 - scottmcm:no-slice-tryfold-unroll, r=bluss | bors | -68/+1 |
| 2019-09-30 | Fixed a misleading documentation issue #64844 | hman523 | -1/+1 |
| 2019-09-28 | Rollup merge of #64837 - nliberg:patch-2, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-09-28 | Improve wording in documentation of MaybeUninit | Nils Liberg | -6/+6 |
| 2019-09-27 | pin.rs: fix links to primitives in documentation | rusty-snake | -0/+2 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -0/+12 |
| 2019-09-25 | address rebase damage | Ariel Ben-Yehuda | -1/+1 |
| 2019-09-25 | Rollup merge of #64764 - Mark-Simulacrum:snap, r=Centril | Mazdak Farrokhzad | -92/+11 |
| 2019-09-25 | Rollup merge of #64386 - tspiteri:const-abs2, r=oli-obk | Mazdak Farrokhzad | -3/+26 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -92/+11 |
| 2019-09-24 | Rollup merge of #64717 - andrewbanchich:master, r=joshtriplett | Mazdak Farrokhzad | -3/+3 |
| 2019-09-24 | Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-09-24 | add a rustdoc comment to the reservation impl | Niko Matsakis | -0/+5 |
| 2019-09-24 | nit: update error text to cite tracking issue | Niko Matsakis | -6/+2 |
| 2019-09-24 | add error message for case | Ariel Ben-Yehuda | -1/+6 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -0/+6 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -8/+12 |
| 2019-09-23 | Just delete the overrides now that they match the default implementations | Scott McMurray | -62/+1 |
| 2019-09-23 | update test | Andrew Banchich | -3/+3 |
| 2019-09-23 | Fix rebase conflicts | Alex Crichton | -1/+1 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -33/+33 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -6/+2 |
| 2019-09-21 | Remove manual unrolling from slice::Iter(Mut)::try_fold | Scott McMurray | -13/+7 |
| 2019-09-21 | Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-09-21 | Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper | bors | -34/+129 |
| 2019-09-20 | Exempt extern "Rust" from improper_ctypes | Josh Stone | -1/+1 |
| 2019-09-18 | Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcri... | Tyler Mandry | -29/+20 |
| 2019-09-18 | broken hyperlinks in documentation | Arno Haase | -2/+2 |
| 2019-09-18 | doc: Format some primitives examples | Lzu Tao | -12/+18 |
| 2019-09-17 | Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJung | Tyler Mandry | -0/+21 |
| 2019-09-17 | Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJung | Tyler Mandry | -11/+17 |
| 2019-09-17 | improve Vec example soundness in mem::transmute docs | Andre Bogus | -11/+17 |
| 2019-09-17 | Update src/libcore/pin.rs | Taiki Endo | -1/+1 |
| 2019-09-17 | Add an example to Pin::as_mut | Taiki Endo | -0/+21 |
| 2019-09-17 | newly phrased documentation for spin loop hints | Arno Haase | -29/+20 |
| 2019-09-17 | Rollup merge of #64531 - taiki-e:pin-self, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-09-17 | Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-09-17 | Use shorthand syntax in the self parameter of methods of Pin | Taiki Endo | -9/+9 |
| 2019-09-17 | Elide lifetimes in `Pin<&(mut) Self>` | Taiki Endo | -4/+4 |
| 2019-09-16 | Make some adjustments to the documentation for `std::convert::identity` | varkor | -8/+9 |
| 2019-09-14 | Simplify Iterator::{min_by, max_by} using cmp::{min_by, max_by} | Tim Vermeulen | -31/+17 |
| 2019-09-14 | Add cmp::{min_by, min_by_key, max_by, max_by_key} | Tim Vermeulen | -3/+112 |
| 2019-09-14 | Rollup merge of #64203 - alexreg:rush-pr-2, r=centril | Mazdak Farrokhzad | -8/+8 |
| 2019-09-13 | use `sign` variable in abs and wrapping_abs methods | Trevor Spiteri | -3/+26 |
| 2019-09-11 | Rollup merge of #64349 - arnohaase:pr_documentation_atomicptr, r=cramertj | Mazdak Farrokhzad | -4/+2 |
| 2019-09-10 | Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichton | Mazdak Farrokhzad | -21/+9 |
| 2019-09-10 | fixed linter error | Arno Haase | -14/+14 |
| 2019-09-10 | documentation for AtomicPtr CAS operations | Arno Haase | -4/+2 |
| 2019-09-10 | typo fix | Arno Haase | -1/+1 |
| 2019-09-10 | documentation enhancement for 'spin loop hint': replace 'CPU' with 'CPU or core' | Arno Haase | -6/+6 |