| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -4/+4 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -8/+8 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -8/+8 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-26 | std: Rename io to old_io | Alex Crichton | -0/+444 |
