| Age | Commit message (Expand) | Author | Lines |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -18/+2 |
| 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 | -1/+2 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -0/+1 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -1/+1 |
| 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 | -1/+580 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+247 |
| 2018-02-22 | Stabilize [T]::rotate_{left,right} | Corey Farwell | -1/+0 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -1/+0 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -2/+59 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+57 |
| 2018-01-13 | Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit test | Sebastian Dröge | -2/+2 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -8/+43 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-24 | Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. | Corey Farwell | -8/+43 |
| 2017-11-25 | Implement LinkedList::drain_filter | John-John Tedro | -0/+188 |
| 2017-11-25 | Auto merge of #46117 - SimonSapin:min-align, r=alexcrichton | bors | -0/+49 |
| 2017-11-21 | fix some typos | Martin Lindhe | -3/+3 |
| 2017-11-20 | alloc_jemalloc: don’t assume MIN_ALIGN for small sizes | Simon Sapin | -0/+5 |
| 2017-11-20 | alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955 | Simon Sapin | -0/+44 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -1/+3 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -4/+0 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -39/+39 |
| 2017-09-12 | Disable the new Hasher tests on Emscripten. | kennytm | -0/+3 |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -0/+13 |
| 2017-08-30 | Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay | Alex Crichton | -17/+5 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -5/+0 |
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -17/+5 |
| 2017-08-15 | Auto merge of #43245 - Gankro:drain-filter, r=sfackler | bors | -0/+168 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+21 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+21 |
| 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 | -1/+0 |
| 2017-07-19 | Add Vec::drain_filter | Alexis Beingessner | -0/+168 |
| 2017-07-04 | Rollup merge of #43041 - andersk:dedup_by, r=alexcrichton | Mark Simulacrum | -0/+5 |
| 2017-07-03 | Document unintuitive argument order for Vec::dedup_by relation | Anders Kaseorg | -0/+5 |
| 2017-07-01 | Delete deprecated & unstable range-specific `step_by` | Scott McMurray | -2/+1 |
| 2017-06-24 | Improve sort tests and benchmarks | Stjepan Glavina | -12/+38 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+7074 |