summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2016-10-17Add ordering_chaining feature to libcore/lib.rsMarcin Fatyga-0/+1
2016-10-16Fix doctestsMarcin Fatyga-4/+4
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-11remove erroneous semicolonsMatthew Piziak-6/+6
2016-10-12Review changesNick Cameron-1/+1
2016-10-12Deprecate `Reflect`Nick Cameron-4/+6
2016-10-12Stabilise `?`Nick Cameron-1/+4
2016-10-10Fix commentsMarcin Fatyga-2/+2
2016-10-09Fix trailing whitespace.Marcin Fatyga-4/+4
2016-10-09use UFCS with Add::add and Sub::sub instead of unstable attributesMatthew Piziak-12/+6
2016-10-09Add or and or_else for ordering.Marcin Fatyga-0/+70
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