about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-10-29Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichtonbors-3/+24
2015-10-28Rollup merge of #29417 - pmarcelll:assert-doc, r=steveklabnikSteve Klabnik-0/+5
2015-10-28Comment how the significand limits lossless int->float conversionJosh Stone-0/+4
2015-10-28Auto merge of #29400 - gkoz:phantom_data, r=alexcrichtonbors-0/+7
2015-10-28Mention in the docs, that `assert!` has a second version with a custom messageMarcell Pardavi-0/+5
2015-10-27Adds tons of documentation for IteratorSteve Klabnik-261/+1183
2015-10-27Implement Default for PhantomDataGleb Kozyrev-0/+7
2015-10-26Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni...bors-2/+2
2015-10-25Auto merge of #29266 - apasel422:wf, r=alexcrichtonbors-5/+7
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-31/+34
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-31/+34
2015-10-25Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)John Hodge-2/+2
2015-10-24Auto merge of #29252 - steveklabnik:safety, r=alexcrichtonbors-4/+4
2015-10-23Make `{Default, From, FromIterator, One, Zero}` well-formedAndrew Paseltiner-5/+7
2015-10-24Auto merge of #29245 - james-darkfox:master, r=alexcrichtonbors-0/+5
2015-10-23Document a bunch of std::iter traitsSteve Klabnik-25/+315
2015-10-24Implements Default for mutable slices. Fixes: #29244James McGlashan-0/+5
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-4/+4
2015-10-21Remove obsolete note about `UnsafeCell`'s fieldsAndrew Paseltiner-5/+1
2015-10-21Auto merge of #29108 - notriddle:master, r=alexcrichtonbors-8/+8
2015-10-21Auto merge of #29192 - phil-opp:unsafe-const-fns, r=alexcrichtonbors-4/+20
2015-10-20Make Unique::new const functionPhilipp Oppermann-4/+20
2015-10-20Rollup merge of #29176 - huonw:shared-tracking, r=GankroSteve Klabnik-9/+9
2015-10-20Auto merge of #29140 - sorear:dst-document-on-sized, r=alexcrichtonbors-0/+11
2015-10-20Point core::ptr::Shared to tracking issue #27730.Huon Wilson-9/+9
2015-10-19Rollup merge of #29169 - apasel422:spell, r=steveklabnikSteve Klabnik-1/+1
2015-10-19Rollup merge of #29132 - sorear:document-ordering-relaxed, r=alexcrichtonSteve Klabnik-1/+2
2015-10-19Rollup merge of #29027 - steveklabnik:iter_docs, r=manishearthSteve Klabnik-20/+137
2015-10-19Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-18Document DST parameters on std::marker::SizedStefan O'Rear-0/+11
2015-10-18docs: change where clause to boundLiigo Zhuang-1/+1
2015-10-17Document that Ordering::Relaxed is MonotonicStefan O'Rear-1/+2
2015-10-17Implement conversion traits for primitive float typesJosh Stone-3/+20
2015-10-17`other` should be called `other`, not `v`.Michael Howell-8/+8
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-2/+67
2015-10-16Make NonZero::new const functionVadim Petrochenkov-6/+24
2015-10-15Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichtonbors-1/+6
2015-10-15Auto merge of #29070 - Manishearth:rollup, r=Manishearthbors-19/+19
2015-10-15Rollup merge of #29022 - apasel422:spell, r=steveklabnikManish Goregaokar-19/+19
2015-10-15Auto merge of #28921 - petrochenkov:intconv, r=alexcrichtonbors-0/+43
2015-10-15Implement conversion traits for primitive integer typesVadim Petrochenkov-0/+43
2015-10-14Reject "+" and "-" when parsing floats.Robin Kruppe-1/+6
2015-10-14Properly link up iterator documentationSteve Klabnik-20/+137
2015-10-13Document the free functions of std::iterSteve Klabnik-1/+109
2015-10-13Correct spelling in docsAndrew Paseltiner-19/+19
2015-10-12Auto merge of #28914 - steveklabnik:doc_iterator, r=alexcrichtonbors-29/+271
2015-10-12Write better module-level docs for std::iterSteve Klabnik-29/+271
2015-10-11Auto merge of #28964 - eminence:docfix, r=sfacklerbors-1/+1
2015-10-11core: Update the safety docs for core::ptr::writeUlrik Sverdrup-3/+5
2015-10-10Trivial typo fix: from_utrf8 should be from_utf8Andrew Chin-1/+1