| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-11 | Auto merge of #26154 - pmarcelll:master, r=Gankro | bors | -17/+17 |
| 2015-06-11 | Auto merge of #26122 - bluss:borrow-box, r=alexcrichton | bors | -1/+9 |
| 2015-06-11 | Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton | bors | -45/+72 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -17/+17 |
| 2015-06-10 | Rollup merge of #26164 - tafia:early-dedup, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -3/+3 |
| 2015-06-10 | collections: Remove redundant slicing for str | Ulrik Sverdrup | -45/+45 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+27 |
| 2015-06-10 | Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichton | bors | -3/+28 |
| 2015-06-10 | early return if 1 element | Johann Tuffe | -1/+1 |
| 2015-06-10 | Modify String::push to reallocate more conservatively in case of the characte... | marcell | -17/+17 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -3/+3 |
| 2015-06-09 | Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton | bors | -3/+32 |
| 2015-06-09 | Document str::split behavior with contiguous separators | Steve Klabnik | -3/+28 |
| 2015-06-09 | Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> | Ulrik Sverdrup | -1/+9 |