summary refs log tree commit diff
path: root/src/test/run-pass/slice-2.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-16/+16
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-20/+20
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-4/+1
2015-02-04Implement `..` syntax for RangeFull as expressionUlrik Sverdrup-0/+3
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-07TestsNick Cameron-16/+16
2015-01-07Replace full slice notation with index callsNick Cameron-8/+8
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-16/+16
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+2
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-09-19Implement slicing syntax.Nick Cameron-0/+69