| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-09-04 | Make slice::split_at_mut example demonstrate mutability | Niels Egberts | -20/+25 | |
| Moved the examples from split_at_mut to split_at so the example at split_at_mut can just demonstrate mutability. | ||||
| 2017-08-26 | Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik | Corey Farwell | -9/+9 | |
| Fix inconsistent doc headings This fixes headings reading "Unsafety" and "Example", they should be "Safety" and "Examples" according to RFC 1574. r? @steveklabnik | ||||
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -9/+9 | |
| This fixes headings reading "Unsafety" and "Example", they should be "Safety" and "Examples" according to RFC 1574. | ||||
| 2017-08-21 | Add [T]::swap_with_slice | Scott McMurray | -0/+25 | |
| The safe version of a method from ptr, like [T]::copy_from_slice | ||||
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-07-21 | Clarify that sort_unstable is deterministic | Stjepan Glavina | -15/+18 | |
| 2017-07-02 | Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton | bors | -12/+15 | |
| Stabilize feature sort_unstable Closes #40585 | ||||
| 2017-07-02 | Stabilize feature sort_unstable | Stjepan Glavina | -12/+15 | |
| 2017-06-24 | Improve sort tests and benchmarks | Stjepan Glavina | -2/+2 | |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+1943 | |
