about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-04-17Auto merge of #33016 - tbu-:pr_doc_peekable, r=alexcrichtonbors-2/+7
2016-04-17Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichtonManish Goregaokar-1/+15
2016-04-17Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnikManish Goregaokar-0/+52
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-6/+3
2016-04-16Auto merge of #33019 - kamalmarhubi:binary_search_by_key, r=alexcrichtonbors-1/+1
2016-04-16Implement `Display` and `Hash` for `std::num::Wrapping`Tobias Bucher-1/+15
2016-04-15Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichtonbors-2/+9
2016-04-15slice: Add tracking issue for slice_binary_search_by_keyKamal Marhubi-1/+1
2016-04-16Add a note about side effects for "peekable" iteratorsTobias Bucher-2/+7
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-2/+9
2016-04-14Auto merge of #32693 - kamalmarhubi:binary_search_by_key, r=alexcrichtonbors-0/+13
2016-04-14Rollup merge of #32893 - khernyo:clarify-try-doc, r=steveklabnikSteve Klabnik-1/+1
2016-04-14Add examples for std::ptr module functionsggomez-0/+52
2016-04-13Add a note about overflowing in the `RangeFrom` iteratorTobias Bucher-0/+5
2016-04-12collections: Add slice::binary_search_by_keyKamal Marhubi-0/+13
2016-04-12Remove unused trait importsSeo Sanghyeon-6/+3
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-51/+84
2016-04-12Clarify try! doc exampleSzabolcs Berecz-1/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-51/+84
2016-04-11Rollup merge of #32873 - jethrogb:patch-2, r=steveklabnikSteve Klabnik-41/+53
2016-04-11Rollup merge of #32862 - raphlinus:master, r=blussSteve Klabnik-1/+2
2016-04-11Rollup merge of #32854 - GuillaumeGomez:result_doc, r=steveklabnikSteve Klabnik-3/+44
2016-04-11Rollup merge of #32768 - GuillaumeGomez:slice_doc, r=steveklabnikSteve Klabnik-0/+81
2016-04-10Match signed/unsigned integer type docsjethrogb-41/+53
2016-04-09Bit-magic for faster is_char_boundaryRaph Levien-1/+2
2016-04-09Add some missing commas and missing titles/formattingGuillaume Gomez-3/+44
2016-04-08Add doc example for Iter and IterMutGuillaume Gomez-4/+162
2016-04-07Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=blussManish Goregaokar-39/+35
2016-04-07Rollup merge of #32757 - taralx:patch-1, r=brsonManish Goregaokar-12/+12
2016-04-07Rollup merge of #32699 - bluss:slice-memcmp, r=alexcrichtonManish Goregaokar-38/+143
2016-04-06slice: Use doc(hidden) on private traitsUlrik Sverdrup-0/+4
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-2/+2
2016-04-05Fix typos in atomic compare_exchange.JP Sugarbroad-12/+12
2016-04-05Specialize equality for [T] and comparison for [u8]Ulrik Sverdrup-38/+139
2016-04-05Remove strange names created by lack of privacy-conscious name lookupTobias Bucher-39/+35
2016-04-03Auto merge of #32672 - ollie27:patch-5, r=alexcrichtonbors-2/+2
2016-04-01Fix a couple of dead links on core::num::ParseFloatError docsOliver Middleton-2/+2
2016-04-02Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichtonManish Goregaokar-2/+8
2016-04-01Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422Manish Goregaokar-1/+1
2016-03-31Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichtonbors-6/+2
2016-03-31added missing refcell ref/refmut coercions to unsizedВалерий Лашманов-2/+8
2016-03-31Fix formatting in the documentation for AtomicIsize::compare_exchange_weakAmanieu d'Antras-1/+1
2016-03-30Rollup merge of #32580 - durka:patch-17, r=steveklabnikSteve Klabnik-10/+10
2016-03-29verb agreement in core::convert docsAlex Burka-10/+10
2016-03-29Auto merge of #32564 - frewsxcv:patch-27, r=alexcrichtonbors-1/+1
2016-03-28Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnikbors-6/+6
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-2/+2
2016-03-28Prefer HTTPS when linking to 131002.net.Corey Farwell-1/+1
2016-03-28Add doc examples on pointer typesGuillaume Gomez-0/+85
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-6/+6