about summary refs log tree commit diff
path: root/src/libstd/pipes.rs
AgeCommit message (Collapse)AuthorLines
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. ↵Ben Blum-0/+1
Close #4943.
2013-06-08std: remove each[i]_mut functions, in favour of iterators.Huon Wilson-6/+6
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
Closes #6607
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-4/+4
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-12/+12
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand.
2013-05-27syntax highlight code examples in docstringsDaniel Micay-14/+14
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+916
This only changes the directory names; it does not change the "real" metadata names.