about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-03-17Ignore stdio mutex poison stateSteven Fackler-3/+3
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-20/+7
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-2/+19
2015-03-17Rollup merge of #23432 - mzabaluev:io-into-inner-doc, r=alexcrichtonManish Goregaokar-14/+15
2015-03-17Rollup merge of #23415 - alexcrichton:stabilize-flush, r=aturonManish Goregaokar-1/+1
2015-03-17std::io::buffered: Don't use 'flush' in documentation of into_innerMikhail Zabaluev-14/+15
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+3
2015-03-16impl strJorge Aparicio-0/+3
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+1
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-7/+49
2015-03-15Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale...Manish Goregaokar-18/+9
2015-03-14Remove incorrect references to _raw stdio functionsKevin Ballard-18/+9
2015-03-14Stop recommending old_io in the module doc for std::ioKevin Ballard-4/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-7/+49
2015-03-13Fallout of std::old_io deprecationAlex Crichton-12/+38
2015-03-12std: Stabilize the `io` moduleAlex Crichton-83/+198
2015-03-06rollup merge of #23087: nagisa/std-undeadlockAlex Crichton-3/+0
2015-03-06Fix an easy to trigger deadlock in std::io::stdioSimonas Kazlauskas-3/+0
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-18/+115
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-9/+9
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-18/+115
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-1/+1
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-1/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+389
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-6/+6
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-3/+3
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-3/+3
2015-02-25Rollup merge of #22778 - mzabaluev:leftover-lifetime, r=alexcrichtonManish Goregaokar-1/+1
2015-02-24std::io::BufReader: remove leftover lifetime parameter on get_ref()Mikhail Zabaluev-1/+1
2015-02-24Rollup merge of #22428 - erickt:io-wrappers, r=aturonManish Goregaokar-1/+36
2015-02-23Rollup merge of #22640 - sfackler:fix-take, r=alexcrichtonManish Goregaokar-0/+35
2015-02-21Implement BufRead for TakeSteven Fackler-0/+15
2015-02-22Rollup merge of #22567 - Gankro:unstable, r=alexcrichtonManish Goregaokar-8/+7
2015-02-21Fix io::Take behavior with limit 0Steven Fackler-0/+20
2015-02-21Fix typo in std::io unstable reasonJake Goulding-1/+1
2015-02-20try to reduce bajillion warningsAlexis-8/+7
2015-02-19std: Update the std::io adaptors to proxy all methodsErick Tryzelaar-1/+36
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-9/+9
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-2/+2
2015-02-16Make io::Seek docs less prescriptiveSteven Fackler-3/+2
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-2/+2
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+1
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+1
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-3/+2
2015-02-05Replace one more slice::from_raw_mut_buf added with new ioMikhail Zabaluev-3/+2
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-02-03std: Add `io` module againAlex Crichton-0/+2483
2015-01-26std: Rename io to old_ioAlex Crichton-12800/+0
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1