about summary refs log tree commit diff
path: root/src/libcore/rt/io/option.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-153/+0
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-6/+6
2013-05-15core::rt: `read` raises `read_error`Brian Anderson-4/+4
2013-04-22core::rt: Add implementations of Reader, Writer, and Listener for OptionBrian Anderson-0/+153