summary refs log tree commit diff
path: root/src/test/compile-fail/range-1.rs
AgeCommit message (Expand)AuthorLines
2017-07-08Remove unused Add bounds in iterator for ranges impls.Simon Sapin-1/+0
2016-07-28Move to {integer} and {float}Jonathan Turner-1/+1
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-1/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-3/+2
2016-05-13rewrite obligation forest. cycles still handled incorrectly.Ariel Ben-Yehuda-1/+3
2016-05-03add comments and testsAriel Ben-Yehuda-1/+0
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-2/+2
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-2/+2
2016-03-30Fix fallout in testsJeffrey Seyfried-2/+2
2016-02-27adjust range testsAlex Burka-1/+1
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-3/+2
2015-04-07Fix range performance regressionAaron Turon-0/+1
2015-03-31Stabilize std::numAaron Turon-3/+4
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-01Auto merge of #21806 - edwardw:new-range-impl, r=alexcrichtonbors-4/+1
2015-02-01Fix falloutEdward Wang-4/+1
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-30fix testsJorge Aparicio-1/+4
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-1/+0
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-12-30Fallout from mut slicesNick Cameron-0/+1
2014-12-24Review changesNick Cameron-1/+1
2014-12-24TestsNick Cameron-0/+26