about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-05-07Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnikSteve Klabnik-0/+11
2016-05-07Rollup merge of #33409 - kindlychung:patch-2, r=steveklabnikSteve Klabnik-2/+2
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-1/+1
2016-05-06Add `get_mut` methods to the `RefCell` and `Cell`Tobias Bucher-0/+24
2016-05-05Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichtonbors-0/+9
2016-05-05Add an example to Wrapping's documentation.Philipp Matthias Schaefer-0/+11
2016-05-04Update iterator.rsKaiyin Zhong-1/+1
2016-05-04errors in the docKaiyin Zhong-2/+2
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-1/+1
2016-05-03Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brsonManish Goregaokar-0/+1
2016-05-03Rollup merge of #33335 - cramertj:master, r=alexcrichtonManish Goregaokar-5/+5
2016-05-02libcore: Inline `mem::forget()`.Patrick Walton-0/+1
2016-05-02Auto merge of #33289 - birkenfeld:chain-find, r=blussbors-0/+17
2016-05-01docs: Changed docs for `size_of` to describe size as a stride offsetTaylor Cramer-5/+5
2016-04-30Implement find() on Chain iteratorsGeorg Brandl-0/+17
2016-04-30Impl int/uint::MIN/MAX in terms of min/max_valueSimonas Kazlauskas-0/+26
2016-04-28Rollup merge of #33056 - GuillaumeGomez:as_mut_ptr_example, r=steveklabnikSteve Klabnik-0/+3
2016-04-26Auto merge of #31414 - durka:clone-copy, r=alexcrichtonbors-0/+11
2016-04-26shallow Clone for #[derive(Copy,Clone)]Alex Burka-0/+11
2016-04-22Make the `Iterator::enumerate` doc example more clearNick Fitzgerald-5/+4
2016-04-21Auto merge of #33079 - bluss:split-iter, r=alexcrichtonbors-5012/+5113
2016-04-20Implement negation for wrapping numerals.Michael Howell-0/+9
2016-04-20Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brsonbors-49/+0
2016-04-19Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brsonbors-20/+32
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-49/+0
2016-04-18core::iter: Move ExactSizeIterator impls to each struct definitionUlrik Sverdrup-19/+19
2016-04-18core::iter: break long linesUlrik Sverdrup-2/+5
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-5012/+5110
2016-04-17Improve as_mut ptr method exampleGuillaume Gomez-0/+3
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