about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-25Small improvement to SipHasherarthurprs-50/+97
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-21Small doc change for include!Артём Павлов [Artyom Pavlov]-3/+1
2016-10-21libcore documentation for builtin macrosАртём Павлов [Artyom Pavlov]-0/+142
2016-10-21doc: a more simple description of Iterator::nthTshepang Lekhonkhobe-6/+2
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
2016-09-30Auto merge of #36823 - durka:discriminant_value, r=nagisabors-0/+82
2016-09-29Auto merge of #36377 - tormol:encode_utf, r=alexcrichtonbors-132/+56
2016-09-29Add missing urls for ops moduleGuillaume Gomez-15/+19
2016-09-28Auto merge of #36818 - jonathandturner:rollup, r=jonathandturnerbors-9/+0
2016-09-28Rollup merge of #36811 - brson:bootstrap, r=alexcrichtonJonathan Turner-9/+0
2016-09-28Auto merge of #36395 - durka:rangeinclusive-no-esi, r=alexcrichtonbors-2/+9
2016-09-28Remove stage0 hacksBrian Anderson-9/+0
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-132/+56
2016-09-27add wrapper for discriminant_valueAlex Burka-0/+82
2016-09-26Add basic doc example for `core::ptr::write_bytes`.Corey Farwell-0/+13
2016-09-26Add missing links on cmp moduleGuillaume Gomez-3/+6
2016-09-22Rollup merge of #36589 - jpadkins:option_docs_safety_wording_fix, r=blussJonathan Turner-6/+4
2016-09-22Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelixJonathan Turner-10/+10