summary refs log tree commit diff
path: root/src/test/compile-fail/borrow-tuple-fields.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-01-31Kill more `isize`sTobias Bucher-6/+6
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-6/+6
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-08fallout: part of changes to compile-fail tests. (follows same pattern as pri...Felix S. Klock II-0/+3
2014-12-03Remove feature gates for `if let`, `while let`, and tuple indexingNick Cameron-2/+0
2014-09-10Implement tuple and tuple struct indexingP1start-0/+42