| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-03-11 | Example -> Examples | Steve Klabnik | -4/+4 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+1 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -9/+9 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -3/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -0/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -12/+12 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -4/+4 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -0/+759 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -3/+3 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-26 | std: Rename io to old_io | Alex Crichton | -0/+757 |
