summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-06-10Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichtonbors-4/+16
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-10/+10
2015-06-10Have std::fmt::Formatter implement std::fmt::Write.Simon Sapin-7/+15
2015-06-10core: impl Clone for option::IntoIter and iter::OnceUlrik Sverdrup-0/+2
2015-06-10Add a write_char method to std::fmt::Formatter.Simon Sapin-4/+8
2015-06-10Improve examples for atomic types.Johannes Oertel-54/+71
2015-06-10Add str::split_atUlrik Sverdrup-0/+13
2015-06-09Add missing #[inline] to methods related to char.marcell-0/+4
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-6/+6
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-4/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-4/+1
2015-06-07Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichtonbors-19/+4
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-19/+4
2015-06-04Doc-comment fix; trait names are capitalizedCorey Farwell-2/+2
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