about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-overloaded-index-autoderef.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-93/+0
2015-03-26Register new snapshotsAlex Crichton-13/+0
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-16/+29
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-2/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-6/+6
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-4/+0
2015-01-03fix rpass/cfail testsJorge Aparicio-2/+8
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-11-05Implement new operator dispatch semantics.Niko Matsakis-0/+91