about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-overloaded-index-2.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Update borrowck tests to test that index is by-move nowNiko Matsakis-32/+0
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-3/+3
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-2/+0
2015-01-03fix rpass/cfail testsJorge Aparicio-1/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-15Borrow checking for overloaded indexingNick Cameron-0/+26