about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-11-10Some cleanup on after #29684Steve Klabnik-14/+13
2015-11-08Explain that size_hint cannot be trustedStepan Koltsov-0/+23
2015-11-07Remove duplicate words from docsAndrew Paseltiner-2/+2
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-21/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-21/+0
2015-11-05Tidy `core::marker` doc summariesAndrew Paseltiner-2/+2
2015-11-05Auto merge of #29593 - ben0x539:reflect-doc-comment, r=steveklabnikbors-5/+6
2015-11-05docs for Reflect: blank line after first sentenceBenjamin Herr-5/+6
2015-11-05Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=GankroSteve Klabnik-0/+8
2015-11-03Mention what iterator terminators do with an empty iteratorJake Goulding-0/+8
2015-11-03Auto merge of #29459 - tshepang:simplify, r=steveklabnikbors-3/+3
2015-11-01Stop using ok().expect() in Result docsFlorian Hartwig-4/+3
2015-11-01Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddybbors-37/+418
2015-10-31Minor documentation correctionCole Reynolds-1/+1
2015-10-31Check unchecked_div|rem's specialisationNicholas Mazzuca-37/+418
2015-10-31Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichtonbors-0/+4
2015-10-30Implement `CoerceUnsized` for `Unique`Andrew Paseltiner-0/+4
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-2/+2
2015-10-30expose drop_in_place as ptr::drop_in_placeAlexis Beingessner-1/+22
2015-10-29doc: make example more simpleTshepang Lekhonkhobe-3/+3
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