summary refs log tree commit diff
path: root/src/test/compile-fail/dst-index.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-5/+5
2015-01-08Update compile fail tests to use usize.Huon Wilson-5/+5
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-2/+2
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-2/+0
2015-01-03fix rpass/cfail testsJorge Aparicio-2/+8
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+6
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-01Add compile-fail test of DST rvalues resulting from overloaded indexBrian Koropoff-0/+40