about summary refs log tree commit diff
path: root/src/test/compile-fail/estr-subtyping.rs
AgeCommit message (Expand)AuthorLines
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-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-04-28Refactor ty_str to use a ~(str) representation.Nick Cameron-1/+1
2014-02-02test: Remove `@str` from the test suitePatrick Walton-11/+0
2014-01-12more backtickskud1ing-4/+4
2013-10-23register snapshotsDaniel Micay-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove obsolete fixed-length string testBrian Anderson-13/+7
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-9/+9
2012-04-14implement evec/estr subtyping/lub/glb/etcNiko Matsakis-0/+30