about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-11-03Peekable::peek(): Use Option::as_ref()Martin Glagla-4/+1
2016-11-02Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=blussJonathan Turner-2/+2
2016-11-02Rollup merge of #37517 - Mark-Simulacrum:add-unwrap-default-tracking-issue, r...Jonathan Turner-1/+1
2016-11-02Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichtonJonathan Turner-18/+20
2016-11-02Rollup merge of #37351 - Amanieu:consume, r=alexcrichtonJonathan Turner-0/+18
2016-11-02Auto merge of #37054 - rednum:master, r=alexcrichtonbors-0/+74
2016-11-01Elide lifetimes in DerefMut documentationDmitry Gritsay-2/+2
2016-11-01Add tracking issue number to Result::unwrap_or_default unstable annotation.Mark-Simulacrum-1/+1
2016-11-01Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomezGuillaume Gomez-11/+12
2016-11-01Rollup merge of #36849 - diwic:69-fromutf8-doc, r=alexcrichtonGuillaume Gomez-1/+1
2016-11-01Merge branch 'master' of https://github.com/rust-lang/rustMarcin Fatyga-699/+1343
2016-11-01Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichtonbors-0/+38
2016-10-31Changed most vec! invocations to use square bracesiirelu-4/+4
2016-10-31Rollup merge of #37486 - msiglreith:pr_doc_bitandassign, r=apasel422Guillaume Gomez-1/+1
2016-10-31Rollup merge of #37438 - Cobrand:index_doc, r=GuillaumeGomezGuillaume Gomez-18/+67
2016-10-30Fix typo in the BitAndAssign operator documentationmsiglreith-1/+1
2016-10-29Copyediting on documentation for write! and writeln!Josh Triplett-18/+20
2016-10-29Add documentation to write! and writeln! on using both io::Write and fmt::WriteJosh Triplett-0/+30
2016-10-28improve docs for Index and IndexMutCobrand-18/+67
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-7/+7
2016-10-27Rename ordering chaining functions.Marcin Fatyga-12/+12
2016-10-27core::ptr: Add .wrapping_offset() methodsUlrik Sverdrup-0/+80
2016-10-26Auto merge of #37315 - bluss:fold-more, r=alexcrichtonbors-0/+32
2016-10-26Auto merge of #37312 - arthurprs:sip-smaller, r=alexcrichtonbors-50/+97
2016-10-26Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddybbors-0/+5
2016-10-25Add size hint to Result's FromIterator implementation.Mark-Simulacrum-0/+5
2016-10-25iter: Implement .fold() for .chain()Ulrik Sverdrup-0/+19
2016-10-25Small improvement to SipHasherarthurprs-50/+97
2016-10-25iter: Implement .fold() for .cloned() and .map()Ulrik Sverdrup-0/+13
2016-10-23Add `Sum` and `Product` impls for `Wrapping`Cristi Cobzarenco-6/+11
2016-10-23Implement ops on `&Wrapping<T>`Cristi Cobzarenco-52/+75
2016-10-23Prevent exhaustive matching of Ordering to allow for future extensionAmanieu d'Antras-0/+18
2016-10-23Auto merge of #37325 - newpavlov:master, r=frewsxcvbors-0/+140
2016-10-22Actually fix doctests.Marcin Fatyga-2/+5
2016-10-22Rollup merge of #37314 - tshepang:simple, r=GuillaumeGomezGuillaume Gomez-6/+2
2016-10-22Rollup merge of #37219 - srinivasreddy:prelude, r=nrcGuillaume Gomez-14/+28
2016-10-21Fix use of `result_unwrap_or_default` featureDevon Hollowood-0/+2
2016-10-21Small doc change for include!Артём Павлов [Artyom Pavlov]-3/+1
2016-10-21libcore documentation for builtin macrosАртём Павлов [Artyom Pavlov]-0/+142
2016-10-20Make `Result`'s `unwrap_or_default` unstableDevon Hollowood-3/+6
2016-10-21Fix a few links in the docsOliver Middleton-11/+12
2016-10-21doc: a more simple description of Iterator::nthTshepang Lekhonkhobe-6/+2
2016-10-20Document TrustedLen’s contractUlrik Sverdrup-1/+13
2016-10-20Implement TrustedLen for more iteratorsUlrik Sverdrup-5/+43
2016-10-20Introduce iterator trait TrustedLenUlrik Sverdrup-1/+50
2016-10-19Add `unwrap_or_default` method to `Result`Devon Hollowood-0/+33
2016-10-19Rollup merge of #37240 - jethrogb:typeid_doc, r=sfacklerEduard-Mihai Burtescu-4/+2
2016-10-19Rollup merge of #37230 - bluss:zip-specialization-for-map, r=alexcrichtonEduard-Mihai Burtescu-1/+65
2016-10-17Add stable example to TypeIdJethro Beekman-4/+2
2016-10-17Expand .zip() specialization to .map() and .cloned()Ulrik Sverdrup-1/+65