| Age | Commit message (Expand) | Author | Lines |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -2/+2 |
| 2015-09-07 | Use unsafe more idiomatically | Steve Klabnik | -1/+3 |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -37/+37 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -6/+6 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -6/+8 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -140/+0 |
| 2015-08-13 | Auto merge of #27652 - alex-ozdemir:iter, r=bluss | bors | -0/+95 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -140/+0 |
| 2015-08-12 | O(1) count,nth,last for slice::Windows,Chunks(Mut) | Alex Ozdemir | -0/+95 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -4/+2 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -12/+42 |
| 2015-07-29 | Auto merge of #27358 - bluss:split-at-mut, r=aturon | bors | -4/+5 |
| 2015-07-28 | Use raw pointers to avoid aliasing violation in split_at_mut | Ulrik Sverdrup | -4/+5 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -1/+0 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -4/+32 |
| 2015-07-09 | Auto merge of #26884 - dotdash:fast, r=alexcrichton | bors | -4/+22 |
| 2015-07-08 | Fix up unsafe section of slice::from_raw_parts | Steve Klabnik | -0/+4 |
| 2015-07-08 | Improve PartialEq for slices | Björn Steinbrink | -4/+22 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Deprecate the IntSliceExt trait | Alex Crichton | -0/+4 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -15/+12 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -13/+0 |
| 2015-05-16 | Auto merge of #25434 - dotdash:gep, r=alexcrichton | bors | -45/+61 |
| 2015-05-15 | Allow for better optimizations of iterators for zero-sized types | Björn Steinbrink | -45/+61 |
| 2015-05-15 | Fix major compile time regression | Björn Steinbrink | -16/+16 |
| 2015-05-11 | Avoid returning a slice with a null pointer from Iter.as_slice() | Kevin Ballard | -19/+19 |
| 2015-05-11 | Reintroduce non-null assumptions in core::slice iterators | Kevin Ballard | -8/+16 |
| 2015-05-11 | Handle overflow properly in core::slice | Kevin Ballard | -39/+12 |
| 2015-05-07 | Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw | bors | -6/+24 |
| 2015-05-04 | Avoid latent (harmless) overflow in core::slice. | Felix S. Klock II | -6/+24 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -110/+0 |
| 2015-04-24 | Deduplicate slice iter offset/transmute code. | Steven Allen | -45/+41 |
| 2015-04-22 | Address comments. | Steven Allen | -42/+46 |
| 2015-04-22 | Implement O(1) slice::Iter methods. | Steven Allen | -0/+54 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -31/+0 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -9/+9 |
| 2015-04-07 | std: Hide facade extension traits in docs | Alex Crichton | -0/+1 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -6/+8 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -58/+0 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -3/+3 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -185/+0 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -185/+0 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -0/+6 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+201 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -0/+5 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+1 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+201 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |