| Age | Commit message (Expand) | Author | Lines |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -4/+2 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -0/+79 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -46/+0 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -2/+2 |
| 2016-03-12 | Rollup merge of #32183 - bluss:doc-index, r=alexcrichton | Manish Goregaokar | -0/+58 |
| 2016-03-10 | Clarify doc for slice slicing (Index impls) | Ulrik Sverdrup | -0/+58 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -0/+1 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -4/+53 |
| 2016-03-01 | Use raw pointer casts for slice, str's .as_ptr() | Ulrik Sverdrup | -4/+4 |
| 2016-02-27 | update snapshot comments | Alex Burka | -2/+2 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -4/+51 |
| 2016-02-27 | note work still to be done | Alex Burka | -0/+2 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -1/+13 |
| 2016-01-22 | Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton | bors | -11/+12 |
| 2016-01-22 | Avoid bounds check for slice binary search | arthurprs | -11/+12 |
| 2016-01-18 | core: Restore indexed formulation of clone_from_slice | Ulrik Sverdrup | -2/+7 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -10/+7 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -18/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -101/+45 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -2/+2 |
| 2015-11-23 | Improve slice indexing assertion | Manish Goregaokar | -4/+22 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+7 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -0/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -0/+2 |
| 2015-10-24 | Auto merge of #29252 - steveklabnik:safety, r=alexcrichton | bors | -1/+1 |
| 2015-10-24 | Implements Default for mutable slices. Fixes: #29244 | James McGlashan | -0/+5 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -1/+1 |
| 2015-09-25 | Docs: &A and &mut A are references, not pointers | Simon Sapin | -2/+2 |
| 2015-09-16 | Explain explicit slicing in slice cmp and partial_cmp methods | Andrea Canciani | -0/+6 |
| 2015-09-16 | Remove inline attribute | Andrea Canciani | -2/+0 |
| 2015-09-16 | Remove boundary checks in slice comparison operators | Andrea Canciani | -2/+6 |
| 2015-09-16 | Improve PartialOrd for slices | Andrea Canciani | -18/+21 |
| 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 |