summary refs log tree commit diff
path: root/src/test/compile-fail/issue-7575.rs
AgeCommit message (Expand)AuthorLines
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-3/+3
2015-04-21test: Fix fallout in testsAlex Crichton-5/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-3/+5
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-3/+5
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-3/+3
2015-01-06test fallout from isize/usizeCorey Richardson-20/+20
2014-10-21Various minor cases where errors are reported in slightly different ways.Niko Matsakis-6/+13
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-02Provide a note if method lookup fails and there are static definitions with t...Kevin Butler-0/+80