summary refs log tree commit diff
path: root/src/test/run-pass/slice.rs
AgeCommit message (Expand)AuthorLines
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-4/+0
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-2/+2
2015-01-30Rename FullRange to RangeFullNick Cameron-5/+5
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-1/+0
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07falloutNick Cameron-11/+33
2015-01-07TestsNick Cameron-9/+10
2015-01-07Replace full slice notation with index callsNick Cameron-4/+4
2014-10-07Rename slicing methodsNick Cameron-6/+6
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+2
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-8/+8
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+0
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-0/+2
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-8/+8
2014-09-19reviewer changesNick Cameron-1/+1
2014-09-19Implement slicing syntax.Nick Cameron-0/+70