about summary refs log tree commit diff
path: root/src/libstd/io.rs
AgeCommit message (Expand)AuthorLines
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-11/+11
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+99
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-4/+4
2012-01-11Major clean-up of std::ioMarijn Haverbeke-283/+204
2012-01-09add tests for io::readchars and io::readcharGrahame Bowland-7/+10
2012-01-09add new read_chars method, fix bug in read_charGrahame Bowland-20/+60
2011-12-28libstd: add bytes_reader and bytes_writerErick Tryzelaar-5/+24
2011-12-28libstd: Allow io writer to write mutable arraysErick Tryzelaar-6/+6
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-7/+7
2011-12-19preparing for removing math from stdStefan Plantikow-2/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+2
2011-12-06libstd: Update docsBrian Anderson-0/+6
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+582