about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-11-30std: add tests for the Vec<u8> Writer implErick Tryzelaar-0/+12
2014-11-28small doc fixesSteve Klabnik-3/+3
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-299/+278
2014-11-26/*! -> //!Steve Klabnik-299/+278
2014-11-26rollup merge of #19328: sfackler/buffered-get-mutAlex Crichton-10/+26
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-2/+2
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-22/+21
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-6/+4
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-4/+51
2014-11-25Fallout from stabilizationAaron Turon-6/+4
2014-11-25Allow mutable access to wrapped internal type in Buffered*Steven Fackler-10/+26
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-11/+47
2014-11-24Clean up FileType enum following enum namespacingBen S-22/+21
2014-11-24Don't call drop in tcpstream docsSteve Klabnik-6/+10
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-8/+23
2014-11-23Rename unwrap functions to into_innerAlex Crichton-11/+47
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-4/+51
2014-11-20Disable dubious pipe testAaron Turon-1/+1
2014-11-20Make most of std::rt privateAaron Turon-4/+4
2014-11-20Fallout from libgreen and libnative removalAaron Turon-2/+0
2014-11-18std: Stabilize std::fmtAlex Crichton-7/+5
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-4/+5
2014-11-18implement Writer for Vec<u8>Daniel Micay-43/+54
2014-11-18rollup merge of #19016: gkoz/use_util_copyJakub Bukaj-9/+1
2014-11-17Return proper errors with update_errGleb Kozyrev-1/+1
2014-11-17Remove duplicate code by using util::copy()Gleb Kozyrev-9/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+18
2014-11-17Fix fallout from coercion removalNick Cameron-294/+294
2014-11-16Fix warningsJakub Bukaj-1/+1
2014-11-16rollup merge of #18985: alexcrichton/issue-18900Jakub Bukaj-24/+22
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-3/+2
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-11/+24
2014-11-16Move FromStr to core::strBrendan Zabarauskas-3/+2
2014-11-15std: Fix a flaky test on OSX 10.10Alex Crichton-24/+22
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-2/+2
2014-11-13Make std::io::Buffer object-safe.Ricky Taylor-11/+24
2014-11-11std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}Erick Tryzelaar-3/+38
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-2/+2
2014-11-08Runtime removal: fully remove rtioAaron Turon-13/+2
2014-11-08Runtime removal: refactor ttyAaron Turon-14/+12
2014-11-08Runtime removal: refactor timerAaron Turon-11/+8
2014-11-08Runtime removal: refactor processAaron Turon-78/+150
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-245/+120
2014-11-08Runtime removal: refactor fsAaron Turon-224/+95
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-87/+5
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06rollup merge of #18691 : subhashb/add_clone_trait_to_filetypeAlex Crichton-1/+1
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-3/+3
2014-11-06Fallout from collection conventionsAlexis Beingessner-3/+3