about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-17999.rs
AgeCommit message (Expand)AuthorLines
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-30fix some cfail testsJorge Aparicio-0/+1
2015-01-29register snaphotsJorge Aparicio-1/+0
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Fix up some tests for feature stagingBrian Anderson-1/+1
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-13Fix issue #17999 (Unused variables inside `for` are not detected)Falco Hirschenberger-0/+20