| Age | Commit message (Expand) | Author | Lines |
| 2015-11-10 | Some cleanup on after #29684 | Steve Klabnik | -14/+13 |
| 2015-11-08 | Explain that size_hint cannot be trusted | Stepan Koltsov | -0/+23 |
| 2015-11-07 | Remove duplicate words from docs | Andrew Paseltiner | -2/+2 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -21/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -21/+0 |
| 2015-11-05 | Tidy `core::marker` doc summaries | Andrew Paseltiner | -2/+2 |
| 2015-11-05 | Auto merge of #29593 - ben0x539:reflect-doc-comment, r=steveklabnik | bors | -5/+6 |
| 2015-11-05 | docs for Reflect: blank line after first sentence | Benjamin Herr | -5/+6 |
| 2015-11-05 | Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=Gankro | Steve Klabnik | -0/+8 |
| 2015-11-03 | Mention what iterator terminators do with an empty iterator | Jake Goulding | -0/+8 |
| 2015-11-03 | Auto merge of #29459 - tshepang:simplify, r=steveklabnik | bors | -3/+3 |
| 2015-11-01 | Stop using ok().expect() in Result docs | Florian Hartwig | -4/+3 |
| 2015-11-01 | Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddyb | bors | -37/+418 |
| 2015-10-31 | Minor documentation correction | Cole Reynolds | -1/+1 |
| 2015-10-31 | Check unchecked_div|rem's specialisation | Nicholas Mazzuca | -37/+418 |
| 2015-10-31 | Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichton | bors | -0/+4 |
| 2015-10-30 | Implement `CoerceUnsized` for `Unique` | Andrew Paseltiner | -0/+4 |
| 2015-10-30 | don't use drop_in_place as an intrinsic | Alexis Beingessner | -2/+2 |
| 2015-10-30 | expose drop_in_place as ptr::drop_in_place | Alexis Beingessner | -1/+22 |
| 2015-10-29 | doc: make example more simple | Tshepang Lekhonkhobe | -3/+3 |
| 2015-10-29 | Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichton | bors | -3/+24 |
| 2015-10-28 | Rollup merge of #29417 - pmarcelll:assert-doc, r=steveklabnik | Steve Klabnik | -0/+5 |
| 2015-10-28 | Comment how the significand limits lossless int->float conversion | Josh Stone | -0/+4 |
| 2015-10-28 | Auto merge of #29400 - gkoz:phantom_data, r=alexcrichton | bors | -0/+7 |
| 2015-10-28 | Mention in the docs, that `assert!` has a second version with a custom message | Marcell Pardavi | -0/+5 |
| 2015-10-27 | Adds tons of documentation for Iterator | Steve Klabnik | -261/+1183 |
| 2015-10-27 | Implement Default for PhantomData | Gleb Kozyrev | -0/+7 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -2/+2 |
| 2015-10-25 | Auto merge of #29266 - apasel422:wf, r=alexcrichton | bors | -5/+7 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -31/+34 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -31/+34 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -2/+2 |
| 2015-10-24 | Auto merge of #29252 - steveklabnik:safety, r=alexcrichton | bors | -4/+4 |
| 2015-10-23 | Make `{Default, From, FromIterator, One, Zero}` well-formed | Andrew Paseltiner | -5/+7 |
| 2015-10-24 | Auto merge of #29245 - james-darkfox:master, r=alexcrichton | bors | -0/+5 |
| 2015-10-23 | Document a bunch of std::iter traits | Steve Klabnik | -25/+315 |
| 2015-10-24 | Implements Default for mutable slices. Fixes: #29244 | James McGlashan | -0/+5 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -4/+4 |
| 2015-10-21 | Remove obsolete note about `UnsafeCell`'s fields | Andrew Paseltiner | -5/+1 |
| 2015-10-21 | Auto merge of #29108 - notriddle:master, r=alexcrichton | bors | -8/+8 |
| 2015-10-21 | Auto merge of #29192 - phil-opp:unsafe-const-fns, r=alexcrichton | bors | -4/+20 |
| 2015-10-20 | Make Unique::new const function | Philipp Oppermann | -4/+20 |
| 2015-10-20 | Rollup merge of #29176 - huonw:shared-tracking, r=Gankro | Steve Klabnik | -9/+9 |
| 2015-10-20 | Auto merge of #29140 - sorear:dst-document-on-sized, r=alexcrichton | bors | -0/+11 |
| 2015-10-20 | Point core::ptr::Shared to tracking issue #27730. | Huon Wilson | -9/+9 |
| 2015-10-19 | Rollup merge of #29169 - apasel422:spell, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-10-19 | Rollup merge of #29132 - sorear:document-ordering-relaxed, r=alexcrichton | Steve Klabnik | -1/+2 |
| 2015-10-19 | Rollup merge of #29027 - steveklabnik:iter_docs, r=manishearth | Steve Klabnik | -20/+137 |
| 2015-10-19 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-18 | Document DST parameters on std::marker::Sized | Stefan O'Rear | -0/+11 |