summary refs log tree commit diff
path: root/src/test/compile-fail/slice-mut.rs
AgeCommit message (Expand)AuthorLines
2015-01-27Adjust error messages due to having more type information available.Niko Matsakis-1/+2
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-1/+5
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-1/+1
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-07falloutNick Cameron-1/+1
2015-01-07TestsNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2014-12-30Fallout from mut slicesNick Cameron-5/+0
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/+22