| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-16 | Cull the quadratic | varkor | -0/+1 |
| 2018-03-16 | Update documentation | varkor | -10/+11 |
| 2018-03-16 | Add a test for sort_by_key | varkor | -0/+5 |
| 2018-03-16 | Clarify behaviour of sort_unstable_by_key with respect to sort_by_key | varkor | -4/+11 |
| 2018-03-16 | Update documentation for sort_by_key | varkor | -7/+4 |
| 2018-03-16 | Compute each key only one during slice::sort_by_key | varkor | -2/+10 |
| 2018-03-16 | Remove deprecated unstable alloc::heap::EMPTY constant | Simon Sapin | -8/+0 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -18/+2 |
| 2018-03-15 | Pin and PinBox are fundamental. | boats | -0/+1 |
| 2018-03-15 | CoerceUnsized for PinBox | boats | -0/+3 |
| 2018-03-15 | Add liballoc APIs. | boats | -2/+96 |
| 2018-03-15 | setting ABORTING_MALLOC for asmjs backend | snf | -18/+2 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -8/+9 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -0/+2 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -7/+6 |
| 2018-03-14 | try_reserve: disabling tests for asmjs, blocked by #48968 | snf | -2/+18 |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -43/+903 |
| 2018-03-13 | Add hexadecimal formatting of integers with fmt::Debug | Simon Sapin | -0/+2 |
| 2018-03-13 | Rollup merge of #48877 - GuillaumeGomez:vec-missing-links, r=QuietMisdreavus | kennytm | -7/+14 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -2/+248 |
| 2018-03-09 | Add missing urls | Guillaume Gomez | -7/+14 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -32/+31 |
| 2018-03-06 | Rollup merge of #48657 - sinkuu:opt_str_repeat, r=dtolnay | kennytm | -3/+55 |
| 2018-03-04 | Avoid unnecessary calculation | Shotaro Yamada | -3/+3 |
| 2018-03-04 | Add comments | Shotaro Yamada | -20/+40 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -30/+30 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -32/+31 |
| 2018-03-02 | Don't have Vec<T> delegate to [T]'s bounds for indexing | Jonathan Behrens | -7/+11 |
| 2018-03-02 | Update comments | Jonathan Behrens | -2/+2 |
| 2018-03-02 | Have Vec use slice's implementations of Index<I> and IndexMut<I> | Jonathan Behrens | -125/+5 |
| 2018-03-02 | Optimize str::repeat | Shotaro Yamada | -3/+35 |
| 2018-02-28 | Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr... | kennytm | -20/+3 |
| 2018-02-25 | Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify... | kennytm | -2/+1 |
| 2018-02-25 | 1.25.0 -> 1.26.- | Manish Goregaokar | -1/+1 |
| 2018-02-24 | Rollup merge of #48110 - Centril:stabilize/box_leak, r=alexcrichton | Manish Goregaokar | -6/+1 |