about summary refs log tree commit diff
path: root/src/libcore/rt/io/mod.rs
AgeCommit message (Expand)AuthorLines
2013-05-06Step one for 'proper' pub condition: support pub keyword in form.Felix S. Klock II-1/+2
2013-05-04Register snapshotsBrian Anderson-3/+0
2013-04-23core::rt: Add more I/O docsBrian Anderson-22/+151
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-0/+1
2013-04-22core::rt: Add implementations of Reader, Writer, and Listener for OptionBrian Anderson-3/+21
2013-04-22core::rt: Move the definition of Listener to rt::ioBrian Anderson-3/+21
2013-04-20core::rt:: Implement Reader/Writer for MemReader/MemWriterBrian Anderson-0/+8
2013-04-19core::rt: Just some poking at the I/O docsBrian Anderson-4/+21
2013-04-19wipBrian Anderson-6/+5
2013-04-19core::rt: Rename Closeable to Close, Seekable to Seek, blocking to nativeBrian Anderson-4/+4
2013-04-19TidyBrian Anderson-10/+10
2013-04-19core::rt: Declare large parts of the I/O APIBrian Anderson-14/+255
2013-03-26Remove unused imports throughoutAlex Crichton-3/+0
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-0/+45