about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-10-13Document the free functions of std::iterSteve Klabnik-1/+109
2015-10-12Auto merge of #28914 - steveklabnik:doc_iterator, r=alexcrichtonbors-29/+271
2015-10-12Write better module-level docs for std::iterSteve Klabnik-29/+271
2015-10-11Auto merge of #28964 - eminence:docfix, r=sfacklerbors-1/+1
2015-10-11core: Update the safety docs for core::ptr::writeUlrik Sverdrup-3/+5
2015-10-10Trivial typo fix: from_utrf8 should be from_utf8Andrew Chin-1/+1
2015-10-09Improve docs for write!/writeln! macrosSteve Klabnik-4/+30
2015-10-08Auto merge of #28900 - cristicbz:typos, r=alexcrichtonbors-11/+11
2015-10-08Auto merge of #28913 - steveklabnik:rollup, r=steveklabnikbors-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-11/+11
2015-10-08Rollup merge of #28910 - frewsxcv:patch-26, r=steveklabnikSteve Klabnik-1/+1
2015-10-08Auto merge of #28826 - arthurprs:leading_plus, r=alexcrichtonbors-40/+41
2015-10-08Auto merge of #28897 - steveklabnik:rollup, r=steveklabnikbors-36/+95
2015-10-08Format code-like text in Iterator::cloned doc-commentCorey Farwell-1/+1
2015-10-07Rollup merge of #28896 - mkpankov:core-fmt, r=nrcSteve Klabnik-35/+93
2015-10-08Fix comment gone astrayMichael Pankov-1/+2
2015-10-08rustfmt hash submoduleMichael Pankov-15/+27
2015-10-08rustfmt part of libcore/fmtMichael Pankov-20/+65
2015-10-07core: Derive Default for Wrapping<T>Cristi Cobzarenco-1/+1
2015-10-07Alter formatting for words in Option::cloned doc commentCorey Farwell-1/+2
2015-10-07Auto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichtonbors-0/+3
2015-10-06Link from Fuse type docstring to iter.fuse that creates themMartin Pool-0/+3
2015-10-05Fix doc typo in num::{f32,f64}.Jed Davis-2/+2
2015-10-03integer parsing should accept leading plusarthurprs-40/+41
2015-10-03Auto merge of #28818 - Stebalien:fix-iter-chain-order, r=alexcrichtonbors-1/+6
2015-10-02Rollup merge of #28812 - steveklabnik:improve_str_from_utf8_docs, r=brsonSteve Klabnik-5/+119
2015-10-02Improve documentation for the from_utf8 familySteve Klabnik-5/+119
2015-10-02Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichtonbors-11/+43
2015-10-02libcore: Chain must exhaust a before b.Steven Allen-1/+6
2015-10-01Implement `size_hint` for `EscapeUnicode`Simon Mazur-4/+20
2015-10-01Remove one level of indirection for slice-based PartialEq implsBjörn Steinbrink-4/+4
2015-10-01Auto merge of #28780 - steveklabnik:doc_from_str, r=alexcrichtonbors-0/+15
2015-09-30Rollup merge of #28760 - steveklabnik:gh28166, r=alexcrichtonSteve Klabnik-1/+1
2015-09-30Add some docs for FromString::from_strSteve Klabnik-0/+15
2015-09-30Rollup merge of #28754 - luser:fix-rustdoc-module-links, r=ManishearthSteve Klabnik-9/+9
2015-09-30Fix module links from core::fmt::* to go to std::fmtTed Mielczarek-9/+9
2015-09-30Clarify logic instead of using 'vice versa'Steve Klabnik-1/+1
2015-09-30Fix module links in std::fmt and the Rust book's documentation chapter.Ted Mielczarek-9/+9
2015-09-30Auto merge of #28738 - apasel422:peekable, r=alexcrichtonbors-9/+1
2015-09-30Implement `size_hint` for `EscapeDefault`Simon Mazur-16/+14
2015-09-30Auto merge of #28731 - bluss:by-ref, r=alexcrichtonbors-5/+5
2015-09-29Derive `Clone` for `Peekable`Andrew Paseltiner-9/+1
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-5/+5
2015-09-29Improve speed of `fmt::Debug` for `str` and `char`Simon Mazur-7/+25
2015-09-26Rollup merge of #28678 - fhartwig:deref-elide, r=steveklabnikSteve Klabnik-1/+1
2015-09-26Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundibors-5/+9
2015-09-26Elide lifetime in Deref doc exampleFlorian Hartwig-1/+1
2015-09-26Auto merge of #28615 - sfackler:formatter-methods, r=alexcrichtonbors-7/+29
2015-09-25Rollup merge of #28652 - SimonSapin:patch-11, r=sanxiynSteve Klabnik-2/+2
2015-09-25Rollup merge of #28637 - SimonSapin:patch-6, r=alexcrichtonSteve Klabnik-2/+2