about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-06-03Improve `try!` docs to make clearer it returns `Result`.Carol Nichols-1/+3
2015-06-02Auto merge of #25867 - petrochenkov:ucellv, r=alexcrichtonbors-1/+8
2015-06-02Rollup merge of #25920 - tshepang:option-map-example, r=GankroManish Goregaokar-3/+5
2015-06-01doc: improve Option::map exampleTshepang Lekhonkhobe-3/+5
2015-06-01Auto merge of #25923 - tshepang:patch-1, r=Gankrobors-1/+1
2015-05-31doc: fix displayed messageTshepang Lekhonkhobe-1/+1
2015-05-31doc: improve map_or and map_or_elseTshepang Lekhonkhobe-6/+8
2015-05-30Deprecate UnsafeCell::valuepetrochenkov-1/+8
2015-05-30Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichtonbors-0/+94
2015-05-29Rollup merge of #25861 - tringenbach:master, r=steveklabnikSteve Klabnik-6/+48
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+94
2015-05-29Improve mem::forget documentationTim Ringenbach-6/+48
2015-05-29Auto merge of #25830 - steveklabnik:debug_docs, r=alexcrichtonbors-0/+44
2015-05-29Auto merge of #25747 - SimonSapin:map_ref, r=alexcrichtonbors-4/+152
2015-05-29Add map and filter_map associated functions to std::cell::Ref and RefMutSimon Sapin-1/+132
2015-05-28Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichtonbors-2/+8
2015-05-28Move std::cell::clone_ref to a clone associated function on std::cell::RefSimon Sapin-3/+20
2015-05-28Improve Debug documentationSteve Klabnik-0/+44
2015-05-28Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonwbors-8/+0
2015-05-27Remove mentions of int / uint from the isize / usize docsJake Goulding-8/+0
2015-05-28Rollup merge of #25726 - nham:cell_docs, r=alexcrichtonManish Goregaokar-4/+4
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-30/+24
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-81/+6
2015-05-25Auto merge of #25698 - mdinger:flat_map, r=steveklabnikbors-10/+9
2015-05-25Auto merge of #25756 - tshepang:needless-cloned, r=steveklabnikbors-1/+1
2015-05-25doc: add example for Iterator::cloned()Tshepang Lekhonkhobe-2/+13
2015-05-24doc: cloned() and mut not neededTshepang Lekhonkhobe-1/+1
2015-05-24Implement Eq for Cell and RefCell.Simon Sapin-2/+8
2015-05-23Rollup merge of #25687 - tamird:num-self-cleanup, r=GankroOliver Schneider-114/+114
2015-05-23Auto merge of #24847 - sfackler:debug-builders-stability, r=aturonbors-23/+23
2015-05-22Simplify flat_map examplemdinger-10/+9
2015-05-22docs: Improve descriptions for some methods in core::cell.Nick Hamann-4/+4
2015-05-21Standardize on `$t:ty`Tamir Duberstein-5/+5
2015-05-21Use `Self` to simplifyTamir Duberstein-109/+109
2015-05-20doc: that did not render well, so make it fit in one lineTshepang Lekhonkhobe-3/+2
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-23/+23
2015-05-19Fix for https://github.com/rust-lang/rust/pull/25583Steve Klabnik-1/+1
2015-05-19Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichtonSteve Klabnik-8/+4
2015-05-19Rollup merge of #25591 - rick68:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-05-19Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichtonbors-25/+50
2015-05-19Update iter.rsWei-Ming Yang-1/+1
2015-05-18Fix debug builder examples examplesSteven Fackler-2/+2
2015-05-19Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturonbors-1/+1
2015-05-19Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturonbors-3/+12
2015-05-18std: Make abs() panic on overflow in debug modeAlex Crichton-3/+12
2015-05-18Add example for from_str_radixSteve Klabnik-8/+4
2015-05-17Fix finish docsSteven Fackler-10/+5
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-15/+45
2015-05-16Auto merge of #25434 - dotdash:gep, r=alexcrichtonbors-45/+75
2015-05-16std: Fix missing stability on iter::ClonedAlex Crichton-1/+1