Brian Anderson
66319b0278
Register snapshots
2013-05-19 23:34:32 -07:00
Björn Steinbrink
bdc182cc41
Use static string with fail!() and remove fail!(fmt!())
...
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
Corey Richardson
a279d65102
clean up the last bit of warnings
2013-05-11 20:36:47 -07:00
Tim Chevalier
ed41864464
Warning police
2013-05-11 20:36:44 -07:00
Alex Crichton
b05aae2d41
test: Use the new for
protocol
2013-05-10 19:20:20 -04:00
Patrick Walton
da2ac90812
libstd: Remove mutable fields from fileinput and net_tcp
2013-05-08 17:03:57 -07:00
Daniel Micay
f792baba42
only use #[no_core] in libcore
2013-04-27 21:34:24 -04:00
ILyoan
53232f7acf
Fix fileinput test fail
2013-04-04 11:16:26 +09:00
Huon Wilson
fea1380a9a
libstd: make fileinput tests pass.
2013-04-03 13:38:06 +11:00
Huon Wilson
1e28d8fdb6
libstd: implement io::Reader for fileinput.
2013-04-03 11:36:05 +11:00
Huon Wilson
e4edfa046a
libstd: implement fileinput.
...
Iterate over lines in a series of files. API (mostly) adopted from
Python's fileinput module.
2013-04-03 11:36:05 +11:00