| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -4/+5 | |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -0/+1 | |
| Fallout from the previous commits | ||||
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -0/+1 | |
| 2014-01-03 | libstd: Remove a spurious `@mut` from a disabled test | Patrick Walton | -2/+3 | |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -15/+9 | |
| - `Buffer.lines()` returns `LineIterator` which yields line using `.read_line()`. - `Reader.bytes()` now takes `&mut self` instead of `self`. - `Reader.read_until()` swallows `EndOfFile`. This also affects `.read_line()`. | ||||
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -16/+16 | |
| compile-fail tests, run-fail tests, and run-pass tests. | ||||
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -4/+2 | |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+491 | |
