summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
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-30str: Fix documentation typoDavid Henningsson-1/+1
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
2016-09-21add assert_ne and debug_assert_ne macrosAshley Williams-0/+63
2016-09-19Auto merge of #34942 - porglezomp:master, r=sfacklerbors-15/+11
2016-09-19fixed the safety header/wording in option.rsjacobpadkins-6/+4