about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-06-16Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichtonbors-10/+10
2015-06-15Fix up Split docsSteve Klabnik-10/+10
2015-06-15Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichtonbors-0/+20
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+20
2015-06-14Update mod.rsWei-Ming Yang-2/+2
2015-06-13doc: make char::from_u32 example more briefTshepang Lekhonkhobe-11/+2
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-10/+10
2015-06-11Auto merge of #26212 - Manishearth:rollup, r=Manishearthbors-0/+2
2015-06-11Auto merge of #26177 - jooert:fix26169, r=alexcrichtonbors-54/+71
2015-06-11Rollup merge of #26189 - bluss:iter-once-clone, r=GankroManish Goregaokar-0/+2
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-0/+4
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-0/+13
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