about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-28improve docs for Index and IndexMutCobrand-18/+67
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-7/+7
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-23Auto merge of #37325 - newpavlov:master, r=frewsxcvbors-0/+140
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-21doc: a more simple description of Iterator::nthTshepang Lekhonkhobe-6/+2
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
2016-10-16Run rustfmt on libcore/prelude folderSrinivas Reddy Thatiparthy-14/+28
2016-10-16Run rustfmt on libcore/sync folderSrinivas Reddy Thatiparthy-56/+58
2016-10-14Rollup merge of #37123 - srinivasreddy:libcore_num, r=ericktJonathan Turner-54/+112
2016-10-14Rollup merge of #36961 - GuillaumeGomez:hash_doc, r=frewsxcvJonathan Turner-15/+22
2016-10-12run rustfmt on libcore/num folderSrinivas Reddy Thatiparthy-54/+112
2016-10-12Review changesNick Cameron-1/+1
2016-10-12Deprecate `Reflect`Nick Cameron-4/+6
2016-10-12Stabilise `?`Nick Cameron-1/+4
2016-10-08Add missing urls for hash modulesGuillaume Gomez-15/+22
2016-10-07rewrite checked_{div,rem} to no contain any reference to panicsJorge Aparicio-8/+6
2016-10-04update sip.rs for new intrinsics and defaultsEric Roshan-Eisner-14/+9
2016-10-04Rollup merge of #36908 - GuillaumeGomez:default_doc, r=apasel422Manish Goregaokar-1/+1
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-13/+17
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-35/+37
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-35/+37
2016-10-02fix typosGuillaume Gomez-1/+1
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-13/+17
2016-10-01impl Debug for raw pointers to unsized dataAlex Burka-2/+2
2016-09-30Auto merge of #36864 - steveklabnik:rollup, r=steveklabnikbors-33/+40
2016-09-30Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnikSteve Klabnik-15/+19
2016-09-30Rollup merge of #36750 - GuillaumeGomez:cmp_doc, r=steveklabnikSteve Klabnik-3/+6
2016-09-30Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnikSteve Klabnik-2/+2
2016-09-30Rollup merge of #36529 - bluss:index-doc, r=GuillaumeGomezSteve Klabnik-13/+13