| Age | Commit message (Expand) | Author | Lines |
| 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 | Rename State to GeneratorState | John Kåre Alsaker | -2/+2 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -4/+4 |
| 2017-07-28 | Fill in generator tracking issue in a few more locations | Alex Crichton | -1/+1 |
| 2017-07-28 | Fix tests | Alex Crichton | -1/+1 |
| 2017-07-28 | std: Add forwarding impls of `Generator` trait | Alex Crichton | -1/+13 |
| 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-19 | Add Vec::drain_filter | Alexis Beingessner | -0/+281 |
| 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 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -2/+2 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -301/+238 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -301/+238 |
| 2017-07-05 | Auto merge of #43050 - stjepang:doc-vec-fix-parens, r=frewsxcv | bors | -1/+1 |
| 2017-07-04 | Rollup merge of #43041 - andersk:dedup_by, r=alexcrichton | Mark Simulacrum | -4/+12 |
| 2017-07-04 | Rollup merge of #42227 - ollie27:into_to_from, r=aturon | Mark Simulacrum | -4/+4 |
| 2017-07-04 | Minor fix in docs for Vec | Stjepan Glavina | -1/+1 |
| 2017-07-04 | Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichton | bors | -2/+1 |
| 2017-07-03 | Document unintuitive argument order for Vec::dedup_by relation | Anders Kaseorg | -4/+12 |
| 2017-07-02 | Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton | bors | -14/+15 |
| 2017-07-02 | Remove the remaining feature gates | Stjepan Glavina | -1/+0 |
| 2017-07-02 | Fix lint errors | Stjepan Glavina | -1/+0 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -2/+1 |
| 2017-07-02 | Stabilize feature sort_unstable | Stjepan Glavina | -12/+15 |
| 2017-07-01 | Auto merge of #42882 - stjepang:improve-sort-tests-and-benches, r=alexcrichton | bors | -33/+76 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -12/+200 |
| 2017-06-29 | Rollup merge of #42901 - alexcrichton:alloc-one, r=sfackler | Ariel Ben-Yehuda | -1/+1 |
| 2017-06-29 | Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik | Ariel Ben-Yehuda | -5/+3 |