| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 | |
| 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-11 | clean up the last bit of warnings | Corey Richardson | -4/+4 | |
| 2013-05-11 | Warning police | Tim Chevalier | -13/+8 | |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -0/+60 | |
| 2013-05-08 | libstd: Remove mutable fields from fileinput and net_tcp | Patrick Walton | -2/+2 | |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -2/+0 | |
| 2013-04-04 | Fix fileinput test fail | ILyoan | -1/+1 | |
| 2013-04-03 | libstd: make fileinput tests pass. | Huon Wilson | -3/+5 | |
| 2013-04-03 | libstd: implement io::Reader for fileinput. | Huon Wilson | -126/+271 | |
| 2013-04-03 | libstd: implement fileinput. | Huon Wilson | -0/+464 | |
| Iterate over lines in a series of files. API (mostly) adopted from Python's fileinput module. | ||||
