summary refs log tree commit diff
path: root/src/test/run-pass/slice.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+3
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-8/+8
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