| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-09 | Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centril | bors | -1/+78 |
| 2019-09-09 | Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcm | Mazdak Farrokhzad | -1/+78 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -1/+1 |
| 2019-09-09 | document the unstable iter_order_by library feature | Ashley Mannix | -3/+3 |
| 2019-09-08 | Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus | Mazdak Farrokhzad | -6/+160 |
| 2019-09-08 | bootstrap -> boostrap_stdarch_ignore_this | Mazdak Farrokhzad | -1/+1 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-08 | Rollup merge of #64255 - varkor:bool-to-option, r=Centril | Mazdak Farrokhzad | -0/+55 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -2/+4 |
| 2019-09-07 | Add tracking issue | varkor | -2/+2 |
| 2019-09-07 | Move `libcore/bool/mod.rs` to `libcore/bool.rs` | varkor | -3/+1 |
| 2019-09-07 | Add `bool::then` and `bool::then_with` | varkor | -1/+50 |