| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-02-05 | Implement pretty-printing of `..` and update tests. | Ulrik Sverdrup | -4/+1 |
| 2015-02-04 | Implement `..` syntax for RangeFull as expression | Ulrik Sverdrup | -0/+3 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -2/+2 |
| 2015-01-07 | remove some `slicing_syntax` feature gates | Jorge Aparicio | -2/+0 |
| 2015-01-07 | Tests | Nick Cameron | -16/+16 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -8/+8 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -16/+16 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+2 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+0 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+2 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+69 |
