| Age | Commit message (Expand) | Author | Lines |
| 2017-08-13 | Auto merge of #43815 - alexcrichton:optimize-alloc, r=sfackler | bors | -76/+133 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -5/+5 |
| 2017-08-13 | Rollup merge of #43803 - GuillaumeGomez:missing-links-doc, r=frewsxcv | Guillaume Gomez | -37/+62 |
| 2017-08-12 | std: Unsafe-away runtime checks in `Vec` | Alex Crichton | -76/+127 |
| 2017-08-12 | Add missing link in fmt::format function | Guillaume Gomez | -20/+22 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -5/+5 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -3/+3 |
| 2017-08-11 | std: Tag OOM functions as `#[cold]` | Alex Crichton | -0/+2 |
| 2017-08-11 | std: Tag `AllocErr` functions as `#[inline]` | Alex Crichton | -0/+4 |
| 2017-08-11 | Add (a lot of) missing links in fmt module docs | Guillaume Gomez | -32/+55 |
| 2017-08-11 | Rollup merge of #43793 - j-browne:master, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-08-11 | Rollup merge of #43721 - natboehm:patch-1, r=steveklabnik | Guillaume Gomez | -2/+32 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -3/+3 |
| 2017-08-10 | Fix broken links in Arc documentation | Justin Browne | -1/+1 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -6/+6 |
| 2017-08-08 | Fix trait name `Deref` | Natalie Boehm | -1/+1 |
| 2017-08-08 | Update solution to add using `&*` as well as `as_str()` | Natalie Boehm | -4/+9 |
| 2017-08-07 | Update explanation of deref coercion | Natalie Boehm | -8/+10 |
| 2017-08-05 | Indicate how to turn byte slices back into a string slice. | Corey Farwell | -2/+9 |
| 2017-08-05 | Update str::split_at_mut example to demonstrate mutability. | Corey Farwell | -6/+10 |
| 2017-08-04 | Update String Deref to explain why using &String does not always work | Natalie Boehm | -2/+25 |
| 2017-08-04 | Indicate why str::{get,get_mut} examples return None. | Corey Farwell | -5/+15 |
| 2017-08-01 | Fixed extra cases found in better checking. | Isaac van Bakel | -2/+2 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -4/+4 |
| 2017-07-29 | Rollup merge of #43513 - alexcrichton:inline-repeat, r=BurntSushi | Mark Simulacrum | -0/+1 |
| 2017-07-29 | std: Mark `Layout::repeat` as `#[inline]` | Alex Crichton | -0/+1 |
| 2017-07-28 | Auto merge of #43217 - pnkfelix:alloc-requires-align-it-in-u32, r=alexcrichton | bors | -7/+15 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -17/+7 |
| 2017-07-26 | Rollup merge of #43455 - QuietMisdreavus:extend-spec-docs, r=steveklabnik | Mark Simulacrum | -0/+6 |
| 2017-07-26 | Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler | Mark Simulacrum | -43/+68 |
| 2017-07-25 | add a note to Vec's Extend<&T> impl about its slice specialization | QuietMisdreavus | -0/+6 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -4/+3 |
| 2017-07-25 | std: Stabilize `manually_drop` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `utf8_error_error_len` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -10/+4 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+1 |
| 2017-07-24 | Rollup merge of #43374 - stjepang:fix-sort-randomization-comment, r=alexcrichton | Mark Simulacrum | -15/+18 |
| 2017-07-22 | Use checked NonZero constructor instead of explicit null check in btree | Simon Sapin | -6/+4 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -3/+3 |
| 2017-07-22 | Add Box::into_unique | Simon Sapin | -21/+48 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -25/+25 |
| 2017-07-21 | Auto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX, r=alexcrichton | bors | -1/+23 |
| 2017-07-21 | Clarify that sort_unstable is deterministic | Stjepan Glavina | -15/+18 |
| 2017-07-20 | Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton | bors | -2/+2 |
| 2017-07-20 | Add test test_weak_count_locked | Jacques-Henri Jourdan | -0/+19 |
| 2017-07-18 | Fix in weak_count in Arc. | Jacques-Henri Jourdan | -1/+4 |
| 2017-07-18 | Fix erroneous reference to Arc instead of Rc | Lynn | -1/+1 |
| 2017-07-16 | Fix checking for missing stability annotations | Vadim Petrochenkov | -2/+2 |
| 2017-07-13 | Add precondition to `Layout` that the `align` fit in a u32. | Felix S. Klock II | -7/+15 |