about summary refs log tree commit diff
path: root/src/test/compile-fail/indexing-requires-a-uint.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-24/+0
2017-03-22Fix the testsSimonas Kazlauskas-1/+1
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-1/+1
2016-07-28Move to {integer} and {float}Jonathan Turner-1/+1
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-1/+1
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2015-09-26deduplicate trait errors before they are displayedAriel Ben-Yehuda-1/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-01-08Update compile fail tests to use usize.Huon Wilson-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-07falloutNick Cameron-1/+2
2014-04-02rustc: Require that vector indices are uintsAlex Crichton-0/+25