| Age | Commit message (Expand) | Author | Lines |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -1/+57 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -1/+1 |
| 2015-07-13 | Mark some new things as unstable. | Simon Sapin | -1/+3 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+6 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+40 |
| 2015-07-13 | Implement DerefMut for String | Simon Sapin | -0/+8 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -2/+22 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -4/+35 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -21/+23 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -4/+35 |
| 2015-07-11 | Auto merge of #26878 - Esption:master, r=pnkfelix | bors | -1/+1 |
| 2015-07-11 | Fix feature name | Wesley Wiser | -1/+1 |
| 2015-07-11 | Fix version number on SliceConcatExt:join | Wesley Wiser | -1/+1 |
| 2015-07-10 | Rename SliceConcatExt::connect to join #26900 | Wesley Wiser | -2/+22 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -1/+1 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -1/+1 |
| 2015-07-08 | 'iff' for docs to 'if and only if' | Esption | -1/+1 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -0/+1 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -0/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -21/+28 |
| 2015-07-08 | Fixed some occurrences of 'if' being spelled 'iff' | Esption | -1/+1 |
| 2015-07-06 | Auto merge of #26817 - cmr:vecdeque-docs, r=Gankro | bors | -0/+4 |
| 2015-07-05 | Rollup merge of #26806 - cmr:stabilize-drain, r=Gankro | Steve Klabnik | -14/+14 |
| 2015-07-05 | Rollup merge of #26464 - Gankro:send, r=alexcrichton | Steve Klabnik | -3/+0 |
| 2015-07-05 | collections: vec_deque: add some notes on how to use VecDeque as a queue effe... | Corey Richardson | -0/+4 |
| 2015-07-05 | collections: vec_deque: rename "ringbuf" to "VecDeque" in doc comments | Corey Richardson | -14/+14 |
| 2015-07-04 | str: Correct documentation on is_char_boundary | Ulrik Sverdrup | -3/+1 |
| 2015-07-03 | remove some feature gates from the docs | Steve Klabnik | -4/+0 |
| 2015-07-02 | Add more description for from_raw_parts's unsafety | Steve Klabnik | -3/+18 |
| 2015-07-01 | Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichton | bors | -0/+9 |
| 2015-07-01 | fallout of bitvec/bitset deprecation | Alexis Beingessner | -1/+5 |
| 2015-06-30 | Rollup merge of #26678 - bluss:doc-fmt, r=steveklabnik | Steve Klabnik | -22/+23 |
| 2015-06-30 | Deprecate BitSet and BitVec in favour of bit-vec and bit-set crates in cargo | Alexis Beingessner | -0/+5 |
| 2015-06-30 | fmt: Update docs and mention :#? pretty-printing | Ulrik Sverdrup | -22/+23 |
| 2015-06-26 | Auto merge of #25646 - huonw:align, r=alexcrichton | bors | -16/+16 |
| 2015-06-24 | Avoid overflow in Vec::from_iter | Steven Fackler | -2/+3 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -16/+16 |
| 2015-06-20 | remove redundant Send and Sync impl from Vec | Alexis Beingessner | -3/+0 |
| 2015-06-17 | std: Stabilize vec_map::Entry::or_insert{,_with} | Alex Crichton | -8/+7 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -10/+18 |
| 2015-06-17 | std: Stabilize the `str_matches` feature | Alex Crichton | -6/+4 |
| 2015-06-17 | std: Deprecate Vec::from_raw_buf | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Deprecate all permutation-related slice methods | Alex Crichton | -0/+6 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -118/+120 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -133/+148 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -0/+3 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -7/+23 |
| 2015-06-17 | Auto merge of #22681 - mzabaluev:extend-faster, r=huonw | bors | -39/+39 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -18/+18 |