| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-18 | docs: change where clause to bound | Liigo Zhuang | -1/+1 |
| 2015-10-17 | Document that Ordering::Relaxed is Monotonic | Stefan O'Rear | -1/+2 |
| 2015-10-17 | Implement conversion traits for primitive float types | Josh Stone | -3/+20 |
| 2015-10-17 | `other` should be called `other`, not `v`. | Michael Howell | -8/+8 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -2/+67 |
| 2015-10-16 | Make NonZero::new const function | Vadim Petrochenkov | -6/+24 |
| 2015-10-15 | Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichton | bors | -1/+6 |
| 2015-10-15 | Auto merge of #29070 - Manishearth:rollup, r=Manishearth | bors | -19/+19 |
| 2015-10-15 | Rollup merge of #29022 - apasel422:spell, r=steveklabnik | Manish Goregaokar | -19/+19 |
| 2015-10-15 | Auto merge of #28921 - petrochenkov:intconv, r=alexcrichton | bors | -0/+43 |
| 2015-10-15 | Implement conversion traits for primitive integer types | Vadim Petrochenkov | -0/+43 |
| 2015-10-14 | Reject "+" and "-" when parsing floats. | Robin Kruppe | -1/+6 |
| 2015-10-14 | Properly link up iterator documentation | Steve Klabnik | -20/+137 |
| 2015-10-13 | Document the free functions of std::iter | Steve Klabnik | -1/+109 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -19/+19 |
| 2015-10-12 | Auto merge of #28914 - steveklabnik:doc_iterator, r=alexcrichton | bors | -29/+271 |
| 2015-10-12 | Write better module-level docs for std::iter | Steve Klabnik | -29/+271 |
| 2015-10-11 | Auto merge of #28964 - eminence:docfix, r=sfackler | bors | -1/+1 |
| 2015-10-11 | core: Update the safety docs for core::ptr::write | Ulrik Sverdrup | -3/+5 |
| 2015-10-10 | Trivial typo fix: from_utrf8 should be from_utf8 | Andrew Chin | -1/+1 |