| Age | Commit message (Expand) | Author | Lines |
| 2015-01-24 | Auto merge of #21488 - aturon:os-str, r=alexcrichton | bors | -87/+125 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -87/+125 |
| 2015-01-23 | Auto merge of #21453 - Stebalien:exactsize, r=alexcrichton | bors | -0/+15 |
| 2015-01-23 | Auto merge of #21382 - tshepang:improve-iter-docs, r=alexcrichton | bors | -236/+263 |
| 2015-01-23 | iter: miscellaneous improvements | Tshepang Lekhonkhobe | -236/+263 |
| 2015-01-22 | Rollup merge of #21472 - steveklabnik:gh21469, r=huonw | Steve Klabnik | -0/+4 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -189/+164 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -14/+1 |
| 2015-01-21 | Explain that RefCell is single-threaded. | Steve Klabnik | -0/+4 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -88/+279 |
| 2015-01-21 | rollup merge of #21437: FlaPer87/snapshot | Alex Crichton | -19/+0 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -5/+5 |
| 2015-01-21 | rollup merge of #21392: japaric/iter | Alex Crichton | -0/+16 |
| 2015-01-21 | rollup merge of #21367: steveklabnik/remove_gate | Alex Crichton | -30/+0 |
| 2015-01-21 | rollup merge of #21157: steveklabnik/deprecation | Alex Crichton | -1/+1 |
| 2015-01-21 | rollup merge of #21053: apasel422/exact | Alex Crichton | -0/+5 |
| 2015-01-21 | Use the default `len` implementation in ExactSizeIterator impls | Steven Allen | -24/+5 |
| 2015-01-21 | Improve quality of String#to_slice() deprecation message | Steve Klabnik | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-21 | Deprecate slicing methods in favor of notation | Aaron Turon | -91/+87 |
| 2015-01-21 | Stabilize Index traits and most range notation | Aaron Turon | -100/+79 |
| 2015-01-21 | Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturon | bors | -4/+92 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -88/+279 |
| 2015-01-20 | implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}` | Andrew Paseltiner | -0/+5 |
| 2015-01-20 | Implement ExactSizeIterator for remaining core Iterators where applicable. | Steven Allen | -0/+34 |
| 2015-01-20 | also forward Iterator::size_hint() | Jorge Aparicio | -0/+4 |
| 2015-01-20 | add stability text like suggested in discussion | Sebastian Gesemann | -4/+4 |
| 2015-01-20 | Register snapshot for 9006c3c | Flavio Percoco | -19/+0 |
| 2015-01-21 | Rollup merge of #21404 - japaric:hash, r=alexcrichton | Barosl LEE | -0/+7 |
| 2015-01-21 | Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichton | Barosl LEE | -4/+4 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -9/+9 |
| 2015-01-21 | Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichton | Barosl LEE | -12/+9 |
| 2015-01-19 | impl Hash for arrays | Jorge Aparicio | -0/+7 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -5/+5 |
| 2015-01-19 | impl Iterator for &mut Iterator and Box<Iterator> | Jorge Aparicio | -0/+12 |
| 2015-01-19 | Ranges implement Clone where possible | Diggory Blake | -4/+4 |
| 2015-01-18 | std: Stabilize TypeId and tweak BoxAny | Alex Crichton | -35/+51 |
| 2015-01-18 | Remove associated_types gate from std::ops docs | Steve Klabnik | -30/+0 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -369/+128 |
| 2015-01-17 | Beef up Copy documentation | Steve Klabnik | -0/+98 |
| 2015-01-17 | Make Index trait example clearer | Volker Mische | -12/+10 |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -17/+12 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -9/+9 |
| 2015-01-16 | inline forward_xxx_xxx_binop macros as per suggestion | Sebastian Gesemann | -25/+3 |
| 2015-01-16 | Fix/update core::ops module documentation w.r.t. operator traits | Sebastian Gesemann | -4/+12 |
| 2015-01-16 | Docs fallout | Flavio Percoco | -2/+3 |
| 2015-01-16 | Remove NoSend/NoSync | Flavio Percoco | -0/+2 |
| 2015-01-16 | libcore: implement many operators for references as well | Sebastian Gesemann | -0/+102 |
| 2015-01-15 | rollup merge of #21172: brson/tuple | Alex Crichton | -3/+0 |
| 2015-01-15 | rollup merge of #21170: Diggsey/issue-21058 | Alex Crichton | -0/+4 |