about summary refs log tree commit diff
path: root/src/libstd/pipes.rs
AgeCommit message (Expand)AuthorLines
2013-08-04Remove old tests and code for `select`Brian Anderson-44/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-9/+7
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-9/+10
2013-07-20Use Option .take() or .take_unwrap() instead of util::replace where possibleblake2-ppc-10/+8
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-17/+17
2013-06-25Change finalize -> drop.Luqman Aden-3/+3
2013-06-21libstd: cleanup warningsJames Miller-1/+0
2013-06-16Remove moves from *T and implement in another wayNiko Matsakis-7/+6
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-0/+1
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
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
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