| Age | Commit message (Expand) | Author | Lines |
| 2018-03-31 | Deprecate offset_to; switch core&alloc to using offset_from instead | Scott McMurray | -4/+5 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -1086/+5 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -0/+1 |
| 2018-03-30 | Rollup merge of #49468 - glandium:cleanup, r=pnkfelix | kennytm | -2/+2 |
| 2018-03-30 | Rollup merge of #49466 - glandium:master, r=rkruppe | kennytm | -2/+2 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -1086/+5 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -171/+15 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -59/+8 |
| 2018-03-29 | Remove unnecessary use core::hash in liballoc/boxed.rs | Mike Hommey | -2/+2 |
| 2018-03-29 | Use f{32,64}::to_bits for is_zero test in vec::SpecFromElem | Mike Hommey | -2/+2 |
| 2018-03-28 | Rollup merge of #49452 - frewsxcv:frewsxcv-vec-cap-len, r=dtolnay | kennytm | -3/+4 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -2/+113 |
| 2018-03-28 | Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi | kennytm | -3/+1 |
| 2018-03-28 | Clarify "length" wording in `Vec::with_capacity`. | Corey Farwell | -3/+4 |
| 2018-03-28 | Add run-pass test for repeat-generic-slice feature | Guillaume Gomez | -0/+19 |
| 2018-03-28 | Add repeat method on slice | Guillaume Gomez | -53/+72 |
| 2018-03-27 | Rollup merge of #49401 - alercah:format, r=cramertj | kennytm | -7/+8 |
| 2018-03-27 | Rollup merge of #49381 - withoutboats:str_unicode, r=SimonSapin | kennytm | -0/+42 |
| 2018-03-27 | Rollup merge of #48639 - varkor:sort_by_key-cached, r=bluss | kennytm | -13/+111 |
| 2018-03-26 | Add missing '?' to format grammar. | Alexis Hunt | -7/+8 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -2/+113 |
| 2018-03-26 | Remove mentions of unstable sort_by_cached key from stable documentation | varkor | -8/+0 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -2/+2 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -2/+2 |
| 2018-03-26 | Add is_whitespace and is_alphanumeric to str. | boats | -0/+42 |
| 2018-03-25 | Implement get_key_value for HashMap, BTreeMap | Diggory Blake | -0/+27 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -1/+1 |
| 2018-03-25 | Rollup merge of #49121 - varkor:stabilise-from_utf8_error_as_bytes, r=bluss | kennytm | -2/+1 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -16/+14 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -1/+1 |
| 2018-03-21 | Stabilize method `String::retain` | Murarth | -3/+1 |
| 2018-03-21 | Make resuming generators unsafe instead of the creation of immovable generato... | John Kåre Alsaker | -1/+1 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-03-20 | Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakis | bors | -1/+0 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+0 |
| 2018-03-19 | Auto merge of #49058 - withoutboats:pin, r=cramertj | bors | -2/+100 |
| 2018-03-19 | Docs: fix incorrect copy-paste for new `X?` in formatting strings | Simon Sapin | -1/+1 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -0/+2 |
| 2018-03-19 | Add stability test for sort_by_cached_key | varkor | -3/+8 |
| 2018-03-18 | Update tracking issue. | boats | -12/+12 |
| 2018-03-18 | Add lexicographic sorting benchmark | varkor | -0/+16 |
| 2018-03-18 | Check that the size optimisation is not redundant | varkor | -5/+10 |
| 2018-03-18 | Clarify time complexity | varkor | -3/+3 |
| 2018-03-17 | Use NonNull<_> instead of NonZero<*const _> in btree internals | Simon Sapin | -16/+14 |
| 2018-03-17 | Stabilise FromUtf8Error::as_bytes | varkor | -2/+1 |
| 2018-03-17 | Improve and fix documentation for sort_by_cached_key | varkor | -8/+12 |
| 2018-03-17 | update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics) | Niv Kaminer | -1/+1 |
| 2018-03-17 | Fix use of unstable feature in test | varkor | -2/+4 |
| 2018-03-16 | Add sort_by_cached_key method | varkor | -14/+56 |
| 2018-03-16 | Index enumeration by minimally sized type | varkor | -12/+25 |